@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.css");
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:1181px)/";
  width: 551px; }

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

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

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

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

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: #4f4f4f;
  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: 1181px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1361px) {
    html {
      font-size: 14px; } }

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

a {
  color: #4f4f4f;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #a5a5a5; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-family: "Roboto", 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: #989898;
    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 #e8e8e8;
  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 #dfdfdf;
  color: #4f4f4f;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    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 #e8e8e8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .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 #e8e8e8; }

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

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .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: "Roboto", 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: #dfdfdf;
  color: #454545;
  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: #989898;
    color: #666666; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .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: #454545;
  border-color: #454545;
  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: #989898;
    border: 1px solid #989898;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  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: #4f4f4f; }

/*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: #e8e8e8;
  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: #e8e8e8;
  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 #454545;
  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: #989898;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #454545;
  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: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

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

/*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 #454545;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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 #dfdfdf;
      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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 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(79, 79, 79, 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 #454545;
  border-width: 1px;
  flex: 1;
  font-weight: 400;
  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: #4f4f4f;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  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: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    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: 700;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #989898; }

.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: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #454545;
    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: #69d66f; }

.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: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

.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: #ff7d7d; }

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

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

.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: #d4cb49; }

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

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

/*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: #f2f2f2;
  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: #f2f2f2; }
  .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: #0c84c0;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #0c84c0; }
  .breadcrumb.current {
    color: #666666;
    cursor: default; }
    .breadcrumb.current a {
      color: #666666;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #0c84c0;
    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: #24a7d0;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #666666;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e8e8e8;
  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: #989898;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #4f4f4f; }

.tab.is-active .tab-title {
  color: #4f4f4f;
  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: #2d2d2d;
  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: #4f4f4f;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #989898;
    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: #989898;
      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: #4f4f4f; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #4f4f4f;
  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: #e8e8e8;
  border-color: #e8e8e8;
  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: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

.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: #4f4f4f; }

/*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: #e8e8e8 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e8e8e8 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #4f4f4f;
    padding: 1.85714rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 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 #e8e8e8;
  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 #e8e8e8;
  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 #e8e8e8;
  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(45, 45, 45, 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 #989898 #989898;
    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 #454545;
  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: #989898; }

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

.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: #989898; }

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -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: #989898;
    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: #2d2d2d;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

.slick-next,
.slick-prev {
  height: 40px;
  width: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCC;
  border-radius: 50%;
  background: #FFF !important; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 94%;
    border-radius: 50%;
    display: block;
    height: 21px;
    width: 14px; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 94%; }

.slick-next {
  right: -20px; }
  @media (min-width: 1361px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("../img/arrow-right-blue.svg"); }

.slick-prev {
  left: -20px; }
  @media (min-width: 1361px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("../img/arrow-right-blue.svg");
    transform: rotate(-180deg); }

.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 #2d2d2d;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #2d2d2d; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #666666; }

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 0px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #2d2d2d;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #4f4f4f;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #dfdfdf;
    color: #454545; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #454545; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
    .swal2-modal .swal2-buttonswrapper button {
      border-radius: 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto", 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: #dfdfdf;
    color: #454545;
    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: #989898;
      color: #666666; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #454545;
      color: #454545; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #24a7d0;
    border-color: #24a7d0;
    color: #fff; }
  .swal2-modal .swal2-confirm:hover {
    background-color: #1b7d9c;
    border-color: #1b7d9c;
    color: #fff; }
  .swal2-modal .swal2-confirm:active {
    background-color: #989898;
    border-color: #989898;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #1b7d9c;
    color: #1b7d9c; }
    @media (min-width: 481px) {
      .swal2-modal .swal2-cancel {
        margin-left: 0.78571rem; } }
  .swal2-modal .swal2-question {
    color: #74889a;
    border-color: #74889a;
    font-size: 28px;
    height: 50px;
    width: 50px;
    line-height: 50px; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: #74889a;
    border-color: #74889a;
    color: #fff; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #454545;
    color: #74889a; }

html,
body {
  height: auto; }

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

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

figcaption {
  color: #a5a5a5;
  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;
  color: #0C84C0;
  text-decoration: none; }
  a:hover {
    color: #0C84C0; }

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: #989898;
  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(130, 130, 130, 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: #989898;
  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 #e8e8e8; }
  .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: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    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 #e8e8e8; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

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

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

.modal--video {
  max-width: none;
  width: auto !important;
  right: auto;
  background: transparent; }
  .modal--video .modal-close {
    display: none !important;
    color: #FFF !important;
    top: 0;
    right: 0; }

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

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

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

.modal-close--white {
  color: #FFF !important; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 0px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #4f4f4f;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #24a7d0;
      border-color: #24a7d0;
      color: #fff; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #1b7d9c;
      border-color: #1b7d9c;
      color: #fff; }
    .modal--alert .button-container .confirm:active {
      background-color: #989898;
      border-color: #989898;
      color: white; }

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

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

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

.page-breadcrumbs,
.product-breadcrumbs,
.blog-breadcrumbs,
.case-study-breadcrumbs {
  position: relative;
  min-height: 40px !important;
  background: #eaecf1;
  padding: 0.78571rem 0; }
  .page-breadcrumbs .container,
  .product-breadcrumbs .container,
  .blog-breadcrumbs .container,
  .case-study-breadcrumbs .container {
    padding: 0; }
  .page-breadcrumbs .breadcrumbs-btn,
  .product-breadcrumbs .breadcrumbs-btn,
  .blog-breadcrumbs .breadcrumbs-btn,
  .case-study-breadcrumbs .breadcrumbs-btn {
    display: block;
    position: absolute;
    width: 60px;
    height: 44px;
    top: -0.78571rem;
    left: 0;
    bottom: 0;
    padding: 1rem;
    border-radius: 0;
    z-index: 10; }
    @media (min-width: 1181px) {
      .page-breadcrumbs .breadcrumbs-btn,
      .product-breadcrumbs .breadcrumbs-btn,
      .blog-breadcrumbs .breadcrumbs-btn,
      .case-study-breadcrumbs .breadcrumbs-btn {
        display: none; } }
    .page-breadcrumbs .breadcrumbs-btn::before,
    .product-breadcrumbs .breadcrumbs-btn::before,
    .blog-breadcrumbs .breadcrumbs-btn::before,
    .case-study-breadcrumbs .breadcrumbs-btn::before {
      content: "";
      position: absolute;
      top: 17px;
      left: 0;
      right: -50px;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #00a5d5;
      transition: all 0.3s ease; }
    .page-breadcrumbs .breadcrumbs-btn.is-open,
    .product-breadcrumbs .breadcrumbs-btn.is-open,
    .blog-breadcrumbs .breadcrumbs-btn.is-open,
    .case-study-breadcrumbs .breadcrumbs-btn.is-open {
      margin-top: -2.28571rem; }
    .page-breadcrumbs .breadcrumbs-btn.is-open::before,
    .product-breadcrumbs .breadcrumbs-btn.is-open::before,
    .blog-breadcrumbs .breadcrumbs-btn.is-open::before,
    .case-study-breadcrumbs .breadcrumbs-btn.is-open::before {
      border-top: 0;
      border-bottom: 5px solid #00a5d5; }
    .page-breadcrumbs .breadcrumbs-btn .bar,
    .product-breadcrumbs .breadcrumbs-btn .bar,
    .blog-breadcrumbs .breadcrumbs-btn .bar,
    .case-study-breadcrumbs .breadcrumbs-btn .bar {
      display: block;
      width: 24px;
      background: #00a5d5;
      height: 3px;
      margin-bottom: 3px; }
    .page-breadcrumbs .breadcrumbs-btn .bar2,
    .product-breadcrumbs .breadcrumbs-btn .bar2,
    .blog-breadcrumbs .breadcrumbs-btn .bar2,
    .case-study-breadcrumbs .breadcrumbs-btn .bar2 {
      margin-left: 4px; }
    .page-breadcrumbs .breadcrumbs-btn .bar3,
    .product-breadcrumbs .breadcrumbs-btn .bar3,
    .blog-breadcrumbs .breadcrumbs-btn .bar3,
    .case-study-breadcrumbs .breadcrumbs-btn .bar3 {
      margin-left: 10px; }
  .page-breadcrumbs #breadcrumbs-dropdown,
  .product-breadcrumbs #breadcrumbs-dropdown,
  .blog-breadcrumbs #breadcrumbs-dropdown,
  .case-study-breadcrumbs #breadcrumbs-dropdown {
    display: block !important;
    margin: 0;
    position: relative !important;
    left: initial !important;
    top: initial !important;
    padding-left: 5.28571rem;
    width: 100% !important;
    text-align: left; }
    @media (min-width: 1181px) {
      .page-breadcrumbs #breadcrumbs-dropdown,
      .product-breadcrumbs #breadcrumbs-dropdown,
      .blog-breadcrumbs #breadcrumbs-dropdown,
      .case-study-breadcrumbs #breadcrumbs-dropdown {
        padding: 0 1.5rem; } }
    .page-breadcrumbs #breadcrumbs-dropdown li:first-child::before,
    .product-breadcrumbs #breadcrumbs-dropdown li:first-child::before,
    .blog-breadcrumbs #breadcrumbs-dropdown li:first-child::before,
    .case-study-breadcrumbs #breadcrumbs-dropdown li:first-child::before {
      display: none; }
    .page-breadcrumbs #breadcrumbs-dropdown li,
    .product-breadcrumbs #breadcrumbs-dropdown li,
    .blog-breadcrumbs #breadcrumbs-dropdown li,
    .case-study-breadcrumbs #breadcrumbs-dropdown li {
      display: none;
      font-size: 13px;
      font-weight: 400; }
      @media (min-width: 1181px) {
        .page-breadcrumbs #breadcrumbs-dropdown li,
        .product-breadcrumbs #breadcrumbs-dropdown li,
        .blog-breadcrumbs #breadcrumbs-dropdown li,
        .case-study-breadcrumbs #breadcrumbs-dropdown li {
          display: inline; } }
    .page-breadcrumbs #breadcrumbs-dropdown li:last-child,
    .product-breadcrumbs #breadcrumbs-dropdown li:last-child,
    .blog-breadcrumbs #breadcrumbs-dropdown li:last-child,
    .case-study-breadcrumbs #breadcrumbs-dropdown li:last-child {
      display: block; }
      @media (min-width: 1181px) {
        .page-breadcrumbs #breadcrumbs-dropdown li:last-child,
        .product-breadcrumbs #breadcrumbs-dropdown li:last-child,
        .blog-breadcrumbs #breadcrumbs-dropdown li:last-child,
        .case-study-breadcrumbs #breadcrumbs-dropdown li:last-child {
          display: inline; } }
    .page-breadcrumbs #breadcrumbs-dropdown li.is-active::before,
    .product-breadcrumbs #breadcrumbs-dropdown li.is-active::before,
    .blog-breadcrumbs #breadcrumbs-dropdown li.is-active::before,
    .case-study-breadcrumbs #breadcrumbs-dropdown li.is-active::before {
      content: "";
      margin: 0; }
      @media (min-width: 1181px) {
        .page-breadcrumbs #breadcrumbs-dropdown li.is-active::before,
        .product-breadcrumbs #breadcrumbs-dropdown li.is-active::before,
        .blog-breadcrumbs #breadcrumbs-dropdown li.is-active::before,
        .case-study-breadcrumbs #breadcrumbs-dropdown li.is-active::before {
          content: ">";
          margin: 0 0.5rem; } }
  .page-breadcrumbs #breadcrumbs-dropdown.is-open,
  .product-breadcrumbs #breadcrumbs-dropdown.is-open,
  .blog-breadcrumbs #breadcrumbs-dropdown.is-open,
  .case-study-breadcrumbs #breadcrumbs-dropdown.is-open {
    top: 0 !important;
    position: relative !important;
    padding-left: 0;
    margin-top: 2.28571rem;
    margin-bottom: -0.78571rem;
    padding: 0.78571rem 1.5rem;
    outline: none;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }
    .page-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child,
    .product-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child,
    .blog-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child,
    .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child {
      display: block;
      text-transform: uppercase; }
      .page-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child a,
      .product-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child a,
      .blog-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child a,
      .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li:first-child a {
        padding-left: 0; }
    .page-breadcrumbs #breadcrumbs-dropdown.is-open li,
    .product-breadcrumbs #breadcrumbs-dropdown.is-open li,
    .blog-breadcrumbs #breadcrumbs-dropdown.is-open li,
    .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li {
      display: block;
      position: relative;
      font-size: 15px; }
      @media (min-width: 1181px) {
        .page-breadcrumbs #breadcrumbs-dropdown.is-open li,
        .product-breadcrumbs #breadcrumbs-dropdown.is-open li,
        .blog-breadcrumbs #breadcrumbs-dropdown.is-open li,
        .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li {
          display: inline-block; } }
      .page-breadcrumbs #breadcrumbs-dropdown.is-open li::before,
      .product-breadcrumbs #breadcrumbs-dropdown.is-open li::before,
      .blog-breadcrumbs #breadcrumbs-dropdown.is-open li::before,
      .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li::before {
        content: " " !important;
        background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ia2V5Ym9hcmQtYXJyb3ctcmlnaHQiPgoJCTxwb2x5Z29uIHBvaW50cz0iNTguNjUsMjY3Ljc1IDE3NS45NSwxNTMgNTguNjUsMzUuNyA5NC4zNSwwIDI0Ny4zNSwxNTMgOTQuMzUsMzA2ICAgIiBmaWxsPSIjMDBhNWQ1Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==") 50% 0% no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0 !important; }
      .page-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(2),
      .product-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(2),
      .blog-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(2),
      .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(2) {
        margin-left: 0.78571rem; }
      .page-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(3),
      .product-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(3),
      .blog-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(3),
      .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(3) {
        margin-left: 1.5rem; }
      .page-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(4),
      .product-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(4),
      .blog-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(4),
      .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li:nth-child(4) {
        margin-left: 2.28571rem; }
      .page-breadcrumbs #breadcrumbs-dropdown.is-open li a,
      .product-breadcrumbs #breadcrumbs-dropdown.is-open li a,
      .blog-breadcrumbs #breadcrumbs-dropdown.is-open li a,
      .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li a {
        display: block;
        padding: 0.35714rem 1.21429rem;
        padding-right: 0; }
      .page-breadcrumbs #breadcrumbs-dropdown.is-open li span,
      .product-breadcrumbs #breadcrumbs-dropdown.is-open li span,
      .blog-breadcrumbs #breadcrumbs-dropdown.is-open li span,
      .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li span {
        display: block;
        padding: 0.35714rem 1.21429rem;
        padding-right: 0; }
    .page-breadcrumbs #breadcrumbs-dropdown.is-open li.is-active::before,
    .product-breadcrumbs #breadcrumbs-dropdown.is-open li.is-active::before,
    .blog-breadcrumbs #breadcrumbs-dropdown.is-open li.is-active::before,
    .case-study-breadcrumbs #breadcrumbs-dropdown.is-open li.is-active::before {
      content: ">";
      margin: 0 0.5rem; }

.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: #4f4f4f; }
  .pagination-item.pagination-item--current {
    border-color: #e8e8e8;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #4f4f4f; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #a5a5a5; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #a5a5a5; }

.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: #989898;
    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: 1181px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

.button--icon svg {
  fill: #4f4f4f; }

.button--secondary {
  border: 0;
  border-radius: 0;
  color: white;
  background: #e12179; }
  .button--secondary:hover, .button--secondary:focus {
    color: white;
    background-color: #A71C56; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 1181px) {
    .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: 1181px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        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: 1181px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

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

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

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 1181px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

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

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #989898;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #4f4f4f; }

.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: #4f4f4f; }

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

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

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

.form-inlineMessage {
  display: block; }

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

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 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(105, 214, 111, 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-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: "Roboto", 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: #a5a5a5;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #dfdfdf;
  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: 1361px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

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

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

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1361px) {
    .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 #dfdfdf;
  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: #989898; }
  .form-radio:checked + .form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f; }

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

.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-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #2d2d2d;
    text-decoration: none; }
    .card-title > a:hover {
      color: #a5a5a5; }

.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-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: #4f4f4f; }
    .card--alternate:hover .card-body {
      background-color: #4f4f4f; }
      .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 #dfdfdf;
    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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 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: #f2f2f2;
  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: #4f4f4f; }
  .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: 1181px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1181px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #4f4f4f; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1181px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #989898;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #989898;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #4f4f4f; }

.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 #dfdfdf;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #989898; }

.actionBar-section .form-label {
  color: #989898;
  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: #4f4f4f;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  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: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  background: #1e253a;
  height: 40px; }
  .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: 1181px) {
    .navUser {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50;
      height: 49px; }
      .navUser .inner {
        padding: 0; } }
  .navUser .navUser-section--alt {
    display: flex;
    height: 60px; }
    @media (min-width: 1181px) {
      .navUser .navUser-section--alt {
        height: 49px; } }

@media (min-width: 1181px) {
  .navUser--fixed {
    z-index: 999999; }
    .navUser--fixed .navUser-item--contact {
      position: fixed;
      right: 0; }
      .navUser--fixed .navUser-item--contact .navUser-action {
        width: 142px;
        height: 60px; } }

.navUser-item .dropdown-menu {
  background-color: white;
  border: #aaa;
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute; }
  .navUser-item .dropdown-menu.is-open:before {
    border: inset 13px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 50%;
    position: absolute; }
  .navUser-item .dropdown-menu.is-open:after {
    border: inset 11px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: calc(50% + 2px);
    position: absolute; }

.navUser-action {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f4f4f;
  font-weight: 700;
  min-width: 47px;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1181px) {
    .navUser-action {
      padding: 0.78571rem 0.78571rem;
      height: 49px; } }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    display: block;
    fill: white;
    stroke: transparent;
    width: 22px;
    height: 22px;
    transition: all 0.15s ease; }
    @media (min-width: 1181px) {
      .navUser-action svg {
        width: 24px;
        height: 24px; } }

.navUser-item--tagline {
  position: absolute !important;
  left: 0; }
  .navUser-item--tagline .navUser-action {
    color: #FFFFFF;
    font-weight: 700;
    text-transform: initial;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center; }
    .navUser-item--tagline .navUser-action svg {
      width: 95px;
      margin-right: 10px; }
    .navUser-item--tagline .navUser-action:before {
      content: "READ";
      display: block;
      position: absolute;
      left: 20px;
      font-weight: 700; }

.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 #e8e8e8;
  color: #989898;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: inline-block; }
  @media (min-width: 1181px) {
    .navUser-item {
      display: block;
      position: relative; }
      .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 {
  background-color: #08A3D7;
  max-height: 40px; }
  @media (min-width: 1181px) {
    .navUser-item--cart {
      width: 73px;
      height: 49px;
      max-height: 100%; }
      .navUser-item--cart .mobile-only {
        display: none !important; }
      .navUser-item--cart .desktop-only {
        display: block !important; }
      .navUser-item--cart:hover > a {
        background: #1b7d9c; } }
  .navUser-item--cart .mobile-only {
    display: flex !important; }
  .navUser-item--cart .desktop-only {
    display: none !important; }
  .navUser-item--cart .navUser-action {
    color: #4f4f4f;
    text-align: center; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #a5a5a5; }
  .navUser-item--cart .dropdown-menu {
    max-width: inherit;
    width: 400px;
    padding: 20px; }
    .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: 20px; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 22px; }

.navUser-item-cartLabel {
  display: inline;
  position: relative; }

.hidden.cart-item a .count,
.navUser-item-cartLabel .count {
  display: block !important;
  position: absolute;
  top: -7px;
  right: -10px;
  background-color: #df2579;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px; }

.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 {
  text-align: center; }
  @media (min-width: 1181px) {
    .navUser-item--account .navUser-action {
      width: 80px; } }

.navUser-item--account .navUser-action.active svg {
  fill: #24a7d0; }

.navUser-item--account #account-preview-dropdown.account--signed-in {
  width: 300px;
  left: -122px !important;
  top: 59px !important;
  padding: 20px;
  max-width: inherit; }
  .navUser-item--account #account-preview-dropdown.account--signed-in div {
    font-size: 1.1rem;
    text-align: center; }
    .navUser-item--account #account-preview-dropdown.account--signed-in div:nth-child(2) {
      margin-top: 5px;
      font-size: 0.95rem; }
      .navUser-item--account #account-preview-dropdown.account--signed-in div:nth-child(2) a {
        color: #0c84c0;
        text-decoration: none; }
        .navUser-item--account #account-preview-dropdown.account--signed-in div:nth-child(2) a:hover {
          text-decoration: underline; }
    .navUser-item--account #account-preview-dropdown.account--signed-in div span.to-account {
      margin-right: 5px; }
    .navUser-item--account #account-preview-dropdown.account--signed-in div span.logout {
      margin-left: 5px; }

.navUser-item--account #account-preview-dropdown.account--signed-out {
  width: 240px;
  left: -92px !important;
  top: 59px !important;
  padding: 20px;
  max-width: inherit; }
  .navUser-item--account #account-preview-dropdown.account--signed-out div {
    text-align: center;
    font-size: 1rem;
    font-weight: 700; }
  .navUser-item--account #account-preview-dropdown.account--signed-out a {
    padding: 6px 25px;
    border: 1px solid #ccc;
    text-decoration: none;
    display: block;
    margin-top: 15px;
    text-align: center; }
    .navUser-item--account #account-preview-dropdown.account--signed-out a.log-in {
      background-color: #24a7d0;
      border: 1px solid #24a7d0;
      color: #fff; }
      .navUser-item--account #account-preview-dropdown.account--signed-out a.log-in:hover {
        background: #1b7d9c; }
    .navUser-item--account #account-preview-dropdown.account--signed-out a.new-account {
      border: 1px solid #24a7d0;
      color: #24a7d0; }
      .navUser-item--account #account-preview-dropdown.account--signed-out a.new-account:hover {
        background: #74889a;
        color: #fff;
        border: 1px solid #74889a; }

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

@media (min-width: 1181px) {
  .navUser-action--quickSearch {
    width: 72px; } }

.navUser-action--quickSearch > .icon-close {
  display: none; }

.navUser-action--quickSearch.is-open {
  position: relative;
  background-color: #576C87; }
  .navUser-action--quickSearch.is-open > .icon-close {
    display: block; }
  .navUser-action--quickSearch.is-open > .icon-search {
    display: none; }
  .navUser-action--quickSearch.is-open svg {
    fill: white;
    width: 21px; }

.dropdown--quickSearch {
  background-color: #576C87;
  padding: 0.78571rem 0; }
  @media (min-width: 1181px) {
    .dropdown--quickSearch {
      padding: 1.14286rem 0; } }
  .dropdown--quickSearch .form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto; }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .container {
    padding-left: 0.78571rem;
    padding-right: 0.78571rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-field {
    display: flex; }
  .dropdown--quickSearch .form-input {
    height: 40px;
    font-size: 16px;
    border-radius: 30px;
    background-color: #ECECEC;
    padding-left: 1.35714rem; }
    .dropdown--quickSearch .form-input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      opacity: 1;
      /* Firefox */
      font-style: italic; }
    .dropdown--quickSearch .form-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      font-style: italic; }
    .dropdown--quickSearch .form-input::-ms-input-placeholder {
      /* Microsoft Edge */
      font-style: italic; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }
  .dropdown--quickSearch svg {
    margin-top: 8px;
    height: 24px;
    margin-left: -40px;
    fill: #576C87; }

.navUser-item--headerQuickSearch {
  position: relative;
  width: 385px; }
  .navUser-item--headerQuickSearch .form,
  .navUser-item--headerQuickSearch .form-field {
    margin-bottom: 0px !important;
    position: relative; }
  .navUser-item--headerQuickSearch .form-fieldset {
    padding: 0 1.5rem; }
  .navUser-item--headerQuickSearch span.search-border {
    background: linear-gradient(to bottom, #b8b8b8, #eff0f1);
    border-radius: 25px;
    padding: 1px;
    text-decoration: none;
    display: inline-block;
    width: 360px; }
    .navUser-item--headerQuickSearch span.search-border .form-input {
      background: #eff0f1;
      display: block;
      padding: 0 15px;
      border-radius: 25px;
      border-color: #eff0f1;
      height: 2.5rem;
      font-size: 1.1rem;
      color: #666; }
      .navUser-item--headerQuickSearch span.search-border .form-input:focus {
        border: 1px solid #24a7d0;
        background: #fff !important;
        color: #000; }
      .navUser-item--headerQuickSearch span.search-border .form-input::placeholder {
        font-style: italic; }
  .navUser-item--headerQuickSearch .form-input:focus {
    border: 1px solid #24a7d0;
    background: #fff !important;
    width: 360px;
    margin: -1px;
    height: 44px;
    padding: 0 16px !important;
    color: #000; }
  .navUser-item--headerQuickSearch svg {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    margin: auto;
    fill: #586d86;
    fill-rule: evenodd; }
  .navUser-item--headerQuickSearch .dropdown--quickSearch {
    padding: 0px;
    width: 400px !important; }
  .navUser-item--headerQuickSearch li.product {
    width: 100%;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    font-size: 0; }
  .navUser-item--headerQuickSearch article > .card-figure,
  .navUser-item--headerQuickSearch article > .card-body {
    display: inline-block;
    vertical-align: top;
    font-size: 13px; }
  .navUser-item--headerQuickSearch article > .card-figure {
    width: 25%; }
  .navUser-item--headerQuickSearch article > .card-body {
    width: 75%;
    height: 100%;
    text-align: left; }
  .navUser-item--headerQuickSearch .quickSearchMessage,
  .navUser-item--headerQuickSearch .productGrid {
    margin: 0;
    font-size: 20px;
    background-color: white;
    padding: 1.5rem 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
  .navUser-item--headerQuickSearch .productGrid {
    max-height: 400px;
    overflow-y: auto;
    padding: 0px; }
    .navUser-item--headerQuickSearch .productGrid .card {
      margin-bottom: 0;
      padding-top: 1.5rem; }
    .navUser-item--headerQuickSearch .productGrid .card--alternate {
      background: white; }
    .navUser-item--headerQuickSearch .productGrid .card--alternate,
    .navUser-item--headerQuickSearch .productGrid .card--alternate:hover {
      border: 0px; }
    .navUser-item--headerQuickSearch .productGrid .card--alternate:hover .card-body {
      background: white; }
    .navUser-item--headerQuickSearch .productGrid .card--alternate:hover .card-body .card-text {
      color: #989898; }
    .navUser-item--headerQuickSearch .productGrid .card--alternate:hover .card-title > a {
      color: #2d2d2d; }
    .navUser-item--headerQuickSearch .productGrid .card-product-title {
      min-height: auto; }
    .navUser-item--headerQuickSearch .productGrid .card-figure {
      height: 140px; }

.header-container-column .navUser-item--headerQuickSearch,
.header-container-column .navUser-item--contactUs {
  display: none; }
  @media (min-width: 1181px) {
    .header-container-column .navUser-item--headerQuickSearch,
    .header-container-column .navUser-item--contactUs {
      float: none;
      display: inline-block;
      vertical-align: bottom;
      font-size: 0; } }

@media (min-width: 1181px) {
  .header-container-column .navUser-item--headerQuickSearch {
    display: none;
    float: right; } }

.header-container-column .navUser-item--contactUs {
  width: 160px;
  float: right;
  align-items: center;
  display: none; }
  @media (min-width: 1181px) {
    .header-container-column .navUser-item--contactUs {
      display: flex; } }
  .header-container-column .navUser-item--contactUs svg {
    width: 34px;
    height: 34px;
    fill: #24a7d0; }
  .header-container-column .navUser-item--contactUs .phone-number {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.4rem; }
    .header-container-column .navUser-item--contactUs .phone-number a, .header-container-column .navUser-item--contactUs .phone-number span {
      display: block; }
    .header-container-column .navUser-item--contactUs .phone-number a {
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      color: #333; }
    .header-container-column .navUser-item--contactUs .phone-number span {
      font-size: 11px; }
  @media (min-width: 1200px) {
    .header-container-column .navUser-item--contactUs {
      width: 175px; }
      .header-container-column .navUser-item--contactUs .phone-number {
        line-height: 1.5rem; }
        .header-container-column .navUser-item--contactUs .phone-number a {
          font-size: 18px; }
        .header-container-column .navUser-item--contactUs .phone-number span {
          font-size: 12px; } }

@media (min-width: 320px) {
  .navUser-item--contactUs {
    display: none; } }

@media (min-width: 1181px) {
  .navUser-item--contactUs .navUser-action {
    text-align: right; }
    .navUser-item--contactUs .navUser-action svg {
      display: initial; } }

.navUser-item--contactUs svg {
  width: 24px;
  height: 24px;
  fill: white;
  stroke: transparent; }
  @media (min-width: 1181px) {
    .navUser-item--contactUs svg {
      width: 30px;
      height: 38px; } }

.navUser-item--contactUs .dropdown-contactUs {
  top: 55px !important;
  width: 250px;
  left: -193px !important;
  max-width: inherit;
  padding: 20px 10px; }
  .navUser-item--contactUs .dropdown-contactUs:before {
    left: 207px !important; }
  .navUser-item--contactUs .dropdown-contactUs:after {
    left: 209px !important; }
  .navUser-item--contactUs .dropdown-contactUs > div {
    text-align: center; }
    .navUser-item--contactUs .dropdown-contactUs > div:nth-child(1) {
      font-size: .95rem;
      font-weight: 700; }
    .navUser-item--contactUs .dropdown-contactUs > div:nth-child(2) {
      font-size: 1.25rem;
      font-weight: 700;
      color: #24a7d0; }

.navUser-item--contact .navUser-action {
  width: 55px;
  background-color: #DD2C79;
  color: #fff;
  cursor: pointer; }
  .navUser-item--contact .navUser-action:hover {
    background-color: #A71C56; }
  .navUser-item--contact .navUser-action .icon-contact {
    display: block;
    width: 31px;
    height: 23px; }
  .navUser-item--contact .navUser-action .icon-close {
    display: none;
    width: 18px;
    fill: #3F5467; }
  .navUser-item--contact .navUser-action span {
    display: none; }
  @media (min-width: 1181px) {
    .navUser-item--contact .navUser-action {
      width: inherit;
      display: flex;
      align-items: center; }
      .navUser-item--contact .navUser-action .icon-contact {
        margin-right: 16px; }
      .navUser-item--contact .navUser-action span {
        display: inline; } }
  @media (max-width: 1079px) {
    .navUser-item--contact .navUser-action.is-open {
      background-color: #B6C5D5; }
      .navUser-item--contact .navUser-action.is-open .icon-contact, .navUser-item--contact .navUser-action.is-open span {
        display: none; }
      .navUser-item--contact .navUser-action.is-open .icon-close {
        display: block; } }
  @media (min-width: 1181px) {
    .navUser-item--contact .navUser-action.is-open .icon-contact {
      display: none; }
    .navUser-item--contact .navUser-action.is-open .icon-close {
      display: block;
      width: 23px;
      height: 23px;
      margin-right: 16px;
      margin-left: 8px;
      padding: 3px;
      border: 2px solid #fff;
      border-radius: 50%;
      fill: #fff; } }

.navUser-item--mobileOnly {
  display: inline-block; }
  @media (min-width: 1181px) {
    .navUser-item--mobileOnly {
      display: none; } }

.navUser-item--desktopOnly {
  display: none; }
  @media (min-width: 1181px) {
    .navUser-item--desktopOnly {
      display: inline-block; } }

.navUser-item-topSearch {
  display: inline-block;
  position: inherit !important; }
  .navUser-item-topSearch svg {
    fill-rule: evenodd;
    width: 23px; }

.navUser-item-Countries {
  display: none; }
  @media (min-width: 1181px) {
    .navUser-item-Countries {
      display: block; } }

.navUser-action--Country {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  display: inline-block; }
  .navUser-action--Country:hover, .navUser-action--Country:focus {
    color: #FFF; }

.navUser-action--CountryActive {
  text-decoration: underline;
  font-weight: 600; }

.navUser-item--toggleMobileMenu {
  display: none; }
  .navUser-item--toggleMobileMenu a {
    background-color: #E12179; }

.countPill {
  display: none;
  position: absolute;
  top: 0.2rem;
  margin-left: 0.75rem;
  background-color: #df2579;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  text-align: center;
  width: 20px;
  line-height: 20px; }
  @media (min-width: 1181px) {
    .countPill {
      top: 0.4rem;
      margin-left: 1rem; } }

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

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

.site-toggle {
  display: none;
  float: left; }
  .site-toggle a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    padding: 0 22.5px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #1F253A;
    color: #FFF; }
    .site-toggle a:hover {
      background-color: #E3E9F2;
      color: #3F5467; }
  .site-toggle:nth-child(2) a {
    border-right: 1px solid #FFF; }
  @media (min-width: 1181px) {
    .site-toggle {
      display: block; } }

.site-toggle--active a {
  font-weight: 700;
  background-color: #08A3D7; }
  .site-toggle--active a:hover {
    background-color: #08A3D7;
    color: #fff; }

.site-toggle--active:nth-child(2) a {
  border-right: none; }

.site-guarantee {
  display: none; }
  @media (min-width: 1181px) {
    .site-guarantee {
      display: inline-block;
      position: absolute;
      left: calc(50% - 179px); } }
  .site-guarantee a {
    height: 49px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px; }
  .site-guarantee img {
    max-width: 35px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.35714rem; }

.navUser ul li.navUser-item--contact-us {
  display: none; }
  @media (min-width: 320px) {
    .navUser ul li.navUser-item--contact-us {
      display: inline-block; } }
  .navUser ul li.navUser-item--contact-us .navUser-action {
    padding-left: 0.78571rem; }
    @media (min-width: 1181px) {
      .navUser ul li.navUser-item--contact-us .navUser-action {
        padding-left: 1.28571rem; } }
    .navUser ul li.navUser-item--contact-us .navUser-action svg {
      display: inline-block;
      margin-right: 0.35714rem; }
    .navUser ul li.navUser-item--contact-us .navUser-action a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      text-decoration: none;
      line-height: 23px;
      font-size: 16px;
      font-weight: 700; }
    .navUser ul li.navUser-item--contact-us .navUser-action.is-open svg {
      fill: #2fa8ce; }
    .navUser ul li.navUser-item--contact-us .navUser-action.is-open a {
      color: #2fa8ce; }
  .navUser ul li.navUser-item--contact-us #contact-preview-dropdown {
    text-align: center; }

.navUser ul li.navUser-search-item {
  cursor: pointer; }
  .navUser ul li.navUser-search-item svg {
    fill: white;
    stroke: transparent;
    width: 32px;
    height: 23px;
    transition: all 0.15s ease;
    margin: 0 auto;
    fill-rule: evenodd;
    cursor: pointer; }
    .navUser ul li.navUser-search-item svg:first-child {
      display: block; }
    .navUser ul li.navUser-search-item svg:last-child {
      display: none; }
  .navUser ul li.navUser-search-item.open-search {
    padding: 17.5px 0.78571rem; }
    .navUser ul li.navUser-search-item.open-search svg:first-child {
      display: none; }
    .navUser ul li.navUser-search-item.open-search svg:last-child {
      display: block; }

#searchspring-autocomplete_results {
  margin-left: -10px !important;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.05) !important; }
  #searchspring-autocomplete_results::before {
    left: 30px !important; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #dfdfdf;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .has-activeNavPages .header-container-column.second-column {
    display: block; }
  .has-activeNavPages .navUser-item--contactUs {
    display: none; }
    @media (min-width: 338px) {
      .has-activeNavPages .navUser-item--contactUs {
        display: inline-block; } }
  .has-activeNavPages .navPages-container.is-open {
    z-index: 20; }

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

.navPages {
  background-color: #FFFFFF;
  width: 100%;
  overflow-y: auto;
  padding: 0; }
  @media (min-width: 1181px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      width: 100%; }
      .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: 1181px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1181px) {
      .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: 1181px) {
      .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: 1181px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  @media (min-width: 1181px) {
    .navPages-list > .navPages-item {
      position: relative; } }
  .navPages-list > .navPages-item > .navPages-action {
    padding: 1.5rem 2rem;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: -1px;
    position: relative; }
    @media only screen and (min-width: 440px) {
      .navPages-list > .navPages-item > .navPages-action {
        font-size: 18px; } }
    @media (min-width: 1181px) {
      .navPages-list > .navPages-item > .navPages-action {
        color: black;
        font-size: 16px;
        font-weight: 700;
        padding: 1.5rem 1rem;
        border: 0;
        margin-bottom: 0; } }
    @media (min-width: 1361px) {
      .navPages-list > .navPages-item > .navPages-action {
        padding: 1.5rem 1.5rem; } }

.header-container-row.fixed .navPages-list > .navPages-item:nth-child(5) {
  display: none; }

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

.navPages-action {
  color: #4f4f4f;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1181px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; } }
  @media (min-width: 1181px) and (max-width: 1361px) {
    .navPages-action {
      font-size: 1rem; } }
  .navPages-action:hover {
    color: #a5a5a5; }
  .navPages-action svg {
    transition: all 0.15s ease; }
  .navPages-action .navPages-action-moreIcon {
    margin-left: 0.35714rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    width: 1.14286rem;
    height: 1.14286rem;
    margin: auto;
    transform: rotate(-90deg); }
    @media only screen and (min-width: 440px) {
      .navPages-action .navPages-action-moreIcon {
        width: 1.42857rem;
        height: 1.42857rem; } }
    @media (min-width: 1181px) {
      .navPages-action .navPages-action-moreIcon {
        display: none; } }
    .navPages-action .navPages-action-moreIcon.is-open {
      transform: rotate(-180deg) !important; }
    .navPages-action .navPages-action-moreIcon svg,
    .navPages-action .navPages-action-moreIcon:hover svg {
      fill: #44A7DD;
      stroke: #44A7DD; }

.navPages-action--noLink1:hover {
  cursor: inherit; }

.navPages-action--noLink2 {
  margin-bottom: 0.5rem;
  background: #818181;
  color: #FFF !important; }
  .navPages-action--noLink2:hover {
    color: #FFF !important;
    cursor: inherit; }

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

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

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

.navPage-subMenu {
  outline: 0;
  position: relative; }
  .navPage-subMenu.navPage-subMenu--first, .navPage-subMenu.navPage-subMenu--second {
    display: none; }
    @media (min-width: 1181px) {
      .navPage-subMenu.navPage-subMenu--first, .navPage-subMenu.navPage-subMenu--second {
        position: absolute;
        -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25); } }
  .navPage-subMenu.navPage-subMenu--second {
    background-color: #F0F4F9;
    padding: 0.5rem 0;
    border-top: 1px solid #E0E0E0; }
    @media (min-width: 1181px) {
      .navPage-subMenu.navPage-subMenu--second {
        width: 22.14286rem;
        flex-flow: column;
        min-height: calc(100% + 5px);
        border-top: 5px solid #F0F4F9;
        padding: 1.21429rem 0; } }
  @media (min-width: 1181px) {
    .navPage-subMenu {
      text-align: left; }
      .navPage-subMenu.navPage-subMenu--first {
        width: 22.14286rem;
        background-color: white;
        border: 1px solid #979797;
        border-top: 5px solid #08A3D7;
        padding: 1.21429rem 0; }
        .navPage-subMenu.navPage-subMenu--first::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #08A3D7; }
      .navPage-subMenu#navPages-carrier {
        width: 27rem; }
        .navPage-subMenu#navPages-carrier > .navPage-subMenu-links {
          columns: 2; }
      .navPage-subMenu.navPage-subMenu--two-columns {
        flex-flow: row;
        width: 44.28571rem; }
        .navPage-subMenu.navPage-subMenu--two-columns > .navPage-subMenu-links {
          position: relative; }
          .navPage-subMenu.navPage-subMenu--two-columns > .navPage-subMenu-links:last-child::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            width: 1px;
            height: calc(100% - 30px);
            background-color: #D8D8D8; }
      .navPage-subMenu.navPage-subMenu--largest {
        width: 35.71429rem; }
      .navPage-subMenu.navPage-subMenu--large {
        width: 25.71429rem; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu .navPage-subMenu-list {
    margin: 0; }
  @media (max-width: 1180px) {
    .navPage-subMenu.is-open {
      display: block;
      position: relative; } }
  @media (max-width: 1180px) {
    .navPage-subMenu.navPage-subMenu--first.is-open {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      background-color: white;
      padding-bottom: 6rem;
      z-index: 50; } }
  @media only screen and (max-width: 1080px) {
    .navPage-subMenu.navPage-subMenu--first.is-open > .navPage-subMenu-links > .navPage-subMenu-link > a.is-open::after {
      transform: rotate(0); } }

@media only screen and (max-width: 1080px) {
  .navPage-subMenu--second.is-open > .navPage-subMenu-links > .navPage-subMenu-link > a::after {
    transform: rotate(0); } }

@media (min-width: 1181px) {
  header .navPages-container .navPages > ul > li:hover .navPage-subMenu--first {
    display: block;
    margin-top: -1rem;
    left: calc(50% - 150px); }
    header .navPages-container .navPages > ul > li:hover .navPage-subMenu--first.navPage-subMenu--large {
      left: calc(50% - 180px); }
  .navPage-subMenu--first > ul > li:hover .navPage-subMenu--second {
    display: flex;
    top: -1.5rem;
    left: calc(100% - 2px);
    margin: 0; } }

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

@media (min-width: 1181px) {
  #navPages-professional-services .navPage-subMenu-item {
    width: 100%;
    padding-bottom: 0px !important; } }

.navPage-subMenu-links .navPage-subMenu-link {
  width: 100%; }
  @media (min-width: 1181px) {
    .navPage-subMenu-links .navPage-subMenu-link {
      border-bottom: 0; } }
  .navPage-subMenu-links .navPage-subMenu-link a, .navPage-subMenu-links .navPage-subMenu-link > span {
    display: block;
    position: relative;
    padding: 1.5rem 3rem;
    font-size: 16px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    text-transform: uppercase; }
    @media only screen and (min-width: 440px) {
      .navPage-subMenu-links .navPage-subMenu-link a, .navPage-subMenu-links .navPage-subMenu-link > span {
        font-size: 18px; } }
    @media (min-width: 1181px) {
      .navPage-subMenu-links .navPage-subMenu-link a, .navPage-subMenu-links .navPage-subMenu-link > span {
        font-size: 16px;
        text-transform: initial;
        padding: 0.5rem 3rem; } }
    .navPage-subMenu-links .navPage-subMenu-link a:hover, .navPage-subMenu-links .navPage-subMenu-link > span:hover {
      color: #1F98C4; }
    .navPage-subMenu-links .navPage-subMenu-link a.navPages-action-subtitle, .navPage-subMenu-links .navPage-subMenu-link > span.navPages-action-subtitle {
      text-transform: uppercase;
      font-weight: bold; }
    .navPage-subMenu-links .navPage-subMenu-link a.navPages-action--mark, .navPage-subMenu-links .navPage-subMenu-link > span.navPages-action--mark {
      border-top: 1px solid #D8D8D8;
      border-bottom: 1px solid #D8D8D8;
      margin: 0.78571rem 0;
      padding: 1.5rem 3rem; }
      @media (min-width: 1181px) {
        .navPage-subMenu-links .navPage-subMenu-link a.navPages-action--mark, .navPage-subMenu-links .navPage-subMenu-link > span.navPages-action--mark {
          padding: 0.78571rem 3rem; } }
    .navPage-subMenu-links .navPage-subMenu-link a .feature, .navPage-subMenu-links .navPage-subMenu-link > span .feature {
      color: #DD2C79; }

@media (min-width: 1181px) {
  .navPage-subMenu-links .navPage-subMenu-link--close-dropdown {
    display: none; } }

.navPage-subMenu-links .navPage-subMenu-link--close-dropdown .navPages-action {
  display: flex;
  align-items: center;
  font-weight: 600;
  border-top: 1px solid #E0E0E0;
  border-bottom: 4px solid #08A3D7 !important;
  margin-bottom: -1px;
  padding: 1.5rem 2rem;
  font-size: 18px; }
  .navPage-subMenu-links .navPage-subMenu-link--close-dropdown .navPages-action:hover {
    color: #1F98C4; }

.navPage-subMenu-links .navPage-subMenu-link--close-dropdown .navPages-action-moreIcon {
  position: relative;
  transform: rotate(90deg);
  margin: 0 0.5rem 0 0;
  right: 0; }

.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span {
  font-weight: 600;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: -1px;
  padding: 1.5rem 2rem; }
  @media only screen and (max-width: 1080px) {
    .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a.has-subMenu::before, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a.has-subMenu::after, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span.has-subMenu::before, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span.has-subMenu::after {
      content: "";
      background-color: #08A3D7;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.5rem;
      margin: auto;
      height: 3px;
      width: 16px; } }
  @media only screen and (max-width: 1080px) and (min-width: 440px) {
    .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a.has-subMenu::before, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a.has-subMenu::after, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span.has-subMenu::before, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span.has-subMenu::after {
      width: 20px; } }
  @media only screen and (max-width: 1080px) {
    .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a.has-subMenu::after, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span.has-subMenu::after {
      transform: rotate(90deg);
      -webkit-transition: -webkit-transform .6s ease-in-out;
      -ms-transition: -ms-transform .6s ease-in-out;
      transition: transform .6s ease-in-out; } }
  @media (min-width: 1181px) {
    .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span {
      border: 0;
      margin-bottom: 0;
      padding: 0.78571rem 2.28571rem; }
      .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a.has-subMenu::after, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span.has-subMenu::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1rem;
        margin: auto;
        background: url("../img/arrow-right-blue.svg") 50% 50% no-repeat;
        background-size: 11px 11px;
        width: 11px;
        height: 11px; }
      .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a:hover, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span:hover {
        background-color: #1F98C4;
        color: white; }
        .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a:hover::after, .navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span:hover::after {
          background-image: url("../img/arrow-right-white.svg"); } }

.navPage-subMenu--third .navPage-subMenu-links .navPage-subMenu-link a, .navPage-subMenu--third .navPage-subMenu-links .navPage-subMenu-link span {
  padding: 0.78571rem 4rem;
  text-transform: initial;
  border-bottom: 0; }
  @media (min-width: 1181px) {
    .navPage-subMenu--third .navPage-subMenu-links .navPage-subMenu-link a, .navPage-subMenu--third .navPage-subMenu-links .navPage-subMenu-link span {
      padding: 0.5rem 4rem; } }

.navPages-item-letsTalk {
  display: none;
  padding-top: 0.78571rem; }
  .navPages-item-letsTalk .button {
    display: flex;
    align-items: center;
    height: 57px;
    border-radius: 0;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #E12179;
    border-color: #E12179; }
  @media (min-width: 1181px) {
    .navPages-item-letsTalk {
      display: none; } }

.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: #989898;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #4f4f4f; }

.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: #a5a5a5; }
    .socialLinks .icon svg {
      fill: #4f4f4f;
      transition: all 0.15s ease; }

.google_plusone_iframe_widget {
  width: inherit !important; }

.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--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 1181px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 20%; }
    @media (min-width: 1181px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1181px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1181px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1181px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

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

@media (min-width: 1361px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media (min-width: 1181px) {
  .heroCarousel-image {
    visibility: hidden; } }

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

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

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

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

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

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

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

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

.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: #a5a5a5;
  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 {
  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: 1181px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1361px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

.productCarousel--single .slick-track {
  margin: 0 auto; }

.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: 1181px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1361px) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: #989898;
  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; }

.product-old {
  /* Product View Test */ }
  .product-old .productView {
    padding-top: 1rem;
    color: black; }
    .product-old .productView h1, .product-old .productView h2, .product-old .productView h3, .product-old .productView h4, .product-old .productView h5 {
      font-family: 'Roboto', sans-serif;
      color: black;
      font-weight: 300; }
  .product-old .productView-heading {
    display: flex;
    flex-direction: column;
    margin-top: 0.35714rem;
    position: relative;
    padding: 0 1rem; }
    @media (min-width: 1361px) {
      .product-old .productView-heading {
        padding: 0; } }
  .product-old .productView-title {
    font-size: 20px;
    margin: 0 0 15px;
    border-bottom: 2px solid #eaecf1;
    padding-bottom: 0.78571rem;
    order: 2; }
    @media (min-width: 1361px) {
      .product-old .productView-title {
        order: 1;
        padding-left: 15px;
        padding-right: 165px;
        font-size: 28px; } }
  .product-old .productView-brand {
    color: #989898;
    font-size: 15px;
    margin: 0;
    order: 1; }
    @media (min-width: 1361px) {
      .product-old .productView-brand {
        position: absolute;
        order: 2;
        top: 0;
        right: 15px;
        font-size: 20px; } }
    .product-old .productView-brand a {
      display: none;
      color: #989898; }
      .product-old .productView-brand a:hover {
        color: #4f4f4f; }
    .product-old .productView-brand svg {
      max-width: 120px;
      max-height: 40px; }
  .product-old .productView-rating {
    order: 3; }
    @media (min-width: 1361px) {
      .product-old .productView-rating {
        margin-left: 1rem; } }
  .product-old .productView-reviewLink {
    display: inline-block;
    margin-left: 0.78571rem;
    vertical-align: middle; }
    .product-old .productView-reviewLink + .productView-reviewLink {
      display: inline-block;
      margin-left: 0.78571rem; }
      @media (max-width: 370px) {
        .product-old .productView-reviewLink + .productView-reviewLink {
          display: block;
          margin-left: auto; } }
    .product-old .productView-reviewLink > a {
      color: #0c84c0;
      text-decoration: none; }
      .product-old .productView-reviewLink > a:hover {
        color: #0199c6; }
  .product-old .productView-sku {
    margin-top: 0.78571rem;
    padding-left: 1.5rem;
    font-size: 14px;
    color: #7F858B; }
  .product-old .productView-defaultImage {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 1181px) {
      .product-old .productView-defaultImage {
        width: 50%;
        padding: 2.5rem 0; } }
    @media (min-width: 1181px) {
      .product-old .productView-defaultImage img {
        max-height: 420px; } }
    .product-old .productView-defaultImage > .productView-image {
      display: flex; }
    .product-old .productView-defaultImage > .productView-images {
      display: block;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 1181px) {
        .product-old .productView-defaultImage > .productView-images {
          display: none; } }
  .product-old .zoomImg {
    display: none !important; }
  .product-old .productView-images {
    margin-bottom: 3rem; }
  .product-old .productView-image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0; }
    @media (min-width: 1181px) {
      .product-old .productView-image {
        min-height: 366px;
        min-width: 366px; }
        .product-old .productView-image:hover {
          cursor: pointer; } }
    .product-old .productView-image img {
      width: 100%; }
    .product-old .productView-image .productView-image--default {
      width: auto; }
    .product-old .productView-image + .productView-thumbnails {
      margin-top: 0.78571rem; }
  .product-old .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; }
    .product-old .productView-thumbnails ul,
    .product-old .productView-thumbnails ol {
      list-style: none;
      margin-bottom: 0; }
    .product-old .productView-thumbnails:before, .product-old .productView-thumbnails:after {
      content: " ";
      display: table; }
    .product-old .productView-thumbnails:after {
      clear: both; }
    .product-old .productView-thumbnails .slick-list {
      margin-left: 2.85714rem;
      margin-right: 2.85714rem; }
    .product-old .productView-thumbnails .slick-prev,
    .product-old .productView-thumbnails .slick-next {
      top: initial;
      bottom: -44px;
      z-index: 1;
      height: inherit !important;
      width: inherit !important; }
    .product-old .productView-thumbnails .slick-next {
      right: 50%;
      transform: translate(50%, 0);
      margin-right: -104px; }
    .product-old .productView-thumbnails .slick-prev {
      left: 50%;
      transform: translate(-50%, 0);
      margin-left: -120px; }
    .product-old .productView-thumbnails img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
      @media (min-width: 551px) {
        .product-old .productView-thumbnails img {
          max-height: 350px !important;
          max-width: 350px !important; } }
      @media (min-width: 1181px) {
        .product-old .productView-thumbnails img {
          max-height: 550px !important;
          max-width: 550px !important; } }
  .product-old .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: 1361px) {
      .product-old .productView-thumbnail {
        width: 20%; } }
  .product-old .productView-thumbnail-link {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 100%; }
    @media (min-width: 551px) {
      .product-old .productView-thumbnail-link {
        padding-bottom: 0;
        height: 350px; } }
    @media (min-width: 1181px) {
      .product-old .productView-thumbnail-link {
        padding-bottom: 0;
        height: 550px; } }
  .product-old .productView-details {
    position: relative;
    z-index: 1;
    margin-bottom: 4rem; }
  .product-old .productView-product {
    margin-top: 3rem;
    padding-bottom: 2rem; }
    @media (min-width: 1181px) {
      .product-old .productView-product {
        margin-top: 0;
        padding-bottom: 2rem; } }
    .product-old .productView-product > :last-child {
      margin-bottom: 0; }
  .product-old .product-message {
    margin-top: 1.5rem;
    font-size: 20px;
    font-weight: 700; }
  .product-old .product-bulletpoints {
    margin-top: 2.28571rem; }
    .product-old .product-bulletpoints h3 {
      margin-top: 0;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0; }
    .product-old .product-bulletpoints ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .product-old .product-bulletpoints ul.list {
      list-style-type: initial;
      margin-left: 1.5rem; }
    .product-old .product-bulletpoints li span {
      font-weight: 700; }
  .product-old .product-availability svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.35714rem; }
  .product-old .product-availability .in-stock {
    color: #07b986;
    font-weight: 700; }
    .product-old .product-availability .in-stock svg {
      fill: #07b986;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 2px solid #07b986;
      padding: 2.5px;
      position: relative;
      top: -1px; }
  .product-old .product-shipping {
    position: relative; }
    .product-old .product-shipping:hover {
      color: #00a5d5;
      cursor: pointer; }
      .product-old .product-shipping:hover svg {
        fill: #00a5d5; }
    .product-old .product-shipping #shipping-dropdown {
      padding: 1.5rem;
      border: 1px solid #00a5d5;
      left: -325px !important;
      background-color: #fff;
      top: -80px !important;
      max-width: 300px !important;
      z-index: 299; }
      .product-old .product-shipping #shipping-dropdown:before {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #00a5d5 transparent;
        border-bottom-style: solid;
        transform: rotate(90deg);
        bottom: calc(47% + 1px);
        left: calc(100% + 1px);
        position: absolute; }
      .product-old .product-shipping #shipping-dropdown:after {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent white transparent;
        border-bottom-style: solid;
        bottom: calc(47% + 1px);
        left: calc(100% + -1px);
        transform: rotate(90deg);
        position: absolute; }
      .product-old .product-shipping #shipping-dropdown p {
        color: #000; }
      @media (max-width: 1080px) {
        .product-old .product-shipping #shipping-dropdown {
          left: 0px !important;
          top: 35px !important; }
          .product-old .product-shipping #shipping-dropdown:before {
            bottom: 100%;
            transform: inherit;
            left: calc(50% - 5px); }
          .product-old .product-shipping #shipping-dropdown:after {
            bottom: calc(100% - 1px);
            transform: inherit;
            left: calc(50% - 5px); } }
    .product-old .product-shipping .product-availability-value.is-open {
      color: #00a5d5; }
      .product-old .product-shipping .product-availability-value.is-open svg {
        fill: #00a5d5; }
  .product-old .productView-price {
    font-size: 25px;
    margin-bottom: 1rem; }
    @media (min-width: 1181px) {
      .product-old .productView-price {
        font-size: 28px; } }
    .product-old .productView-price .price-section--saving {
      font-size: 15px; }
    .product-old .productView-price abbr {
      border: 0;
      color: inherit;
      font-size: inherit; }
    .product-old .productView-price .price--rrp {
      font-size: 13px;
      font-weight: 700;
      margin-left: 0.35714rem;
      color: #999999; }
      @media (min-width: 1181px) {
        .product-old .productView-price .price--rrp {
          font-size: 15px; } }
    .product-old .productView-price .price-tax-message {
      display: block;
      font-style: italic;
      font-size: 10.71429px; }
  .product-old .productView-info {
    margin-top: 0.78571rem; }
    .product-old .productView-info:before, .product-old .productView-info:after {
      content: " ";
      display: table; }
    .product-old .productView-info:after {
      clear: both; }
    @media (min-width: 551px) {
      .product-old .productView-info {
        margin-top: 0; } }
    @media (min-width: 551px) {
      .product-old .productView-info > :first-child {
        margin-top: 1.5rem; } }
    .product-old .productView-info > :last-child {
      margin-bottom: 0; }
  .product-old .productView-info-name,
  .product-old .productView-info-value {
    float: left; }
    @media (min-width: 551px) {
      .product-old .productView-info-name,
      .product-old .productView-info-value {
        float: none; } }
  .product-old .productView-info-name {
    clear: both;
    margin-bottom: 0.21429rem;
    margin-right: 0.35714rem; }
    @media (min-width: 551px) {
      .product-old .productView-info-name {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400; } }
  .product-old .productView-info-value {
    margin-bottom: 0.35714rem; }
    @media (min-width: 551px) {
      .product-old .productView-info-value {
        margin-bottom: 1rem; } }
  .product-old .productView-options {
    margin-bottom: 1.5rem; }
    .product-old .productView-options:before, .product-old .productView-options:after {
      content: " ";
      display: table; }
    .product-old .productView-options:after {
      clear: both; }
    @media (min-width: 551px) {
      .product-old .productView-options {
        text-align: left; } }
    @media (min-width: 551px) {
      .product-old .productView-options .form-input[type="number"] {
        width: 16.66667%; } }
    .product-old .productView-options .form {
      display: inline; }
    .product-old .productView-options input[type="file"] {
      font-size: 13px; }
    .product-old .productView-options .form-field {
      font-size: 0;
      margin-bottom: 2rem; }
      .product-old .productView-options .form-field > .form-checkbox + .form-label,
      .product-old .productView-options .form-field > .form-radio + .form-label {
        display: inline-block;
        margin-left: 1.5rem;
        width: auto; }
        @media (min-width: 551px) {
          .product-old .productView-options .form-field > .form-checkbox + .form-label,
          .product-old .productView-options .form-field > .form-radio + .form-label {
            margin-left: 0;
            width: 100%; } }
      .product-old .productView-options .form-field > .form-label:nth-of-type(2) {
        margin-left: 0; }
      .product-old .productView-options .form-field .form-label {
        font-family: "Roboto", Arial, Sans-Serif;
        font-weight: 700;
        font-size: 14px;
        color: #000; }
        .product-old .productView-options .form-field .form-label small {
          color: #df2579;
          margin-left: 0; }
      .product-old .productView-options .form-field select {
        border-radius: 0;
        border: 1px solid #000; }
    .product-old .productView-options .form-action {
      position: relative; }
      @media (min-width: 551px) {
        .product-old .productView-options .form-action {
          float: left;
          padding: 0 0.71429rem;
          width: 50%; } }
      @media (min-width: 1181px) {
        .product-old .productView-options .form-action {
          float: none;
          padding: 0;
          width: auto; } }
      @media (min-width: 1361px) {
        .product-old .productView-options .form-action {
          display: inline-block;
          margin-top: 1rem; } }
      .product-old .productView-options .form-action .button {
        width: 100%;
        border-radius: 0; }
        @media (min-width: 1361px) {
          .product-old .productView-options .form-action .button {
            margin-right: 0.78571rem;
            width: auto; } }
  .product-old .form-quantity {
    position: absolute;
    left: -20px;
    z-index: 100;
    height: 40px; }
    .product-old .form-quantity:hover .button, .product-old .form-quantity:focus .button {
      display: block; }
    .product-old .form-quantity .button {
      display: none;
      position: absolute;
      width: 1.6rem !important;
      height: 21px;
      padding: 0;
      line-height: 0;
      border-color: #df2579;
      border-width: 2px;
      transition: all 0.3s ease; }
      .product-old .form-quantity .button:hover {
        background: #df2579; }
        .product-old .form-quantity .button:hover svg {
          fill: white; }
      .product-old .form-quantity .button.button--inc {
        top: 0;
        z-index: 1; }
      .product-old .form-quantity .button.button--dec {
        bottom: 0; }
      .product-old .form-quantity .button svg {
        fill: #df2579; }
    .product-old .form-quantity .form-input--incrementTotal {
      border-radius: 0;
      line-height: 2.6rem;
      margin-top: 2px;
      margin-left: 22px;
      width: 3rem;
      height: 36px;
      color: #df2579; }
  .product-old #add-to-cart-form .form-action {
    padding: 0; }
  .product-old #add-to-cart-form #form-action-addToCart {
    background-color: #df2579;
    border-color: #df2579;
    padding-left: 5.07143rem;
    transition: all 0.3s ease;
    width: 200px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 700; }
    .product-old #add-to-cart-form #form-action-addToCart:hover {
      background-color: #a71c5b; }
  .product-old .productOptions-list {
    border: 1px solid #dfdfdf;
    list-style: none;
    margin: 0; }
  .product-old .productOptions-list-item {
    padding: 1.5rem; }
    .product-old .productOptions-list-item + .productOptions-list-item {
      border-top: 1px solid #dfdfdf; }
    .product-old .productOptions-list-item .form-label {
      text-align: left;
      top: -2px; }
  .product-old .productOptions-list-item-figure,
  .product-old .productOptions-list-item-content {
    display: table-cell;
    vertical-align: middle; }
  .product-old .productOptions-list-item-figure {
    width: 3rem; }
  .product-old .productOptions-list-item-content {
    padding-left: 1.28571rem; }
  .product-old .shareProduct {
    text-align: center; }
  .product-old .productView-customTabs {
    margin-top: 3rem; }
    @media (min-width: 1181px) {
      .product-old .productView-customTabs {
        margin-top: 0; } }
  .product-old .productView-customTabs--heading {
    background: #24a7d0;
    margin-bottom: 0.78571rem; }
    .product-old .productView-customTabs--heading .container {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 0;
      padding: 0; }
      @media (min-width: 1181px) {
        .product-old .productView-customTabs--heading .container {
          padding: 0 6rem; } }
    .product-old .productView-customTabs--heading .tab-title {
      position: relative;
      color: white;
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      font-size: 1rem;
      transition: all 0.3s ease; }
      @media (min-width: 1181px) {
        .product-old .productView-customTabs--heading .tab-title {
          width: 33.33333333333333%; } }
      .product-old .productView-customTabs--heading .tab-title::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 15px solid transparent;
        transition: all 0.3s ease; }
      .product-old .productView-customTabs--heading .tab-title:hover, .product-old .productView-customTabs--heading .tab-title:focus, .product-old .productView-customTabs--heading .tab-title.active {
        background-color: #077ca3; }
      .product-old .productView-customTabs--heading .tab-title.active::after {
        border-top-color: #077ca3; }
      .product-old .productView-customTabs--heading .tab-title[data-content="photo-gallery"] {
        display: none; }
        @media (min-width: 1181px) {
          .product-old .productView-customTabs--heading .tab-title[data-content="photo-gallery"] {
            display: inline-block; } }
    .product-old .productView-customTabs--heading .tab-title-content {
      text-align: center; }
      .product-old .productView-customTabs--heading .tab-title-content > div {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        padding: 1rem 0; }
      .product-old .productView-customTabs--heading .tab-title-content .svg-icon {
        margin-right: 0.78571rem; }
    .product-old .productView-customTabs--heading span {
      display: block; }
    .product-old .productView-customTabs--heading svg {
      fill: white;
      width: 55px;
      height: 55px; }
  .product-old .productView-customTabs--content {
    overflow: hidden;
    height: 0; }
    .product-old .productView-customTabs--content.show {
      height: auto; }
    .product-old .productView-customTabs--content .tab-content-header {
      position: relative; }
    .product-old .productView-customTabs--content .tab-brand-name {
      position: absolute;
      top: 1.5rem;
      left: 0; }
      .product-old .productView-customTabs--content .tab-brand-name svg {
        width: 140px;
        height: 40px; }
    .product-old .productView-customTabs--content .tab-content,
    .product-old .productView-customTabs--content .tab-content-header {
      display: block;
      visibility: hidden;
      height: 0;
      padding: 0; }
    .product-old .productView-customTabs--content .tab-content.active,
    .product-old .productView-customTabs--content .tab-content-header.active {
      visibility: visible;
      height: auto;
      padding: 1.5rem 0; }
    .product-old .productView-customTabs--content .productView-images {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    .product-old .productView-customTabs--content #kit-includes .kit-includes-content {
      display: none;
      margin: 0 auto; }
    .product-old .productView-customTabs--content #kit-includes ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      font-size: 0; }
    .product-old .productView-customTabs--content #kit-includes li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      font-size: 1rem;
      margin-bottom: 1.5rem;
      color: black;
      text-align: center; }
      @media (min-width: 1181px) {
        .product-old .productView-customTabs--content #kit-includes li {
          width: 33.33333333333333%; } }
    .product-old .productView-customTabs--content #kit-includes div {
      padding-top: 1rem; }
      .product-old .productView-customTabs--content #kit-includes div span {
        display: block; }
    .product-old .productView-customTabs--content #kit-includes .title,
    .product-old .productView-customTabs--content #kit-includes .sku {
      display: block;
      max-width: 145px;
      margin: 0 auto;
      text-align: left; }
    .product-old .productView-customTabs--content #kit-includes .title {
      padding-bottom: 0.35714rem; }
    .product-old .productView-customTabs--content #kit-includes .product-kit {
      padding: 1rem; }
      .product-old .productView-customTabs--content #kit-includes .product-kit img {
        width: 100px;
        height: 100px; }
      @media (min-width: 800px) {
        .product-old .productView-customTabs--content #kit-includes .product-kit {
          padding: 0; }
          .product-old .productView-customTabs--content #kit-includes .product-kit img {
            width: 136px;
            height: 136px; } }
    .product-old .productView-customTabs--content #kit-includes .sku {
      color: #0c84c0;
      text-decoration: none; }
    .product-old .productView-customTabs--content #video .toggle-title,
    .product-old .productView-customTabs--content #video .videoGallery-list {
      display: none; }
  .product-old .tab-close-btn,
  .product-old .installation-video-content .close-btn {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #616266; }
    .product-old .tab-close-btn svg,
    .product-old .installation-video-content .close-btn svg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 12px;
      height: 12px; }
    .product-old .tab-close-btn:hover,
    .product-old .installation-video-content .close-btn:hover {
      border-color: #077ca3; }
      .product-old .tab-close-btn:hover svg,
      .product-old .installation-video-content .close-btn:hover svg {
        fill: #077ca3; }
  .product-old .productView-description.fixed-tabs {
    margin-top: -2.28571rem;
    padding-top: 51px; }
  .product-old .productFixedHeader {
    display: none;
    padding-top: 0.78571rem;
    padding-bottom: 0.78571rem;
    height: 55px;
    background: #1e253a;
    transition: all 0.5s ease; }
    @media (min-width: 1181px) {
      .product-old .productFixedHeader {
        height: 54px; } }
    .product-old .productFixedHeader.sticky {
      position: fixed;
      z-index: 100;
      display: block;
      width: 100%;
      -webkit-animation: fadeIn 0.5s;
      animation: fadeIn 0.5s; }
    .product-old .productFixedHeader .columns {
      font-size: 0; }
      .product-old .productFixedHeader .columns > div {
        font-size: 15px; }
        @media (min-width: 1181px) {
          .product-old .productFixedHeader .columns > div {
            display: inline-block;
            vertical-align: middle;
            width: 50%; } }
    .product-old .productFixedHeader .product-name {
      display: none;
      font-weight: 700;
      color: white;
      margin-bottom: 0.78571rem; }
      @media (min-width: 1181px) {
        .product-old .productFixedHeader .product-name {
          margin-bottom: 0;
          display: inherit; } }
    .product-old .productFixedHeader .product-options {
      font-size: 0; }
      @media (min-width: 1181px) {
        .product-old .productFixedHeader .product-options {
          text-align: right; } }
    .product-old .productFixedHeader .productView-price,
    .product-old .productFixedHeader .productView-addToCart {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      max-width: 100%; }
      @media (min-width: 1181px) {
        .product-old .productFixedHeader .productView-price,
        .product-old .productFixedHeader .productView-addToCart {
          width: auto; } }
    .product-old .productFixedHeader .productView-price {
      font-size: 20px;
      color: white;
      margin-bottom: 0;
      margin-right: 1.5rem; }
    .product-old .productFixedHeader .price-tax-message {
      display: none; }
    .product-old .productFixedHeader .productView-addToCart {
      float: right;
      max-width: 120px; }
      .product-old .productFixedHeader .productView-addToCart button {
        background: #df2579;
        color: white;
        padding: 0.35714rem 1.5rem; }
      @media (min-width: 1181px) {
        .product-old .productFixedHeader .productView-addToCart {
          display: none; } }
  .product-old .product-accessories .productFixedTabs {
    border-top: 6px solid #24a7d0; }
    .product-old .product-accessories .productFixedTabs.sticky {
      border-top: 0; }
  @media (min-width: 1181px) {
    .product-old .product-accessories .quick-summary {
      margin-top: 0; } }
  .product-old .productFixedTabs {
    margin-top: -0.78571rem;
    background: white;
    /* -moz-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.5); */
    /* -webkit-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.5); */
    /* box-shadow: 0 2px 4px rgba(204, 204, 204, 0.5); */
    border-bottom: 2px solid #ccc; }
    .product-old .productFixedTabs.sticky {
      position: fixed;
      z-index: 100;
      margin-top: 0;
      width: 100%;
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s; }
      @media (min-width: 1181px) {
        .product-old .productFixedTabs.sticky {
          top: 54px; } }
    .product-old .productFixedTabs .tabs {
      position: relative;
      padding-top: 0.78571rem;
      border-bottom: 0; }
    .product-old .productFixedTabs li {
      margin-right: 0.78571rem;
      border: 0;
      float: left; }
      .product-old .productFixedTabs li a {
        outline: 0;
        color: black;
        padding: 0.57143rem 1.5rem; }
        .product-old .productFixedTabs li a.mPS2id-highlight {
          border-bottom: 4px solid #0199c6; }
    .product-old .productFixedTabs .tab.is-active {
      border: 0px;
      border-bottom: 4px solid #0199c6; }
      .product-old .productFixedTabs .tab.is-active a {
        color: black;
        margin-bottom: -1px;
        font-weight: 400; }
    .product-old .productFixedTabs.sticky .tab.is-active {
      border-bottom: 0 none; }
    .product-old .productFixedTabs.sticky .back-to-top {
      display: none; }
    .product-old .productFixedTabs .back-to-top {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      text-decoration: none;
      font-size: 16px;
      padding: 1rem 1.5rem 0;
      transition: background-color 0.2s ease-in; }
      .product-old .productFixedTabs .back-to-top:hover {
        background-color: #24a7d0;
        color: white; }
        .product-old .productFixedTabs .back-to-top:hover svg {
          fill: white; }
      .product-old .productFixedTabs .back-to-top svg {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: baseline;
        fill: #666666;
        margin-left: 0.35714rem; }
  .product-old .productView-description {
    color: black; }
    .product-old .productView-description h1, .product-old .productView-description h2, .product-old .productView-description h3, .product-old .productView-description h4, .product-old .productView-description h5 {
      color: black; }
    .product-old .productView-description h2 {
      font-size: 31px;
      font-weight: 300;
      margin-top: 1.5rem; }
    .product-old .productView-description h3 {
      font-size: 20px;
      margin-bottom: 1.5rem;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .product-old .productView-description h4 {
      font-size: 20px;
      margin-bottom: 1.5rem;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .product-old .productView-description .columns {
      font-size: 0; }
      .product-old .productView-description .columns > div {
        font-size: 15px; }
        @media (min-width: 1181px) {
          .product-old .productView-description .columns > div {
            display: inline-block;
            vertical-align: top; } }
    @media (min-width: 1181px) {
      .product-old .productView-description .two-columns > div {
        width: 50%; } }
    @media (min-width: 1181px) {
      .product-old .productView-description .two-columns > .column-text-right {
        padding-left: 3rem; } }
    @media (min-width: 1181px) {
      .product-old .productView-description .three-columns > div {
        width: 33.33333333333333%; } }
    .product-old .productView-description .tab-content {
      display: block; }
    .product-old .productView-description .tabs-contents {
      margin-bottom: 0; }
  .product-old .about-intro {
    padding-bottom: 1.5rem;
    /* .unique-selling-propositions {
            border-top: 0;
            border-bottom: 2px solid #ccc;
            margin-top: spacing("single");
            margin-bottom: spacing("single");
            padding-bottom: spacing("half");

            @include breakpoint("medium") {
                padding-bottom: 0;
            }

            .slick-track {
                width: 100% !important;
                font-size: 0;
            }

            .slick-slider {
                margin-bottom: 0;
            }

            .proposition {
                float: none;
                align-items: center;
                padding: 10px 0px;
                margin-bottom: spacing("half");

                @include breakpoint("small") {
                    display: inline-block;
                    vertical-align: top;
                    width: 50% !important;
                    padding: 15px 25px;
                }

                @include breakpoint("medium") {
                    padding: 25px 40px;
                    width: 25% !important;
                    margin-bottom: 0;
                }

                svg {
                    width: 38px;
                    height: 38px;
                    fill: #516a81;
                    margin-right: 15px;
                }

                span {
                    display: inline-block;
                    vertical-align: middle;
                    color: #516a81;
                    font-size: 1rem;
                    font-weight: 700;
                    line-height: 1.25rem;
                    width: 120px;
                }
            }

            .proposition-2 {
                svg {
                    width: 45px;
                    height: 35px;
                    margin-left: -(spacing("quarter"));

                    @include breakpoint("small") {
                        margin-left: 0;
                    }
                }
            }

            .proposition-3 {
                svg {
                    width: 36px;
                    height: 36px;
                    margin-left: 0.35rem;

                    @include breakpoint("small") {
                        margin-left: 0;
                    }
                }
            }

            .proposition-4 {
                svg {
                    margin-left: 0.2rem;

                    @include breakpoint("medium") {
                        margin-left: 0;
                    }
                }
            }
        } */ }
    .product-old .about-intro > p a {
      text-decoration: none;
      color: #0c84c0; }
    @media (min-width: 1181px) {
      .product-old .about-intro .two-columns > div:first-child {
        padding-right: 1.5rem; } }
    .product-old .about-intro .quick-summary {
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      @media (min-width: 1181px) {
        .product-old .about-intro .quick-summary {
          margin-left: 0;
          margin-right: 0;
          padding-left: 3rem; } }
      .product-old .about-intro .quick-summary ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        background-color: #f1f2f5;
        padding: 3rem 2.5rem; }
        @media (min-width: 1181px) {
          .product-old .about-intro .quick-summary ul {
            padding: 3.78571rem 3rem; } }
      .product-old .about-intro .quick-summary li {
        margin-bottom: 1rem;
        display: flex; }
      .product-old .about-intro .quick-summary .carrier-callout {
        background-color: #f1f2f5;
        padding: 3rem 2.5rem 0 3rem;
        display: flex;
        align-items: center;
        margin: 0; }
        @media (min-width: 1181px) {
          .product-old .about-intro .quick-summary .carrier-callout {
            padding: 3.78571rem 3rem 0 3.78571rem; } }
        .product-old .about-intro .quick-summary .carrier-callout svg {
          top: 0;
          padding-right: 1rem;
          margin-right: 1rem;
          border-right: 1px solid #666;
          flex-shrink: 0;
          flex-grow: 0; }
          .product-old .about-intro .quick-summary .carrier-callout svg.att {
            width: 100px;
            height: 60px; }
          .product-old .about-intro .quick-summary .carrier-callout svg.verizon {
            width: 120px;
            height: 60px; }
          @media (min-width: 1181px) {
            .product-old .about-intro .quick-summary .carrier-callout svg.att {
              width: 120px; }
            .product-old .about-intro .quick-summary .carrier-callout svg.verizon {
              width: 130px; } }
      .product-old .about-intro .quick-summary > div {
        margin-right: 1.5rem;
        margin-left: 1.5rem; }
    .product-old .about-intro .unique-selling-propositions {
      border-top: 0;
      border-bottom: 2px solid #ccc;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      padding-bottom: 0.78571rem;
      box-shadow: none; }
      .product-old .about-intro .unique-selling-propositions .slick-slider {
        margin-bottom: 0; }
      .product-old .about-intro .unique-selling-propositions .propositions .proposition span {
        width: 125px;
        font-size: 1rem; }
      .product-old .about-intro .unique-selling-propositions .propositions .proposition svg {
        width: 40px !important;
        height: 40px !important; }
    .product-old .about-intro .supported-networks-bands {
      display: flex;
      flex-wrap: wrap; }
      .product-old .about-intro .supported-networks-bands h3 {
        width: 100%; }
      .product-old .about-intro .supported-networks-bands .supported-networks {
        width: 100%; }
      .product-old .about-intro .supported-networks-bands .supported-networks--us {
        padding-bottom: 8%;
        width: 100%;
        background-image: url("https://www.signalboosters.com/content/images/supports-us-networks.png");
        background-size: 100%;
        background-repeat: no-repeat;
        margin-bottom: 0.78571rem; }
      .product-old .about-intro .supported-networks-bands .supported-networks--other {
        padding-bottom: 10%;
        width: 70%;
        background-image: url("https://www.signalboosters.com/content/images/supports-other-networks.png");
        background-size: 100%;
        background-repeat: no-repeat;
        margin-bottom: 0.78571rem; }
      .product-old .about-intro .supported-networks-bands .supported-bands {
        width: 100%; }
        .product-old .about-intro .supported-networks-bands .supported-bands div {
          font-weight: 700; }
      @media (min-width: 551px) {
        .product-old .about-intro .supported-networks-bands .supported-networks, .product-old .about-intro .supported-networks-bands .supported-bands {
          width: 50%; }
        .product-old .about-intro .supported-networks-bands .supported-bands {
          padding-left: 3rem; } }
      @media (min-width: 1181px) {
        .product-old .about-intro .supported-networks-bands .supported-networks--us {
          margin-bottom: 0.78571rem; }
        .product-old .about-intro .supported-networks-bands .supported-bands div {
          font-size: 16px; }
        .product-old .about-intro .supported-networks-bands .supported-bands div:nth-child(1) {
          margin-top: 15px; }
        .product-old .about-intro .supported-networks-bands .supported-bands div:nth-child(2) {
          margin-top: 25px; } }
  .product-old .about-intro .quick-summary li svg,
  .product-old .about-kitIncludes svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    fill: #0199c6;
    margin-right: 1rem;
    flex-shrink: 0;
    flex-grow: 0; }
  .product-old .about-intro .quick-summary svg {
    position: relative;
    top: 5px; }
  .product-old .about-whoIsFor, .product-old .about-productBenefits {
    padding-top: 1rem;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 104rem;
    width: 100%;
    background: #f1f2f5; }
    @media (min-width: 551px) {
      .product-old .about-whoIsFor, .product-old .about-productBenefits {
        background: transparent; } }
    .product-old .about-whoIsFor::before, .product-old .about-productBenefits::before {
      content: " ";
      display: block;
      margin-top: -1.5rem;
      background: #f1f2f5;
      background-position: 160% 0%;
      background-size: auto 100%;
      width: 100%;
      background-image: none; }
      @media (min-width: 551px) {
        .product-old .about-whoIsFor::before, .product-old .about-productBenefits::before {
          position: absolute;
          margin-top: 0;
          padding: 0;
          background-position: 250px 0%;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: -1; } }
      @media (min-width: 700px) {
        .product-old .about-whoIsFor::before, .product-old .about-productBenefits::before {
          background-position: 350px; } }
      @media (min-width: 1000px) {
        .product-old .about-whoIsFor::before, .product-old .about-productBenefits::before {
          background-position: 400px; } }
      @media (min-width: 1181px) {
        .product-old .about-whoIsFor::before, .product-old .about-productBenefits::before {
          padding-bottom: 40%;
          background-image: url("../img/products/d-whoIsFor-background.jpg");
          background-repeat: no-repeat;
          background-size: 50%;
          background-position: 100% 0; } }
    .product-old .about-whoIsFor p, .product-old .about-productBenefits p {
      max-width: 400px; }
      @media (min-width: 1181px) {
        .product-old .about-whoIsFor p, .product-old .about-productBenefits p {
          width: 45%; } }
  .product-old .about-whoIsFor p {
    display: flex; }
    .product-old .about-whoIsFor p:before {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 156.7 112.6' fill='%230199c6'%3e%3cpath d='M140.1 0c5.4 5.4 11.2 11.1 16.6 16.4-32.1 32-64.3 64.3-96.2 96.1L0 52l17.1-17.1 43.4 43.4C87.3 52 113.8 25.9 140.1 0z'/%3e%3c/svg%3e");
      height: 16px;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      flex-grow: 0;
      position: relative;
      top: 7px;
      margin-right: 10px; }
  .product-old .about-whoIsFor--ultragain26:before {
    background: #f1f2f5 url("https://www.signalboosters.com/content/images/d-whoIsFor-background-ultragain26.png") no-repeat;
    background-size: 100%; }
    @media (min-width: 551px) {
      .product-old .about-whoIsFor--ultragain26:before {
        background-position: 165px 0%;
        background-size: 105%; } }
    @media (min-width: 800px) {
      .product-old .about-whoIsFor--ultragain26:before {
        background-size: 700px;
        background-position: right 0; } }
  .product-old .about-whoIsFor--b2:before {
    background: #f1f2f5 url("https://www.signalboosters.com/content/images/img_B2_who_is_this_for.png") no-repeat;
    background-size: 100%; }
    @media (min-width: 551px) {
      .product-old .about-whoIsFor--b2:before {
        background-position: 250px 0%;
        background-size: 105%; } }
    @media (min-width: 800px) {
      .product-old .about-whoIsFor--b2:before {
        background-size: 700px;
        background-position: right 0; } }
  .product-old .about-howItWorks {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #ccc; }
    .product-old .about-howItWorks .diagram {
      color: #3d4356; }
      .product-old .about-howItWorks .diagram .icon svg {
        fill: #00a5d5; }
      .product-old .about-howItWorks .diagram .text {
        font-size: 15px !important;
        color: black; }
      .product-old .about-howItWorks .diagram .number {
        line-height: 1.8rem !important; }
        @media screen and (min-width: 800px) {
          .product-old .about-howItWorks .diagram .number {
            line-height: 2.2rem !important;
            font-size: 15px !important; } }
      .product-old .about-howItWorks .diagram .number--4 {
        line-height: 2.1rem !important;
        background: transparent !important; }
        @media screen and (min-width: 800px) {
          .product-old .about-howItWorks .diagram .number--4 {
            line-height: 2.5rem !important; } }
        .product-old .about-howItWorks .diagram .number--4 svg {
          width: 14px !important;
          fill: #3d4356 !important; }
    .product-old .about-howItWorks .how-it-works .diagram--building {
      left: 0 !important; }
  .product-old .about-compatibility {
    padding-top: 1.5rem;
    padding-bottom: 3.78571rem; }
    .product-old .about-compatibility h3 {
      font-weight: 700; }
    .product-old .about-compatibility .columns {
      margin-top: 2.28571rem; }
    .product-old .about-compatibility svg {
      display: inline-block;
      vertical-align: top;
      max-width: 70px;
      max-height: 46px; }
    .product-old .about-compatibility .us-networks,
    .product-old .about-compatibility .ca-networks {
      margin-bottom: 2.28571rem; }
      @media (min-width: 1181px) {
        .product-old .about-compatibility .us-networks,
        .product-old .about-compatibility .ca-networks {
          margin-bottom: 0; } }
      .product-old .about-compatibility .us-networks span,
      .product-old .about-compatibility .ca-networks span {
        margin-left: 1.5rem;
        display: inline-block;
        vertical-align: top;
        max-width: 340px;
        width: 62%; }
  .product-old .about-kitIncludes {
    position: relative;
    background: #f1f2f5;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 2.28571rem 1.5rem 3rem; }
    @media (min-width: 1181px) {
      .product-old .about-kitIncludes {
        padding: 2.28571rem 2.28571rem 3rem; } }
    .product-old .about-kitIncludes h3 {
      margin-top: 0;
      font-weight: 700; }
    .product-old .about-kitIncludes .columns div div {
      margin-bottom: 1rem; }
      @media (min-width: 1181px) {
        .product-old .about-kitIncludes .columns div div {
          padding-left: 1.5rem; } }
    .product-old .about-kitIncludes .view-gallery {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      color: #077ca3;
      cursor: pointer;
      font-weight: bold; }
      .product-old .about-kitIncludes .view-gallery:hover {
        color: #24a7d0; }
  .product-old .about-antenna-radiation .antenna-graphs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem; }
  .product-old .about-antenna-radiation .graph {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem; }
    .product-old .about-antenna-radiation .graph div {
      color: #053875; }
    .product-old .about-antenna-radiation .graph img {
      margin-top: 1.5rem; }
    @media (min-width: 1181px) {
      .product-old .about-antenna-radiation .graph {
        width: 33.33%;
        border-bottom: 0; }
        .product-old .about-antenna-radiation .graph:nth-child(2) {
          border-left: 1px solid #ccc;
          border-right: 1px solid #ccc; }
        .product-old .about-antenna-radiation .graph img {
          width: 80%; } }
  .product-old .product-accessories #tech-specs .tech-specs-notice {
    padding: 1.5rem 1.5rem; }
  .product-old .product-accessories #tech-specs .dimensions, .product-old .product-accessories #tech-specs .customer-support {
    padding: 1.5rem 1.85714rem 4rem; }
  @media (min-width: 800px) {
    .product-old #tech-specs .columns .column {
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 800px) {
    .product-old #tech-specs .columns .first-column {
      width: 70%; } }
  @media (min-width: 800px) and (max-width: 1080px) {
    .product-old #tech-specs .columns .first-column {
      padding-right: 0.78571rem; } }
  @media (min-width: 1181px) {
    .product-old #tech-specs .columns .first-column {
      padding-right: 1.5rem; } }
  .product-old #tech-specs .columns .first-column div span {
    display: block; }
  .product-old #tech-specs .columns .second-column {
    text-align: center;
    margin-top: 2.28571rem; }
    @media (min-width: 800px) {
      .product-old #tech-specs .columns .second-column {
        margin-top: 0;
        width: 30%;
        text-align: left; } }
    @media (min-width: 800px) and (max-width: 1080px) {
      .product-old #tech-specs .columns .second-column {
        padding-left: 0.78571rem; } }
    @media (min-width: 1181px) {
      .product-old #tech-specs .columns .second-column {
        padding-left: 1.5rem; } }
  .product-old #tech-specs table {
    width: 100%; }
    .product-old #tech-specs table th {
      background-color: #3d4356;
      color: white;
      text-transform: uppercase;
      text-align: left;
      padding: 0.78571rem 1.5rem; }
    .product-old #tech-specs table td {
      padding: 1rem 1.5rem;
      border-bottom: 2px solid #CCCCCC; }
    .product-old #tech-specs table td:first-child {
      border-right: 2px solid #CCCCCC;
      font-weight: 700;
      vertical-align: top;
      max-width: 140px;
      min-width: 130px; }
      @media (min-width: 1181px) {
        .product-old #tech-specs table td:first-child {
          max-width: 300px;
          min-width: 200px; } }
  .product-old #tech-specs .tech-specs-notice {
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #ccc; }
    .product-old #tech-specs .tech-specs-notice strong {
      font-weight: 700; }
  .product-old #tech-specs .dimensions, .product-old #tech-specs .customer-support {
    background: #f1f2f5; }
    .product-old #tech-specs .dimensions img, .product-old #tech-specs .customer-support img {
      display: block;
      margin: 0 auto; }
  .product-old #tech-specs .dimensions {
    position: relative; }
    .product-old #tech-specs .dimensions:before {
      content: "";
      background: #f1f2f5;
      height: 10px;
      width: 85%;
      display: block;
      z-index: 11;
      position: absolute; }
    .product-old #tech-specs .dimensions img {
      width: 100% !important; }
  .product-old #tech-specs .customer-support {
    padding: 0.78571rem 1.85714rem 3.35714rem; }
  .product-old #tech-specs .list-checkmarks {
    margin-left: 0; }
    .product-old #tech-specs .list-checkmarks li {
      margin-bottom: 1rem;
      display: flex; }
      .product-old #tech-specs .list-checkmarks li svg {
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        fill: #0199c6;
        margin-right: 1rem;
        flex-shrink: 0;
        flex-grow: 0;
        position: relative;
        top: 5px; }
  .product-old #tech-specs .customer-support {
    color: #3d4356 !important; }
    .product-old #tech-specs .customer-support svg {
      max-width: 100px;
      display: block;
      margin: 0 auto;
      fill: #24a7d1; }
    .product-old #tech-specs .customer-support .top {
      font-size: 20px;
      text-align: center;
      padding-bottom: 1.5rem;
      border-bottom: 2px solid #25a7d1;
      padding-right: 2.28571rem;
      padding-left: 2.28571rem;
      margin-bottom: 1.5rem; }
    .product-old #tech-specs .customer-support .bottom {
      font-size: 16px;
      text-align: center; }
      .product-old #tech-specs .customer-support .bottom a {
        display: block;
        font-size: 22px;
        text-decoration: none !important;
        color: #3d4356 !important; }
  .product-old #tech-specs .specifications {
    margin-top: 3rem;
    text-align: left; }
    @media (min-width: 1181px) {
      .product-old #tech-specs .specifications {
        text-align: left; } }
    .product-old #tech-specs .specifications a {
      display: block;
      text-decoration: none;
      border: 1px solid #CCCCCC;
      color: black;
      padding: 2.28571rem 1.5rem;
      text-align: center; }
      .product-old #tech-specs .specifications a:hover {
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35); }
    .product-old #tech-specs .specifications img {
      width: 90px; }
      @media (min-width: 1181px) {
        .product-old #tech-specs .specifications img {
          max-height: 116px; } }
    .product-old #tech-specs .specifications img,
    .product-old #tech-specs .specifications span {
      display: inline-block;
      vertical-align: middle; }
    .product-old #tech-specs .specifications span {
      max-width: 50%; }
      @media (min-width: 1181px) {
        .product-old #tech-specs .specifications span {
          display: inline-block;
          max-width: 50%; } }
  .product-old #installation a[href*="tel"], .product-old #support a[href*="tel"] {
    font-weight: 700;
    text-decoration: none;
    color: black; }
  .product-old #installation a[href*="mailto"], .product-old #support a[href*="mailto"] {
    font-weight: 700;
    text-decoration: none;
    color: #077ca3; }
  .product-old #installation .three-columns, .product-old #support .three-columns {
    margin-top: 3rem; }
    @media (max-width: 850px) {
      .product-old #installation .three-columns, .product-old #support .three-columns {
        display: flex;
        flex-direction: column; } }
    @media (max-width: 850px) {
      .product-old #installation .three-columns .installion-video, .product-old #support .three-columns .installion-video {
        order: 1; } }
    .product-old #installation .three-columns > div, .product-old #support .three-columns > div {
      margin-bottom: 1.5rem; }
      @media (min-width: 850px) {
        .product-old #installation .three-columns > div, .product-old #support .three-columns > div {
          display: inline-block;
          width: 33.33333333333333%;
          margin-bottom: 0; } }
    .product-old #installation .three-columns a, .product-old #support .three-columns a {
      display: block;
      text-decoration: none;
      height: 200px;
      position: relative; }
      .product-old #installation .three-columns a div, .product-old #support .three-columns a div {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center; }
      .product-old #installation .three-columns a:hover, .product-old #support .three-columns a:hover {
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35); }
  @media (min-width: 850px) {
    .product-old #installation .installion-video, .product-old #support .installion-video {
      padding-right: 0.35714rem; } }
  @media (min-width: 1181px) {
    .product-old #installation .installion-video, .product-old #support .installion-video {
      padding-right: 1.5rem; } }
  .product-old #installation .installion-video a, .product-old #support .installion-video a {
    background: #24a7d0;
    transition: all 0.3s ease; }
    .product-old #installation .installion-video a svg, .product-old #support .installion-video a svg {
      display: block;
      fill: white;
      margin: 0 auto;
      max-width: 60px;
      max-height: 60px;
      margin-bottom: 0.35714rem; }
    .product-old #installation .installion-video a span, .product-old #support .installion-video a span {
      display: block;
      text-align: center;
      color: white;
      margin-bottom: 0.21429rem; }
      @media (min-width: 850px) {
        .product-old #installation .installion-video a span, .product-old #support .installion-video a span {
          max-width: 200px;
          margin: 0 auto; } }
      @media (min-width: 1181px) {
        .product-old #installation .installion-video a span, .product-old #support .installion-video a span {
          max-width: 100%; } }
    .product-old #installation .installion-video a:hover, .product-old #support .installion-video a:hover {
      background-color: #077ca3; }
    .product-old #installation .installion-video a::before, .product-old #support .installion-video a::before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 15px solid transparent;
      transition: all 0.3s ease; }
    .product-old #installation .installion-video a.active, .product-old #support .installion-video a.active {
      background-color: #077ca3; }
    .product-old #installation .installion-video a.active::before, .product-old #support .installion-video a.active::before {
      border-top-color: #077ca3; }
  .product-old #installation .installation-video-content, .product-old #support .installation-video-content {
    position: relative;
    display: none; }
    .product-old #installation .installation-video-content.show, .product-old #support .installation-video-content.show {
      display: block; }
    .product-old #installation .installation-video-content .close-btn, .product-old #support .installation-video-content .close-btn {
      top: -3.78571rem; }
    .product-old #installation .installation-video-content .youtube-video, .product-old #support .installation-video-content .youtube-video {
      position: relative;
      width: 1200px;
      padding-bottom: 56.3%;
      max-width: 100%;
      margin: 6rem auto 1.5rem; }
      .product-old #installation .installation-video-content .youtube-video iframe, .product-old #support .installation-video-content .youtube-video iframe {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100% !important;
        height: 100% !important; }
  @media (min-width: 850px) {
    .product-old #installation .installation-user-manual, .product-old #support .installation-user-manual {
      padding-left: 0.21429rem;
      padding-right: 0.21429rem; } }
  @media (min-width: 1181px) {
    .product-old #installation .installation-user-manual, .product-old #support .installation-user-manual {
      padding-left: 0.78571rem;
      padding-right: 0.78571rem; } }
  .product-old #installation .installation-user-manual a, .product-old #support .installation-user-manual a {
    border: 1px solid #CCCCCC;
    color: black; }
    .product-old #installation .installation-user-manual a div, .product-old #support .installation-user-manual a div {
      font-size: 0; }
    .product-old #installation .installation-user-manual a img,
    .product-old #installation .installation-user-manual a span, .product-old #support .installation-user-manual a img,
    .product-old #support .installation-user-manual a span {
      display: inline-block;
      vertical-align: middle; }
    .product-old #installation .installation-user-manual a img, .product-old #support .installation-user-manual a img {
      width: 90px; }
    .product-old #installation .installation-user-manual a span, .product-old #support .installation-user-manual a span {
      margin-left: 0.78571rem;
      width: 140px;
      font-size: 15px;
      text-align: left; }
  @media (min-width: 850px) {
    .product-old #installation .installation-guide, .product-old #support .installation-guide {
      padding-left: 0.35714rem; } }
  @media (min-width: 1181px) {
    .product-old #installation .installation-guide, .product-old #support .installation-guide {
      padding-left: 1.5rem; } }
  .product-old #installation .installation-guide a, .product-old #support .installation-guide a {
    border: 1px solid #CCCCCC;
    color: black; }
    .product-old #installation .installation-guide a img,
    .product-old #installation .installation-guide a span, .product-old #support .installation-guide a img,
    .product-old #support .installation-guide a span {
      display: inline-block;
      vertical-align: middle; }
    .product-old #installation .installation-guide a img, .product-old #support .installation-guide a img {
      width: 90px; }
    .product-old #installation .installation-guide a span, .product-old #support .installation-guide a span {
      margin-left: 0.78571rem;
      width: 100px;
      font-size: 15px;
      text-align: left; }
  .product-old #add-ons .card-figcaption-button.quickview {
    display: none; }
  .product-old #add-ons h3 {
    margin: 1rem 0 0; }
  .product-old #add-ons section.slick-slider {
    margin: 1.5rem 0 3rem; }
    .product-old #add-ons section.slick-slider .slick-slide {
      margin: 1px 0px;
      padding: 1.8rem;
      border: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #fff; }
      .product-old #add-ons section.slick-slider .slick-slide:last-child {
        border-right: 1px solid #ccc; }
      .product-old #add-ons section.slick-slider .slick-slide:nth-child(3n) {
        border-right: 1px solid #ccc; }
      .product-old #add-ons section.slick-slider .slick-slide:nth-child(4n) {
        border-left: 1px solid #fff; }
      .product-old #add-ons section.slick-slider .slick-slide article.card {
        position: relative;
        margin-top: 50px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-login="true"] .button--add-to-cart {
          display: none !important; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-login="true"] .login-to-view {
          visibility: hidden !important; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="WilsonPro"]::after {
          content: "";
          display: inline-block;
          background-image: url(".../../../icons/wilsonpro.svg");
          height: 21px;
          width: 120px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100%;
          background-repeat: no-repeat;
          margin-top: 14.5px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="Wilson Electronics"]::after {
          content: "";
          display: inline-block;
          background-image: url(".../../../icons/wilson-electronics.svg");
          height: 30px;
          width: 105px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100%;
          background-repeat: no-repeat;
          margin-top: 14.5px;
          margin-right: 7.5px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="weBoost"]::after {
          content: "";
          display: inline-block;
          background-image: url(".../../../icons/weboost.svg");
          height: 24px;
          width: 120px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100% 24px;
          background-repeat: no-repeat;
          margin-top: 13px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="zBoost"]::after {
          content: "";
          display: inline-block;
          background-image: url(".../../../icons/zboost.svg");
          height: 29px;
          width: 92px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100% 29px;
          background-repeat: no-repeat;
          margin-top: 10.5px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="SureCall"]::after {
          content: "";
          display: inline-block;
          background-image: url(".../../../icons/surecall.svg");
          height: 23px;
          width: 116px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100% 23px;
          background-repeat: no-repeat;
          margin-top: 13.5px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="HiBoost"]::after {
          content: "";
          display: inline-block;
          background-image: url(".../../../icons/hiboost.svg");
          height: 23px;
          width: 92px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100% 23px;
          background-repeat: no-repeat;
          margin-top: 13.5px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="Bolton Tech "]::after {
          content: "";
          display: inline-block;
          background-image: url("../icons/bolton-technical.svg");
          height: 27px;
          width: 115px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100% 29px;
          background-repeat: no-repeat;
          margin-top: 10.5px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card[data-brand="Cel-Fi"]::after {
          content: "";
          display: inline-block;
          background-image: url(".../../../icons/cel-fi.svg");
          height: 28px;
          width: 105px;
          position: absolute;
          right: 10px;
          top: -70px;
          background-size: 100% 33px;
          background-repeat: no-repeat;
          margin-top: 10.5px; }
        .product-old #add-ons section.slick-slider .slick-slide article.card .card-image {
          padding: 0;
          height: 175px;
          display: block;
          margin: 65px auto 20px auto; }
        .product-old #add-ons section.slick-slider .slick-slide article.card .card-title {
          text-align: left;
          font-weight: 700;
          font-size: 1.1em;
          text-transform: uppercase;
          margin-bottom: 10px;
          height: 45px;
          overflow: hidden; }
          .product-old #add-ons section.slick-slider .slick-slide article.card .card-title > a {
            text-decoration: none;
            font-size: 1.1rem;
            font-family: "Roboto", Arial, Helvetica, sans-serif;
            color: #1484c0; }
        .product-old #add-ons section.slick-slider .slick-slide article.card .card-features {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          padding: 10px 0;
          height: 79px;
          overflow: hidden; }
          .product-old #add-ons section.slick-slider .slick-slide article.card .card-features ul {
            list-style: disc outside none;
            margin: 0 0 0 20px; }
            .product-old #add-ons section.slick-slider .slick-slide article.card .card-features ul li {
              text-align: left;
              font-weight: 700;
              font-size: 1rem;
              color: #4f4f4f; }
        .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 10px 0; }
          .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .card-text {
            margin-left: auto;
            margin-top: 5px;
            font-size: 1.25em;
            color: #000;
            font-family: "Roboto", Arial, Helvetica, sans-serif; }
            .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .card-text .price-tax-message {
              display: none; }
          .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .price--withoutTax {
            font-weight: 700; }
          .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .price--rrp {
            display: none !important;
            font-size: 15px;
            font-weight: 700;
            color: #999999;
            margin-left: 0.35714rem; }
        .product-old #add-ons section.slick-slider .slick-slide article.card .card-button a {
          width: 150px;
          padding: 5px 0;
          font-size: .8rem;
          font-weight: 700;
          text-transform: uppercase;
          border: 1px solid #999;
          color: #000;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          float: right;
          margin: 15px 0 0 0;
          height: 34px;
          font-family: "Roboto", Arial, Helvetica, sans-serif !important; }
          .product-old #add-ons section.slick-slider .slick-slide article.card .card-button a .cart-icon svg {
            width: 18px;
            height: 18px;
            margin-left: 5px; }
            .product-old #add-ons section.slick-slider .slick-slide article.card .card-button a .cart-icon svg:nth-child(2) {
              display: none; }
          .product-old #add-ons section.slick-slider .slick-slide article.card .card-button a:hover {
            color: white;
            background-color: #0199c6;
            border: 1px solid #0199c6; }
            .product-old #add-ons section.slick-slider .slick-slide article.card .card-button a:hover .cart-icon svg:nth-child(1) {
              display: none; }
            .product-old #add-ons section.slick-slider .slick-slide article.card .card-button a:hover .cart-icon svg:nth-child(2) {
              display: inline; }
  .product-old #add-ons .slick-next {
    background: transparent; }
    .product-old #add-ons .slick-next::before {
      background-color: #fff; }
  .product-old #add-ons .slick-prev {
    background: transparent; }
    .product-old #add-ons .slick-prev::before {
      background-color: #fff; }
  .product-old #add-ons .slick-dots {
    display: none !important; }
  .product-old .unique-selling-propositions .container .propositions {
    margin-bottom: 0; }
  @media (max-width: 1050px) and (min-width: 769px) {
    .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .card-text {
      font-size: 1em; } }
  @media (max-width: 875px) and (min-width: 769px) {
    .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .card-text {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .product-old #add-ons .slick-prev {
      left: -22px; }
    .product-old #add-ons section.slick-slider .slick-slide:nth-child(2n) {
      border-right: 1px solid #ccc; }
    .product-old #add-ons section.slick-slider .slick-slide.border {
      border-right: 1px solid #fff; } }
  @media (max-width: 705px) and (min-width: 541px) {
    .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .card-text {
      font-size: 1em; } }
  @media (max-width: 608px) {
    .product-old .productFixedTabs > .container {
      width: 100%;
      height: 55px;
      overflow-y: hidden;
      overflow-x: auto; }
      .product-old .productFixedTabs > .container > ul {
        width: 570px; } }
  @media (max-width: 600px) and (min-width: 541px) {
    .product-old #add-ons section.slick-slider .slick-slide article.card .card-rating-price .card-text {
      font-size: 12px; } }
  @media (max-width: 540px) {
    .product-old #add-ons section.slick-slider .slick-slide {
      border: 1px solid #ccc !important; } }
  .product-old.product-wilsonpro-login .login-for-pricing {
    font-size: 15px;
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    padding-top: 1rem;
    padding-bottom: 0.35714rem; }
    .product-old.product-wilsonpro-login .login-for-pricing .price-text {
      color: #df2579;
      font-weight: 700; }
    .product-old.product-wilsonpro-login .login-for-pricing a.button {
      border-radius: 0;
      font-weight: 700; }
    .product-old.product-wilsonpro-login .login-for-pricing .btn-login-for-pricing {
      background-color: #df2579;
      color: white;
      border-color: #df2579; }
      .product-old.product-wilsonpro-login .login-for-pricing .btn-login-for-pricing:hover {
        background-color: #a71c5b;
        border-color: #a71c5b; }
    .product-old.product-wilsonpro-login .login-for-pricing .btn-call-us {
      border-color: #1b7d9c;
      color: #1b7d9c;
      position: relative;
      padding: 0.85714rem 1.28571rem 0.85714rem 3.28571rem; }
      .product-old.product-wilsonpro-login .login-for-pricing .btn-call-us:hover {
        background-color: #1b7d9c;
        color: white; }
        .product-old.product-wilsonpro-login .login-for-pricing .btn-call-us:hover::before {
          background: url(".../../../icons/phone-call-button-hover.svg") center center no-repeat;
          width: 19px;
          height: 19px;
          background-size: cover; }
      .product-old.product-wilsonpro-login .login-for-pricing .btn-call-us::before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 1.57rem;
        width: 19px;
        height: 19px;
        background: url(".../../../icons/phone-call-button.svg") center center no-repeat;
        background-size: cover; }
    .product-old.product-wilsonpro-login .login-for-pricing.show-price .price-section {
      display: inline-block;
      width: 264px;
      margin-top: -5px; }
      .product-old.product-wilsonpro-login .login-for-pricing.show-price .price-section .price {
        font-size: 28px;
        line-height: 30px; }
      .product-old.product-wilsonpro-login .login-for-pricing.show-price .price-section .price-tax-message {
        display: block;
        font-style: italic;
        font-size: 10.71429px; }
    .product-old.product-wilsonpro-login .login-for-pricing.show-price .btn-login-for-pricing {
      display: none; }
    .product-old.product-wilsonpro-login .login-for-pricing.show-price .btn-call-us {
      margin-top: -12px; }
    .product-old.product-wilsonpro-login .login-for-pricing.hide-price .price-section {
      display: none; }
    .product-old.product-wilsonpro-login .login-for-pricing.hide-price .btn-login-for-pricing {
      display: inline-block;
      margin-right: 11px; }
  .product-old.product-wilsonpro-login .productView-details .learn-more {
    margin-top: 1rem;
    font-weight: 400; }
    .product-old.product-wilsonpro-login .productView-details .learn-more a, .product-old.product-wilsonpro-login .productView-details .learn-more span {
      color: #0c84c0;
      text-decoration: none;
      cursor: pointer; }
      .product-old.product-wilsonpro-login .productView-details .learn-more a svg, .product-old.product-wilsonpro-login .productView-details .learn-more span svg {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        fill: #0c84c0;
        margin-left: 0.35714rem; }
  .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column {
    width: 28.33%;
    display: inline-block;
    vertical-align: top; }
    .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column svg {
      height: 60px;
      width: 82px; }
    .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column > .title {
      font-size: 16px;
      font-weight: 700;
      margin-top: 15px;
      margin-bottom: 5px;
      position: relative; }
      .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column > .title::after {
        position: absolute;
        top: 7px;
        right: 20%;
        content: "";
        display: block;
        background: url(".../../../icons/step-arrow-right.svg") center center no-repeat;
        background-size: cover;
        width: 45px;
        height: 10px; }
    .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column > ul {
      max-width: 145px; }
    .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column:nth-child(2) svg {
      width: 76px; }
    .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column:nth-child(3) svg {
      width: 120px; }
    .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column:nth-child(4) {
      width: 15%; }
      .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column:nth-child(4) svg {
        width: 68px; }
      .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column:nth-child(4) > .title::after {
        background: none; }
  .product-old.product-wilsonpro-login #installation .installation-btns {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 50px; }
    .product-old.product-wilsonpro-login #installation .installation-btns .button {
      -webkit-transform: all 0.5s ease;
      transform: all 0.5s ease;
      display: inline-block;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 16px;
      padding: 10px 20px;
      background-color: #74889a;
      margin: 0 10px;
      border-radius: 0;
      border: 0 none;
      height: 44px;
      line-height: 24px; }
      .product-old.product-wilsonpro-login #installation .installation-btns .button:hover {
        background-color: #576673; }
      .product-old.product-wilsonpro-login #installation .installation-btns .button.btn-installation-service {
        background-color: #24a7d0; }
        .product-old.product-wilsonpro-login #installation .installation-btns .button.btn-installation-service:hover {
          background-color: #1b7d9c; }
  .product-old.product-wilsonpro-login .about-productBenefits::before {
    background: #f1f2f5 url("../img/products/wilsonpro-product-benefits-background.jpg") no-repeat;
    background-position: 100% 0%;
    background-size: contain; }
  .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram .step.step--1 .icon::before, .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram .step.step--1 .icon::after, .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram .step.step--2 .icon::before, .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram .step.step--2 .icon::after, .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram .step.step--3 .icon::before, .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram .step.step--3 .icon::after {
    border-color: initial !important; }
  .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram--building .booster {
    height: 26px !important;
    width: 165px !important; }
  .product-old.product-wilsonpro-login .how-it-works.how-it-works--weboost .diagram--building .inside-antenna {
    height: 68px !important;
    width: 128px !important;
    margin-left: -21%; }
  .product-old.product-wilsonpro-login .login-for-pricing.productView-price {
    margin-bottom: 0; }
    .product-old.product-wilsonpro-login .login-for-pricing.productView-price .price-section {
      display: inline-block;
      width: 264px;
      margin-top: -5px; }
      .product-old.product-wilsonpro-login .login-for-pricing.productView-price .price-section .price {
        font-size: 28px;
        line-height: 30px; }
    .product-old.product-wilsonpro-login .login-for-pricing.productView-price .btn-call-us {
      margin-top: -12px;
      position: relative;
      padding: 0.85714rem 1.28571rem 0.85714rem 3.28571rem; }
      .product-old.product-wilsonpro-login .login-for-pricing.productView-price .btn-call-us::before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 1.57rem;
        width: 19px;
        height: 18px;
        background: url(".../../../icons/phone-call-button.svg") center center no-repeat;
        background-size: cover; }
      .product-old.product-wilsonpro-login .login-for-pricing.productView-price .btn-call-us:hover::before {
        background: url(".../../../icons/phone-call-button-hover.svg") center center no-repeat;
        width: 19px;
        height: 18px;
        background-size: cover; }
  .product-old.product-wilsonpro-login .view-price-section-content {
    display: none; }
  .product-old.product-wilsonpro-login .login-form-section-content {
    display: none; }
  .product-old.product-wilsonpro-login .productFixedHeader .productView-addToCart button {
    background: #df2579;
    color: white;
    padding: 0.35714rem 1.5rem;
    font-size: 15px; }
  .product-old.product-wilsonpro-login .productFixedHeader .productView-price.right-side {
    margin-right: 0; }
    .product-old.product-wilsonpro-login .productFixedHeader .productView-price.right-side .price-section {
      display: none;
      margin-right: 1.5rem; }
    .product-old.product-wilsonpro-login .productFixedHeader .productView-price.right-side .btn-login-for-pricing {
      background-color: #df2579;
      color: white;
      border-color: #df2579;
      border-radius: 0;
      margin: -2px 0 0;
      height: 32px;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 32px; }
  .product-old.product-wilsonpro-login .productFixedHeader .productView-addToCart.hidden {
    display: none; }
  .product-old .view-price-modal {
    width: 800px;
    padding: 0 30px; }
    .product-old .view-price-modal .login-for-pricing {
      font-size: 15px;
      border-top: 2px solid #ccc;
      border-bottom: 2px solid #ccc;
      padding-top: 1rem;
      padding-bottom: 0.35714rem; }
      .product-old .view-price-modal .login-for-pricing .price-text {
        color: #df2579;
        font-weight: 700; }
      .product-old .view-price-modal .login-for-pricing a.button {
        border-radius: 0;
        font-weight: 700; }
      .product-old .view-price-modal .login-for-pricing .btn-call-us {
        border-color: #1b7d9c;
        color: #1b7d9c;
        float: right;
        margin-top: 20px;
        position: relative;
        padding: 0.85714rem 1.28571rem 0.85714rem 3.28571rem; }
        .product-old .view-price-modal .login-for-pricing .btn-call-us::before {
          content: "";
          display: block;
          position: absolute;
          top: 10px;
          left: 1.57rem;
          width: 19px;
          height: 18px;
          background: url(".../../../icons/phone-call-button.svg") center center no-repeat;
          background-size: cover; }
        .product-old .view-price-modal .login-for-pricing .btn-call-us:hover {
          background-color: #1b7d9c;
          color: white; }
          .product-old .view-price-modal .login-for-pricing .btn-call-us:hover::before {
            background: url(".../../../icons/phone-call-button-hover.svg") center center no-repeat;
            width: 19px;
            height: 18px;
            background-size: cover; }
      .product-old .view-price-modal .login-for-pricing p {
        display: inline-block;
        width: 60%; }
        .product-old .view-price-modal .login-for-pricing p span {
          display: block; }
    .product-old .view-price-modal .product-name {
      font-size: 20px;
      margin: 30px auto 20px;
      text-align: center; }
    .product-old .view-price-modal .register-or-login {
      margin-top: 1.5rem;
      margin-bottom: 3rem; }
      .product-old .view-price-modal .register-or-login .register {
        display: inline-block;
        width: 55%;
        border-right: 1px solid #a3a3a3;
        padding-top: 12px; }
        .product-old .view-price-modal .register-or-login .register input[type="text"] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-color: white;
          border-color: #d2d5d5;
          border-style: solid;
          border-width: 1px;
          border-radius: 0;
          color: #000;
          display: inline-block;
          font-family: inherit;
          font-size: 1rem;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          height: 40px;
          margin: 0;
          padding: 10px 15px;
          transition: border-color 100ms ease-out;
          vertical-align: top;
          width: 75%; }
          .product-old .view-price-modal .register-or-login .register input[type="text"]:focus {
            outline: none;
            border: 1px solid #24a7d0; }
          .product-old .view-price-modal .register-or-login .register input[type="text"].error {
            border: 1px solid #df2579;
            color: #df2579; }
        .product-old .view-price-modal .register-or-login .register input[type="submit"] {
          background: #df2579;
          color: #fff;
          border: 1px solid #df2579;
          border-radius: 0;
          width: 50px;
          text-align: center;
          padding-left: 0;
          padding-right: 0;
          margin-left: -4px; }
          .product-old .view-price-modal .register-or-login .register input[type="submit"].disabled {
            background: #ccc;
            border: 1px solid #ccc; }
        .product-old .view-price-modal .register-or-login .register .form-field-message {
          color: #df2579;
          font-size: 9pt;
          margin: -12px 0 0;
          display: block; }
          .product-old .view-price-modal .register-or-login .register .form-field-message.hide {
            display: none; }
          .product-old .view-price-modal .register-or-login .register .form-field-message::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='#df2579' /%3E%3C/svg%3E") no-repeat;
            background-size: 100%;
            content: "";
            display: inline-block;
            height: 9pt;
            left: -0.14286rem;
            margin-right: 0.07143rem;
            position: relative;
            top: 2px;
            width: 9pt; }
      .product-old .view-price-modal .register-or-login .login-section {
        display: inline-block;
        width: 40%;
        float: right;
        margin-top: 12px;
        text-align: right; }
        .product-old .view-price-modal .register-or-login .login-section span {
          color: #000;
          font-weight: 700;
          vertical-align: top;
          margin-top: 9px;
          display: inline-block;
          margin-right: 7px; }
        .product-old .view-price-modal .register-or-login .login-section input[type="submit"] {
          background: #24a7d0;
          border: 1px solid #24a7d0;
          width: 120px;
          border-radius: 0;
          color: #fff; }
          .product-old .view-price-modal .register-or-login .login-section input[type="submit"]:hover {
            background: #1b7d9c;
            border: 1px solid #1b7d9c; }
  .product-old .login-form-modal {
    width: 500px;
    padding: 0 30px; }
    .product-old .login-form-modal .section-title {
      font-size: 20px;
      margin: 30px auto 20px;
      text-align: center;
      display: block; }
    .product-old .login-form-modal .login-row {
      margin: 0; }
      .product-old .login-form-modal .login-row .login-form {
        margin: 0;
        padding: 0;
        width: 100%; }
        .product-old .login-form-modal .login-row .login-form label {
          font-size: 15px;
          color: #032e47; }
          .product-old .login-form-modal .login-row .login-form label span.required {
            color: #df2579; }
        .product-old .login-form-modal .login-row .login-form input {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          border-radius: 0;
          border: 1px solid #d2d5d5;
          color: #000; }
          .product-old .login-form-modal .login-row .login-form input:focus {
            border: 1px solid #24a7d0; }
          .product-old .login-form-modal .login-row .login-form input.error {
            border: 1px solid #df2579;
            color: #df2579; }
          .product-old .login-form-modal .login-row .login-form input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 30px white inset; }
        .product-old .login-form-modal .login-row .login-form .form-field-message {
          color: #df2579;
          font-size: 9pt;
          margin: 0; }
          .product-old .login-form-modal .login-row .login-form .form-field-message.hide {
            display: none; }
          .product-old .login-form-modal .login-row .login-form .form-field-message::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='#df2579' /%3E%3C/svg%3E") no-repeat;
            background-size: 100%;
            content: "";
            display: inline-block;
            height: 9pt;
            left: -0.14286rem;
            margin-right: 0.07143rem;
            position: relative;
            top: 2px;
            width: 9pt; }
        .product-old .login-form-modal .login-row .login-form .form-actions {
          margin: 3rem 0; }
          .product-old .login-form-modal .login-row .login-form .form-actions .forgot-password {
            float: left;
            color: #0c84c0;
            text-decoration: none;
            margin-top: 7px;
            font-size: 16px; }
          .product-old .login-form-modal .login-row .login-form .form-actions input {
            float: right;
            background: #24a7d0;
            border: 1px solid #24a7d0;
            width: 180px;
            border-radius: 0;
            color: #fff; }
            .product-old .login-form-modal .login-row .login-form .form-actions input.disabled {
              background: #ccc;
              border: 1px solid #ccc; }
  @media (max-width: 1100px) and (min-width: 551px) {
    .product-old.product-wilsonpro-login .about-productBenefits::before {
      background-image: none; } }
  @media (max-width: 1079px) {
    .product-old.product-wilsonpro-login .productFixedHeader .productView-price.right-side {
      float: right;
      text-align: right;
      width: 100%; } }
  @media (max-width: 800px) {
    .product-old .product-wilsonpro-login #installation .columns.installation-steps > .column {
      width: 100% !important;
      display: block;
      position: relative;
      height: 140px; }
      .product-old .product-wilsonpro-login #installation .columns.installation-steps > .column > svg {
        position: absolute;
        right: 55%;
        top: 0; }
      .product-old .product-wilsonpro-login #installation .columns.installation-steps > .column > .title {
        position: absolute;
        left: 50%;
        top: 0; }
        .product-old .product-wilsonpro-login #installation .columns.installation-steps > .column > .title::after {
          right: 0;
          left: 0;
          top: 60px;
          margin: 20px 0 0 -95px;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .product-old .product-wilsonpro-login #installation .columns.installation-steps > .column > ul {
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 45px; }
    .product-old .view-price-modal {
      overflow-y: scroll; }
      .product-old .view-price-modal .login-for-pricing p {
        display: block;
        width: 100%; }
      .product-old .view-price-modal .login-for-pricing a.button {
        float: none;
        margin-top: 0; }
      .product-old .view-price-modal .register-or-login .register {
        display: block;
        width: 100%;
        border: 0 none; }
        .product-old .view-price-modal .register-or-login .register input[type="text"] {
          width: 240px; }
      .product-old .view-price-modal .register-or-login .login-section {
        display: block;
        width: 100%;
        float: none;
        text-align: left; }
    .product-old .login-form-modal {
      overflow-y: scroll; } }
  @media (max-width: 564px) {
    .product-old.product-wilsonpro-login #installation .installation-btns .button.btn-floor-plan-analysis {
      margin-bottom: 15px; } }
  @media (max-width: 550px) {
    .product-old.product-wilsonpro-login #installation .columns.installation-steps > .column > .title::after {
      margin-left: -80px; }
    .product-old.product-wilsonpro-login .login-for-pricing .btn-call-us {
      display: block;
      margin: 15px auto 7.5px;
      width: 255px; }
    .product-old.product-wilsonpro-login .login-for-pricing.hide-price .btn-login-for-pricing {
      display: block;
      margin: 7.5px auto 15px;
      width: 255px; }
    .product-old.product-wilsonpro-login .login-for-pricing.show-price .price-section {
      display: block;
      margin: 7.5px auto 15px;
      width: 255px;
      text-align: center; }
    .product-old.product-wilsonpro-login .login-for-pricing.show-price .btn-call-us {
      margin-top: 15px; }
    .product-old.product-wilsonpro-login .login-for-pricing.productView-price .price-section {
      display: block;
      margin: 7.5px auto 15px;
      width: 255px;
      text-align: center; }
    .product-old.product-wilsonpro-login .login-for-pricing.productView-price .btn-call-us {
      display: block;
      margin: 15px auto 7.5px;
      width: 255px; }
    .product-old .login-form-modal .login-row .login-form .form-actions .forgot-password {
      width: auto; }
    .product-old .login-form-modal .login-row .login-form .form-actions input {
      margin-top: 0; }
    .product-old .productFixedHeader .columns > div .btn-login-for-pricing {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 387px) {
    .product-old .login-form-modal .login-row .login-form .form-actions input {
      width: 110px;
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
  @media (max-width: 369px) {
    .product-old .view-price-modal .register-or-login .register input[type="text"] {
      width: 190px; }
    .product-old .view-price-modal .register-or-login .login-section input[type="submit"] {
      width: 70px;
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
  @media (max-width: 325px) {
    .product-old .productFixedHeader .productView-price {
      margin-right: 1rem; } }
  .product-old.product-wilsonpro-login span[type="Kicker Custom Minimal1"] img {
    margin-top: 0px !important;
    margin-bottom: 25px !important; }
  .product-old .productView-mail-rabate {
    display: none;
    margin-top: 1rem; }
    .product-old .productView-mail-rabate a {
      font-weight: 700;
      color: #0c84c0; }
      .product-old .productView-mail-rabate a:hover {
        color: #00a5d5; }
    .product-old .productView-mail-rabate svg {
      display: inline-block;
      vertical-align: middle;
      width: 28px;
      height: 20px;
      fill: #0c84c0;
      margin-right: 0.78571rem;
      margin-left: -2px; }
    .product-old .productView-mail-rabate span {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }
    .product-old .productView-mail-rabate strong {
      font-weight: 700;
      font-size: 20px; }
  .product-old.product-call-to-order .call-for-pricing {
    font-size: 15px;
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    padding-top: 1rem;
    padding-bottom: .35714rem; }
    .product-old.product-call-to-order .call-for-pricing .price-text {
      color: #df2579;
      font-weight: 700; }
    .product-old.product-call-to-order .call-for-pricing .btn-call-us::before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 1.57rem;
      width: 19px;
      height: 19px;
      background: url(../icons/phone-call-button-hover.svg) center center no-repeat;
      background-size: cover; }
    .product-old.product-call-to-order .call-for-pricing .btn-call-us:hover::before {
      background: url(../icons/phone-call-button.svg) center center no-repeat;
      width: 19px;
      height: 19px;
      background-size: cover; }
    .product-old.product-call-to-order .call-for-pricing a.button {
      border-radius: 0;
      font-weight: 700; }
    .product-old.product-call-to-order .call-for-pricing .btn-call-us {
      background-color: #1b7d9c;
      border-color: #1b7d9c;
      color: #fff;
      position: relative;
      padding: .85714rem 1.28571rem .85714rem 3.28571rem; }
    .product-old.product-call-to-order .call-for-pricing .btn-call-us:hover {
      background-color: #FFFFFF;
      border-color: #1b7d9c;
      color: #1b7d9c; }
    .product-old.product-call-to-order .call-for-pricing .price-section {
      display: none; }
  .product-old .productView--test .product-coverage-dropdown {
    margin-top: 2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .product-old .productView--test .product-coverage-dropdown h3 {
      margin: 0;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0.35714rem 0;
      display: flex;
      align-items: center; }
      .product-old .productView--test .product-coverage-dropdown h3:after {
        display: block;
        width: 16px;
        height: 10px;
        content: "";
        background-image: url(".../../../icons/chevron-down.svg");
        background-size: 100%;
        margin-left: auto;
        margin-right: 10px;
        transition: all ease .5s; }
      .product-old .productView--test .product-coverage-dropdown h3:hover {
        cursor: pointer; }
    .product-old .productView--test .product-coverage-dropdown ul {
      display: none;
      padding: 0;
      margin: 10px 0 0 20px;
      list-style-type: none; }
      .product-old .productView--test .product-coverage-dropdown ul li span {
        font-weight: 700; }
  .product-old .productView--test .product-coverage-dropdown--active {
    padding-bottom: 20px; }
    .product-old .productView--test .product-coverage-dropdown--active h3:after {
      transform: rotate(180deg); }
  .product-old .productView--test .product-availability b {
    text-decoration: underline; }

.mountOptions-container {
  background-color: #FFF; }

.mountOptions-heading {
  margin-bottom: 0.78571rem;
  font-weight: 600;
  font-size: 14px;
  color: #000; }

.mountOption {
  margin-bottom: 0.78571rem;
  border-radius: 0;
  border: 1px solid #c2d0e0 !important;
  height: 36px;
  background-position: right 0.5rem top 9px; }

@media (min-width: 1181px) {
  .peplinkComparisonTables {
    width: calc(100% + 16rem);
    position: relative;
    left: -8rem; } }

.peplinkComparisonTables .peplinkComparisonContainer {
  overflow-x: auto;
  margin-bottom: 4.5rem; }

.peplinkComparisonTables table {
  width: 100%;
  border: 1px solid #CCC; }
  .peplinkComparisonTables table tr td {
    padding: 1.5rem .5rem;
    text-align: center;
    font-size: 14px; }
    .peplinkComparisonTables table tr td:nth-child(1) {
      font-size: 16px;
      font-weight: 600; }
  .peplinkComparisonTables table tr:nth-child(odd) {
    background-color: #F3F4F6; }
  .peplinkComparisonTables table tr.heading-blue {
    background-color: #1F98C4;
    font-weight: 600;
    text-align: center;
    color: #FFF; }
    .peplinkComparisonTables table tr.heading-blue td {
      font-size: 24px;
      padding: 1rem 0; }
  .peplinkComparisonTables table tr.heading-orange {
    background-color: #FFB81C;
    font-weight: 600;
    text-align: center; }
    .peplinkComparisonTables table tr.heading-orange td {
      font-size: 24px;
      padding: 1rem 0; }
  .peplinkComparisonTables table tr.heading-products td {
    min-width: 144px;
    padding: 1.5rem; }
    .peplinkComparisonTables table tr.heading-products td a {
      color: #000 !important; }
    .peplinkComparisonTables table tr.heading-products td div {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.5rem;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      min-height: 50px; }
    .peplinkComparisonTables table tr.heading-products td img {
      display: block;
      margin: 0 auto 1.5rem auto; }
  .peplinkComparisonTables table tr.font-small td:nth-child(1) {
    font-size: 16px; }
  .peplinkComparisonTables table tr.font-small td {
    font-size: 12px; }

.checkmark-list-container {
  width: 100%;
  background-color: #f1f2f5; }
  @media (min-width: 1181px) {
    .checkmark-list-container {
      margin-left: 0;
      margin-right: 0; } }

.checkmark-list-container-heading {
  padding: 1.5rem 1.5rem 0 3rem;
  margin-bottom: -1.5rem;
  font-size: 16px;
  font-weight: 600; }

.checkmark-list {
  display: inline-block;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  padding: 3rem 2.5rem; }
  @media (min-width: 1181px) {
    .checkmark-list {
      padding: 3.78571rem 3rem; } }
  .checkmark-list li {
    margin-bottom: 1rem;
    display: flex;
    font-size: 16px;
    line-height: 26px; }
    .checkmark-list li svg {
      width: 15px;
      height: 15px;
      display: inline-block;
      vertical-align: middle;
      fill: #0199c6;
      margin-right: 1rem;
      flex-shrink: 0;
      flex-grow: 0;
      position: relative;
      top: 5px; }
    .checkmark-list li span {
      font-size: 16px;
      line-height: 26px; }
    .checkmark-list li .part {
      display: block;
      font-weight: 600; }

.checkmark-list--orange li svg {
  fill: #FAB121; }

@media (min-width: 551px) {
  .checkmark-list--columns-2 {
    column-count: 2;
    width: 100%; } }

@media (min-width: 1181px) {
  .regular-list--columns-3 {
    column-count: 3; } }

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

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

.compareTable {
  border-top: 1px solid #e8e8e8;
  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 #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.compareTable-removeProduct {
  background-color: #f2f2f2;
  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: #4f4f4f;
    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-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 #e8e8e8;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

.toggleLink {
  color: #989898; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .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: #CCC 1px solid;
  border-radius: 0;
  display: block;
  padding: 1rem;
  color: #666 !important; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1181px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 1.5rem; }

.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: 1181px) {
    .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: 1181px) {
      .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: 1181px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: #4f4f4f;
  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: #f2f2f2;
  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: #989898;
    position: relative;
    top: -1px; }

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

.cart-page .page-content {
  padding: 0 0 3rem 0; }

.cart-content-section {
  padding-bottom: 1.5rem;
  border: 1px solid #E3E3E3; }
  @media (min-width: 1181px) {
    .cart-content-section {
      float: left;
      width: 65.5%;
      margin-right: 1.5%; } }

.cart-totals-section {
  margin-top: 2rem;
  border: 1px solid #E3E3E3;
  padding: 0 1.5rem; }
  @media (min-width: 1181px) {
    .cart-totals-section {
      width: 31.5%;
      float: right;
      margin-left: 1.5%;
      margin-top: 0; } }
  .cart-totals-section .cart-additionalCheckoutButtons {
    float: none; }
    @media (min-width: 1181px) {
      .cart-totals-section .cart-additionalCheckoutButtons {
        float: right; } }
    .cart-totals-section .cart-additionalCheckoutButtons .BraintreeContainer {
      margin-left: auto;
      margin-right: auto;
      float: none; }
    .cart-totals-section .cart-additionalCheckoutButtons .FloatRight div {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: auto; }

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

.cart-items-label {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 3rem;
  color: black;
  margin-top: 30px; }
  @media (min-width: 551px) {
    .cart-items-label {
      font-size: 22px; } }
  @media (min-width: 1181px) {
    .cart-items-label {
      font-size: 32px; } }

.cart-header-item {
  padding-top: 0.78571rem;
  padding-bottom: 0.78571rem;
  color: #165676;
  font-weight: 700;
  text-transform: uppercase; }
  .cart-header-item:first-child {
    padding-left: 1.5rem;
    text-align: left; }
  .cart-header-item:last-child {
    text-align: right;
    padding-right: 1.5rem; }

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

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

.cart-item {
  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: 1181px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none !important; } }
  .cart-item::after {
    content: "";
    display: block;
    left: 1.5rem;
    right: 1.5rem;
    width: 100%;
    padding-top: 2rem; }
  .cart-item .cart-item-sku {
    font-size: 14px;
    color: #000; }

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

.cart-item-figure {
  float: left;
  height: auto;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1181px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

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

.cart-item-image {
  width: auto; }

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

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

@media (min-width: 1181px) {
  .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: 1181px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  .cart-item-quantity .form-increment button {
    border-radius: 0;
    padding: 0.21429rem; }

.cart-item-label {
  color: #165676;
  font-weight: 700;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: left;
  width: 33.33333%;
  text-transform: uppercase;
  padding-left: 16%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1181px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  display: none !important;
  color: #a5a5a5;
  margin-bottom: 0.21429rem; }
  .cart-item-brand svg {
    max-width: 100px;
    max-height: 20px; }

.cart-item-name {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }
  .cart-item-name a, .cart-item-name a:focus {
    color: #0c84c0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }

.cart-item-free-gift {
  font-weight: 600;
  color: #2dbf6a;
  margin: 0.5rem 0; }

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

.definitionList .definitionList-key {
  color: #0c84c0;
  font-weight: 700;
  font-size: 15px; }

.definitionList .definitionList-value {
  color: #000;
  font-size: 15px; }

.cart-item-price .cart-item-value,
.cart-item-total .cart-item-value {
  font-weight: 700;
  color: black; }

.cart-remove {
  cursor: pointer;
  float: right;
  border: 1px solid #DFDFDF;
  height: 1.71429rem;
  margin-top: -2.58621rem;
  padding: 0.35714rem;
  transition: background-color 0.15s ease;
  width: 1.71429rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem;
      margin-top: 0; } }
  @media (min-width: 1181px) {
    .cart-remove {
      margin-top: 0.14286rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #4f4f4f; }

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

.cart-total {
  border-bottom: 0;
  position: relative; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total:last-child {
    margin-top: 1.5rem;
    border-top: 1px solid #24a7d0;
    border-bottom: 1px solid #24a7d0; }
    .cart-total:last-child .cart-total-label {
      padding: 1.35714rem 0; }
  .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 top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  display: block;
  text-align: left;
  color: #165676;
  width: 50%;
  padding-left: 0; }

.cart-total-value {
  text-align: right;
  width: 50%; }
  .cart-total-value button {
    color: #0c84c0;
    text-decoration: none;
    font-style: normal; }
    .cart-total-value button[class*="show"], .cart-total-value button[class*="add"], .cart-total-value button[class*="hide"], .cart-total-value button[class*="cancel"] {
      background-repeat: no-repeat;
      background-position: 100% 50%;
      padding-right: 20px; }
    .cart-total-value button[class*="show"], .cart-total-value button[class*="add"] {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='#0c84c0' /%3E%3C/svg%3E"); }
    .cart-total-value button[class*="hide"], .cart-total-value button[class*="cancel"] {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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='#0c84c0' /%3E%3C/svg%3E"); }
  .cart-total-value a,
  .cart-total-value div {
    color: black;
    text-decoration: none;
    font-weight: 700; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 1rem 0; }

.shipping-estimator {
  padding-bottom: 0.5rem; }

.shipping-estimator,
.coupon-code,
.gift-certificate-code {
  position: relative;
  width: 100%; }
  .shipping-estimator select,
  .shipping-estimator .form-input,
  .coupon-code select,
  .coupon-code .form-input,
  .gift-certificate-code select,
  .gift-certificate-code .form-input {
    border-radius: 0;
    border-color: #d7dae2; }
  .shipping-estimator form,
  .coupon-code form,
  .gift-certificate-code form {
    margin-bottom: 0; }
  .shipping-estimator [class*="submit"],
  .shipping-estimator input[type="submit"],
  .coupon-code [class*="submit"],
  .coupon-code input[type="submit"],
  .gift-certificate-code [class*="submit"],
  .gift-certificate-code input[type="submit"] {
    border-radius: 0;
    background-color: #74889a;
    border-color: #74889a; }
  .shipping-estimator .radio-label,
  .coupon-code .radio-label,
  .gift-certificate-code .radio-label {
    margin-left: 0.35714rem; }

.shipping-estimator .form-label::after {
  content: "*";
  color: #df2579; }

.cart-subtotal .cart-total-value {
  font-size: 15px;
  font-weight: 700;
  color: black; }

.BraintreeContainer {
  margin-top: 1.5rem;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .BraintreeContainer {
      margin-right: 15rem; } }
  @media (min-width: 1080px) {
    .BraintreeContainer {
      margin-right: 7.5rem;
      margin-bottom: 0;
      margin-top: 0; } }

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

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.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;
    background: #24a7d0;
    border: 0px;
    border-radius: 0;
    font-size: 18px;
    padding: 1rem 2rem; }
  .cart-actions .button--secureCheckout {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF318A;
    font-size: 16px;
    min-height: 49px;
    line-height: inherit; }
    .cart-actions .button--secureCheckout:hover {
      background: #DD2C79; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }
  .cart-actions span[name='Kicker Custom Minimal1'] {
    display: none !important; }
    @media (max-width: 550px) {
      .cart-actions span[name='Kicker Custom Minimal1'] {
        float: none !important;
        margin: 12px 10px 18px 0 !important; } }
    @media (min-width: 551px) {
      .cart-actions span[name='Kicker Custom Minimal1'] {
        float: left !important;
        margin: 12px 10px 0 0 !important; } }
  .cart-actions span[name='Kicker Custom Minimal1'].show {
    display: block !important; }

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

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

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

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

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

@media (min-width: 991px) {
  .cart-additionalCheckoutButtons .FloatRight div {
    float: right;
    display: flex;
    justify-content: center;
    margin-right: 0; } }

.apple-pay-checkout-button {
  margin-left: auto;
  margin-right: auto; }

.cart-emptyCartBox {
  text-align: center; }
  .cart-emptyCartBox > p {
    color: black; }
  .cart-emptyCartBox .cart-loginButtons {
    margin-top: 2.5rem; }
    .cart-emptyCartBox .cart-loginButtons a {
      border: 0;
      border-radius: 0;
      color: white;
      display: block; }
      @media (min-width: 551px) {
        .cart-emptyCartBox .cart-loginButtons a {
          display: inline-block; } }
    .cart-emptyCartBox .cart-loginButtons .login-btn {
      background: #74889a; }
      .cart-emptyCartBox .cart-loginButtons .login-btn:hover {
        background: #586d86; }
    .cart-emptyCartBox .cart-loginButtons .continue-shopping-btn {
      background: #24a7d0;
      clear: left; }
      @media (min-width: 551px) {
        .cart-emptyCartBox .cart-loginButtons .continue-shopping-btn {
          margin-left: 1.85714rem; } }
      .cart-emptyCartBox .cart-loginButtons .continue-shopping-btn:hover {
        background: #0199c6; }
  .cart-emptyCartBox .cart-customerSupport {
    border-top: 1px solid #d7dae2;
    margin-top: 3rem;
    padding-top: 0.35714rem;
    padding-bottom: 6rem; }
    .cart-emptyCartBox .cart-customerSupport h3 {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 16.5px;
      color: black;
      font-weight: 700; }
    .cart-emptyCartBox .cart-customerSupport p {
      margin-bottom: 0.21429rem; }
    .cart-emptyCartBox .cart-customerSupport a[href*="tel"] {
      color: black;
      text-decoration: none;
      font-weight: 700; }

.previewCart-heading {
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.78571rem; }

.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;
  border-top: 1px solid #aaa; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }

.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 1.5rem;
  text-align: center; }
  .previewCartItem-image img {
    text-indent: -99999px; }

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

.previewCartItem-name {
  margin: 0;
  text-transform: none;
  font-family: "Roboto", Arial, Sans-Serif; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #0199c6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem; }
    .previewCartItem-name > a span {
      color: #000000;
      font-weight: 400; }

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

.previewCartItem-name {
  margin-top: 0.78571rem; }

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

.previewCartItem-price {
  margin-bottom: 0.78571rem; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 1.5rem 0 0 0; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%;
    background: #24a7d0;
    color: white;
    border: 0;
    border-radius: 0;
    font-size: 1.1rem; }

.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-checkout .button {
    background: #74889a; }
    .previewCartAction-checkout .button:hover {
      background: #576673; }

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

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }
  .previewCartAction-viewCart .button:hover {
    background: #1b7d9c; }

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

.cart-total button.shipping-estimate-submit.disabled {
  background: #ccc;
  border: 1px solid #ccc; }

.cart-total select {
  border: 1px solid #d2d5d5;
  color: #616e7d; }
  .cart-total select:focus {
    border: 1px solid #24a7d0;
    color: #000; }

.cart-total .estimator-form-input .form-input {
  border: 1px solid #d2d5d5;
  color: #616e7d; }
  .cart-total .estimator-form-input .form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  .cart-total .estimator-form-input .form-input:focus {
    border: 1px solid #24a7d0;
    color: #000; }

.cart-total .form-field--success select, .cart-total .form-field--success input {
  border: 1px solid #d2d5d5;
  color: #616e7d; }
  .cart-total .form-field--success select:focus, .cart-total .form-field--success input:focus {
    border: 1px solid #24a7d0;
    color: #000; }

.cart-total .coupon-form .form-input, .cart-total .cart-gift-certificate-form .form-input {
  border: 1px solid #d2d5d5;
  color: #616e7d; }
  .cart-total .coupon-form .form-input:focus, .cart-total .cart-gift-certificate-form .form-input:focus {
    border: 1px solid #24a7d0;
    color: #000; }
  .cart-total .coupon-form .form-input:-webkit-autofill, .cart-total .cart-gift-certificate-form .form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }

.or-use-label {
  display: none !important; }

.cart-additionalCheckoutButtons {
  margin-top: 1.5rem;
  position: relative;
  float: right;
  clear: both;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0.78571rem 1rem 0.78571rem;
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 990px) {
    .cart-additionalCheckoutButtons .AmazonPaymentsCheckout {
      order: 2; }
    .cart-additionalCheckoutButtons .PayPalExpressCheckout {
      order: 1; } }
  @media (max-width: 991px) {
    .cart-additionalCheckoutButtons > div {
      text-align: center;
      margin-bottom: 1rem; }
      .cart-additionalCheckoutButtons > div .BraintreeContainer {
        margin-bottom: 0; } }
  .cart-additionalCheckoutButtons .PayPalExpressCheckout input[type='image'],
  .cart-additionalCheckoutButtons .CheckoutButtonAmazon img {
    max-height: 40px !important; }
    @media (min-width: 1080px) {
      .cart-additionalCheckoutButtons .PayPalExpressCheckout input[type='image'],
      .cart-additionalCheckoutButtons .CheckoutButtonAmazon img {
        max-height: 35px !important; } }
    @media (min-width: 1120px) {
      .cart-additionalCheckoutButtons .PayPalExpressCheckout input[type='image'],
      .cart-additionalCheckoutButtons .CheckoutButtonAmazon img {
        max-height: 40px !important; } }
  @media (min-width: 991px) {
    .cart-additionalCheckoutButtons .PayPalExpressCheckout {
      float: right; } }
  .cart-additionalCheckoutButtons .CheckoutButtonAmazon {
    display: none; }
    .cart-additionalCheckoutButtons .CheckoutButtonAmazon img {
      width: 185px !important; }
    @media (max-width: 991px) {
      .cart-additionalCheckoutButtons .CheckoutButtonAmazon {
        float: none !important; } }
  .cart-additionalCheckoutButtons p {
    display: none !important; }
  .cart-additionalCheckoutButtons > span {
    clear: both; }

#CartEditProductFieldsForm .form-label {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px; }

#CartEditProductFieldsForm [data-product-attribute="set-select"] {
  width: 50%; }
  #CartEditProductFieldsForm [data-product-attribute="set-select"]:nth-child(odd) {
    padding-right: 10px; }
  #CartEditProductFieldsForm [data-product-attribute="set-select"][data-product-attribute="set-radio"] {
    width: 100%; }
  #CartEditProductFieldsForm [data-product-attribute="set-select"] .form-select {
    border: 1px solid #979797;
    color: #000; }

#CartEditProductFieldsForm [data-product-attribute="set-rectangle"] {
  margin-bottom: 1rem; }
  #CartEditProductFieldsForm [data-product-attribute="set-rectangle"] .form-option {
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2.5px 20px;
    margin-bottom: 10px;
    float: left; }
  #CartEditProductFieldsForm [data-product-attribute="set-rectangle"] .form-option-variant {
    text-align: left; }
  #CartEditProductFieldsForm [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
    background-color: #24A7D0;
    color: #fff;
    box-shadow: none;
    border: 1px solid #24A7D0;
    display: flex;
    align-items: center; }
    #CartEditProductFieldsForm [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:before {
      content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156.7 112.6"><path fill="#fff" d="M140.1 0c5.4 5.4 11.2 11.1 16.6 16.4-32.1 32-64.3 64.3-96.2 96.1L0 52l17.1-17.1 43.4 43.4C87.3 52 113.8 25.9 140.1 0z"/></svg>');
      width: 15px;
      height: 10px;
      display: inline-block;
      flex-shrink: 0;
      flex-grow: 0;
      margin-right: 5px; }

#CartEditProductFieldsForm .form-actions input {
  border-radius: 0;
  border: 0;
  background-color: #df2579;
  font-size: 15px; }
  #CartEditProductFieldsForm .form-actions input:hover {
    background-color: #a71c5b; }

.cart-modern .page {
  background: #EEEFF1; }

.cart {
  margin-bottom: 1.5rem; }
  @media (min-width: 1181px) {
    .cart {
      height: 100%; } }

.cart-content-section .cart-item-top,
.cart-content-section .cart-item {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%; }

.cart-content-section .cart-item-top {
  background: #F0F2F8;
  text-align: center;
  font-size: 15px;
  padding: 0.78571rem 1.21429rem; }
  .cart-content-section .cart-item-top .cart-item-head-name {
    text-align: left; }

.cart-content-section .cart-item {
  padding: 1.5rem 1.21429rem; }

.cart-content-section .cart-item-head-name,
.cart-content-section .cart-item-wrap {
  width: 100%; }
  @media (min-width: 1181px) {
    .cart-content-section .cart-item-head-name,
    .cart-content-section .cart-item-wrap {
      width: calc(100% - 300px); } }
  @media (max-width: 1180px) {
    .cart-content-section .cart-item-head-name .cart-item-figure,
    .cart-content-section .cart-item-wrap .cart-item-figure {
      margin-left: 0; } }

.cart-content-section .cart-item-head-quantity, .cart-content-section .cart-item-head-price {
  display: none; }
  @media (min-width: 1181px) {
    .cart-content-section .cart-item-head-quantity, .cart-content-section .cart-item-head-price {
      display: block; } }

.cart-content-section .cart-item-head-quantity,
.cart-content-section .cart-item-quantity {
  width: 11.42857rem; }

.cart-content-section .cart-item-head-price,
.cart-content-section .cart-item-price {
  width: 8.57143rem; }

.cart-content-section .cart-item-head-remove,
.cart-content-section .cart-item-remove {
  width: 1.42857rem; }

.cart-content-section .cart-item-wrap {
  display: flex; }

.cart-content-section .cart-item-title {
  display: block;
  padding: 0;
  width: calc(100% - 72px); }
  .cart-content-section .cart-item-title .cart-item-name {
    margin: 0;
    padding-bottom: 0.71429rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3; }
    .cart-content-section .cart-item-title .cart-item-name a {
      color: #000000;
      font-weight: bold;
      text-transform: initial; }
      .cart-content-section .cart-item-title .cart-item-name a:hover {
        text-decoration: underline; }
    @media (min-width: 551px) {
      .cart-content-section .cart-item-title .cart-item-name {
        padding-right: 0.35714rem;
        padding-bottom: 0;
        font-size: 18px; } }

.cart-content-section .cart-item-quantity .form-increment {
  width: 7.14286rem;
  border: 1px solid #000000;
  border-radius: 5px;
  margin: 0;
  padding: 0 0.21429rem; }

.cart-content-section .cart-item-quantity .form-input--incrementTotal {
  margin: 0;
  font-size: 18px; }

.cart-content-section .cart-item-quantity button {
  position: relative;
  width: 1.71429rem;
  height: 2.71429rem;
  border: 0px;
  padding: 0; }
  .cart-content-section .cart-item-quantity button::before, .cart-content-section .cart-item-quantity button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    color: #000000;
    font-size: 25px; }
  .cart-content-section .cart-item-quantity button[data-action="dec"]::before {
    content: ' \2212'; }
  .cart-content-section .cart-item-quantity button[data-action="inc"]::before {
    content: '\002B'; }

.cart-content-section .cart-item-price .cart-per-item .cart-item-value {
  font-weight: 400;
  font-size: 1rem;
  color: #000000; }

.cart-content-section .cart-item-price .cart-item-value {
  font-size: 20px;
  font-weight: bold; }

.cart-content-section .cart-items-footer {
  display: flex;
  flex-flow: column;
  padding: 0 1.5rem; }
  @media only screen and (min-width: 640px) {
    .cart-content-section .cart-items-footer {
      flex-flow: row;
      align-items: flex-end;
      justify-content: space-between; } }
  @media (min-width: 1181px) {
    .cart-content-section .cart-items-footer {
      align-items: flex-start; } }

.cart-content-section .cart-guarantees {
  width: 100%;
  order: 2; }
  @media only screen and (min-width: 640px) {
    .cart-content-section .cart-guarantees {
      order: 1;
      width: 50%; } }
  .cart-content-section .cart-guarantees .cart-guarantees-list {
    margin: 0;
    list-style-type: none; }
  .cart-content-section .cart-guarantees .cart-guarantees-option {
    font-size: 1rem;
    font-weight: 700;
    color: #0085b2; }
  .cart-content-section .cart-guarantees .cart-guarantees-icon {
    margin-right: 10px;
    vertical-align: middle;
    width: 0.71429rem;
    height: 0.71429rem;
    fill: #0085b2; }

.cart-content-section .cart-item-sum {
  display: flex;
  align-items: center;
  width: 100%;
  order: 1;
  margin-bottom: 1.5rem;
  border-top: 1px solid #e3e3e3;
  padding-top: 1.5rem; }
  @media only screen and (min-width: 640px) {
    .cart-content-section .cart-item-sum {
      order: 2;
      justify-content: flex-end;
      margin-bottom: 0; } }
  .cart-content-section .cart-item-sum .cart-item-total {
    width: 50%; }
    @media only screen and (min-width: 640px) {
      .cart-content-section .cart-item-sum .cart-item-total {
        width: auto; } }
    .cart-content-section .cart-item-sum .cart-item-total .cart-item-label {
      width: 100%;
      display: block;
      font-size: 18px;
      margin: 0;
      padding: 0 0.5rem 0 0;
      color: #516A81; }
  .cart-content-section .cart-item-sum .cart-item-price {
    width: 50%;
    font-size: 18px;
    text-align: right; }
    @media only screen and (min-width: 640px) {
      .cart-content-section .cart-item-sum .cart-item-price {
        width: auto;
        text-align: left;
        width: 8.57143rem; } }

.cart-content-section .cart-item-label {
  display: none; }

.cart-content-section .cart-item-brand {
  margin-bottom: 0.21429rem; }

.cart-content-section .cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-content-section .cart-item-options--giftWrapping .cart-item-option-description {
    color: #4f4f4f; }

.cart-content-section .cart-item-article {
  font-size: 1rem;
  color: #000; }

.cart-content-section .cart-item-discount-ineligible strong {
  color: #df2579; }

.cart-content-section .cart-item-remove .cart-remove {
  position: relative;
  width: 19px;
  height: 19px;
  background: none;
  line-height: 0.9;
  border: 0;
  padding: 0;
  margin-top: 0.35714rem; }
  .cart-content-section .cart-item-remove .cart-remove::before, .cart-content-section .cart-item-remove .cart-remove::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 18px;
    background-color: #a9afb6;
    border-radius: 30%; }
  .cart-content-section .cart-item-remove .cart-remove::before {
    transform: rotate(45deg); }
  .cart-content-section .cart-item-remove .cart-remove::after {
    transform: rotate(-45deg); }
  .cart-content-section .cart-item-remove .cart-remove svg {
    display: none; }

.cart-content-section .cart-item .cart-item-wrap {
  order: 1; }
  .cart-content-section .cart-item .cart-item-wrap .cart-item-figure {
    width: 5.14286rem;
    margin: 0; }
  .cart-content-section .cart-item .cart-item-wrap .cart-item-title {
    width: calc(100% - 72px);
    padding-left: 0.78571rem;
    padding-bottom: 1.5rem; }

.cart-content-section .cart-item .cart-item-quantity {
  order: 3;
  width: calc(50% - 1.42857rem);
  vertical-align: middle; }
  .cart-content-section .cart-item .cart-item-quantity::before {
    position: relative;
    content: "Quantity:";
    font-size: 1rem;
    color: #717D87;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 1181px) {
    .cart-content-section .cart-item .cart-item-quantity {
      order: 2;
      width: 11.42857rem; }
      .cart-content-section .cart-item .cart-item-quantity::before {
        display: none; } }

.cart-content-section .cart-item .cart-item-price {
  order: 4;
  width: calc(50% - 15px);
  text-align: right;
  vertical-align: middle; }
  @media (min-width: 1181px) {
    .cart-content-section .cart-item .cart-item-price {
      text-align: center; } }
  .cart-content-section .cart-item .cart-item-price::before {
    position: relative;
    content: "Price:";
    font-size: 1rem;
    color: #717D87;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px; }
  .cart-content-section .cart-item .cart-item-price .cart-item-value {
    padding-left: 0; }
  @media (min-width: 1181px) {
    .cart-content-section .cart-item .cart-item-price {
      order: 3;
      width: 8.57143rem; }
      .cart-content-section .cart-item .cart-item-price::before {
        display: none; } }

.cart-content-section .cart-item .cart-item-remove {
  order: 5;
  margin-left: 15px; }
  @media (min-width: 1181px) {
    .cart-content-section .cart-item .cart-item-remove {
      order: 4;
      margin-left: 0; } }

.cart-content-section .cart-item .cart-item-availability {
  display: none;
  width: 100%;
  order: 2;
  padding-left: 5.92857rem;
  margin-bottom: 3rem; }
  @media (min-width: 1181px) {
    .cart-content-section .cart-item .cart-item-availability {
      order: 5;
      margin-bottom: 0; } }
  .cart-content-section .cart-item .cart-item-availability svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.35714rem; }
  .cart-content-section .cart-item .cart-item-availability .in-stock {
    color: #07b986;
    font-weight: 700; }
    .cart-content-section .cart-item .cart-item-availability .in-stock svg {
      fill: #07b986;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 1px solid #07b986;
      padding: 2.5px;
      position: relative;
      top: -1px; }

.cart-content-section .cart-item::after {
  order: 6; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%;
  color: #000000; }
  .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: 1181px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1361px) {
    .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: 1181px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e8e8e8; } }
  .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 top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #989898;
  width: 58.33333%; }
  @media (min-width: 1181px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }
  .cart-total-label:only-child {
    width: 100%; }

.cart-total-value {
  width: 41.66667%;
  text-align: right; }

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

.cart-total-estimate {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background: #F0F2F8;
  padding: 1rem 1.5rem 0.78571rem; }

.cart-total-estimate-title {
  margin-top: 0.21429rem;
  margin-bottom: 0.42857rem;
  font-size: 17px;
  font-weight: 700;
  color: #000000; }

.cart-total-estimate-data {
  display: flex;
  margin-bottom: 1rem; }

.cart-total-estimate-error {
  color: #df2579;
  display: flex;
  margin-bottom: 0.21429rem;
  margin-top: 0.21429rem; }

.cart-total-estimate-info {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-top: 0.28571rem;
  margin-bottom: 1rem;
  font-size: 16px;
  justify-content: space-between;
  border-radius: 10px; }
  .cart-total-estimate-info a {
    font-size: 15px; }

.cart-total-estimate-select {
  width: calc(70% - 1rem - 41px);
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #ffffff url(../img/icons/arrow-dropdown-cerise.svg) calc(100% - 12px) 50% no-repeat;
  background-size: 10px auto; }

.cart-total-estimate-input {
  width: 30%; }
  .cart-total-estimate-input.error {
    border-color: #df2579; }

.cart-total-estimate-select,
.cart-total-estimate-input {
  padding: 0.35714rem 0.78571rem;
  margin-right: 0.5rem;
  border-radius: 10px;
  border: 1px solid #A9AFB6;
  outline: none; }
  .cart-total-estimate-select:focus,
  .cart-total-estimate-input:focus {
    border: 1px solid #DD2C79; }

.cart-total-estimate-note {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  color: #000000; }
  .cart-total-estimate-note a {
    color: #DD2C79;
    text-decoration: none; }
    .cart-total-estimate-note a:hover {
      text-decoration: underline; }

.cart-total-estimate-button .button {
  width: 41px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  border-radius: 10px;
  background: #FF318A;
  background: linear-gradient(180deg, #FF318A 0%, #DD2C79 100%);
  border-color: #DD2C79; }
  .cart-total-estimate-button .button:hover {
    background: #DD2C79;
    background: linear-gradient(180deg, #DD2C79 0%, #FF318A 100%);
    border-color: #FF318A; }
  .cart-total-estimate-button .button:disabled {
    background: #A9AFB6;
    border-color: #A9AFB6; }

.cart-total-estimate-button svg {
  max-width: 0.85714rem;
  max-height: 1.14286rem;
  fill: #fff; }

.cart-total-accordion-border {
  margin-bottom: 0.42857rem;
  padding: 0.71429rem 0 0;
  border-top: 1px solid #66737E;
  border-bottom: 1px solid #66737E; }
  .cart-total-accordion-border .cart-total-accordion-row {
    margin-bottom: 0; }
  .cart-total-accordion-border .cart-total-accordion-content {
    padding: 0 0 1.07143rem; }

.cart-total-accordion-row {
  margin-bottom: 0.35714rem; }
  .cart-total-accordion-row:after {
    content: "";
    display: block;
    clear: both; }
  .cart-total-accordion-row.cart-total-accordion-row-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart-total-accordion-row.cart-total-accordion-row-flex:after {
      display: none; }

.cart-total-accordion-drop {
  color: #DD2C79; }
  .cart-total-accordion-drop:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    margin-right: 0.35714rem;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #DD2C79 transparent transparent transparent; }

.cart-total-accordion-info {
  font-size: 1rem;
  color: #329FD1; }
  .cart-total-accordion-info.cart-total-accordion-info-nobreak {
    white-space: nowrap; }
  .cart-total-accordion-info .button {
    padding: 0.57143rem 1.64286rem;
    font-size: 14px;
    font-weight: normal;
    color: #fff; }
    .cart-total-accordion-info .button:disabled {
      background: #D9DCE0;
      border-color: #D9DCE0; }
  .cart-total-accordion-info svg {
    max-width: 1.07143rem;
    max-height: 0.85714rem;
    fill: #329FD1; }

.cart-total-accordion-input {
  width: 100%;
  margin-right: 0.71429rem;
  padding: 0.42857rem 0.57143rem;
  font-size: 1rem;
  border: 1px solid #A9AFB6; }

.cart-total-accordion-input-wrap {
  position: relative;
  width: 100%;
  margin-right: 0.71429rem; }
  .cart-total-accordion-input-wrap .cart-total-accordion-input {
    margin-right: 0;
    padding-right: 1.07143rem; }

.cart-total-accordion-cancel {
  position: absolute;
  top: 50%;
  right: 0.71429rem;
  margin-top: -0.35714rem;
  line-height: 0.7; }
  .cart-total-accordion-cancel svg {
    width: 0.71429rem;
    height: 0.71429rem; }

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

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.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 .button--secureCheckout {
    width: 100%;
    clear: both; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

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

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

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

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

.cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.85714rem; }
  @media (min-width: 1181px) {
    .cart-wrapper {
      flex-wrap: nowrap; } }

.cart-section-totals {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 21.42857rem;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .cart-section-totals {
      margin: 0;
      min-height: 1px; }
      .cart-section-totals > div[data-cart-totals] {
        width: 48.5%;
        display: inline-block;
        vertical-align: top; }
      .cart-section-totals .norton-seal {
        display: none; } }
  @media (min-width: 1181px) {
    .cart-section-totals {
      width: 33%;
      max-width: 22.85714rem;
      margin-left: auto;
      margin-right: 0; }
      .cart-section-totals > div[data-cart-totals] {
        width: 100%;
        display: block; }
      .cart-section-totals .norton-seal {
        display: block; } }

[data-cart-totals] .cart-totals {
  width: 100%;
  float: none;
  margin-bottom: 0;
  padding: 2rem 0 0;
  font-size: 16px; }

[data-cart-totals] .cart-totals-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.14286rem;
  font-weight: bold;
  color: #405466; }

[data-cart-totals] .cart-total {
  border-top: none;
  text-align: left; }

[data-cart-totals] .cart-total-label,
[data-cart-totals] .cart-total-value {
  padding: 0 0 0.71429rem; }

[data-cart-totals] .cart-total-label {
  font-size: 16px;
  color: #000000; }
  [data-cart-totals] .cart-total-label.shipping-estimate-show {
    width: 70%; }
  @media (min-width: 1181px) {
    [data-cart-totals] .cart-total-label {
      padding-top: 0; } }

[data-cart-totals] .cart-total-label-subtotal {
  font-size: 18px; }

[data-cart-totals] .cart-total-label-clickable {
  cursor: pointer;
  text-decoration: none; }
  [data-cart-totals] .cart-total-label-clickable.is-open .cart-total-accordion-drop:before {
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #DD2C79 transparent; }

[data-cart-totals] .cart-total-value {
  font-size: 16px; }
  [data-cart-totals] .cart-total-value.shipping-estimate-value {
    width: 30%; }

[data-cart-totals] .cart-total-value-md-size {
  font-size: 17px; }

[data-cart-totals] .cart-total-value-promo {
  font-weight: 700;
  color: #18B95B; }

[data-cart-totals] .cart-actions {
  margin-bottom: 1.42857rem; }
  [data-cart-totals] .cart-actions .button {
    display: block;
    float: none;
    padding: 1.07143rem 0.71429rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none; }

[data-cart-totals] .cart-total-grandTotal {
  font-weight: 700;
  position: relative;
  padding: 1rem 0 0;
  color: black; }
  [data-cart-totals] .cart-total-grandTotal .cart-total-label,
  [data-cart-totals] .cart-total-grandTotal .cart-total-value {
    font-size: 18px; }

.coupon-code-add {
  display: block !important; }
  .coupon-code-add .cart-total-accordion-drop {
    color: #000000; }
    .coupon-code-add .cart-total-accordion-drop::before {
      border-color: #000000 transparent transparent transparent; }

.coupon-code {
  background: transparent;
  float: none; }
  .coupon-code::before {
    content: inherit; }
  .coupon-code .cart-total-accordion-input {
    height: 2.64286rem;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    border-radius: 10px;
    outline: none; }
    .coupon-code .cart-total-accordion-input:focus {
      border: 1px solid #DD2C79; }
  .coupon-code .button--secondary {
    margin-bottom: 0;
    height: 2.64286rem;
    border-radius: 10px;
    background: #FF318A;
    background: linear-gradient(180deg, #FF318A 0%, #DD2C79 100%);
    border-color: #DD2C79; }
    .coupon-code .button--secondary:hover {
      background: #DD2C79;
      background: linear-gradient(180deg, #DD2C79 0%, #FF318A 100%);
      border-color: #FF318A; }
    .coupon-code .button--secondary:disabled {
      background: #A9AFB6;
      border-color: #A9AFB6; }

#afffirm-promo-box {
  font-size: 1rem;
  margin-bottom: 0.78571rem; }
  #afffirm-promo-box .affirm-modal-trigger {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #0694C5; }
  #afffirm-promo-box .affirm-ala-price {
    font-weight: bold; }

.cart-checkout-options {
  padding-top: 1.5rem; }
  .cart-checkout-options .cart-checkout-options-title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000; }

.cart-review-section {
  margin-top: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1.5rem;
  clear: both; }
  @media (min-width: 1181px) {
    .cart-review-section {
      float: left;
      width: 65.5%;
      margin-right: 1.5%;
      clear: none; } }
  .cart-review-section .review-stars {
    margin-bottom: 0.75rem; }
    .cart-review-section .review-stars .filled-star {
      padding: 3px;
      border-radius: 3px;
      margin-right: 2px;
      margin-left: 0;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      background-image: url("https://store-cmcpr.mybigcommerce.com/content/images/pr-star-v4-100-filled.svg");
      display: inline-block; }
  .cart-review-section .review-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.75rem; }
  .cart-review-section .review-content {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.75rem; }
  .cart-review-section .review-date {
    font-size: 12px;
    color: #717D87;
    font-style: italic;
    margin-bottom: 2rem; }

.cart-checkout-options-alternate .heading {
  text-align: center;
  margin-bottom: .75rem;
  font-size: 16px;
  color: #474747; }

.cart-checkout-options-alternate img {
  display: block;
  margin: 0 auto 1.5rem auto;
  max-width: 300px;
  width: 100%; }
  @media (min-width: 1181px) {
    .cart-checkout-options-alternate img {
      max-width: 100%; } }

.fastCartModal {
  width: 100% !important;
  height: 100vh !important;
  max-height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  left: revert;
  transform: none !important;
  overflow: scroll;
  max-width: 100% !important; }
  @media (min-width: 551px) {
    .fastCartModal {
      width: 450px !important; } }
  .fastCartModal .modal-content {
    overflow: hidden;
    padding: 1.5rem; }

.fastCartHeading {
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  text-transform: uppercase; }

.fastCartItem {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DDD; }

.fastCartItem-main {
  display: flex; }

.fastCartItem-actions {
  display: flex;
  width: 100%;
  margin-top: .75rem; }

.fastCartItems-heading {
  font-size: 16px;
  font-weight: 600; }

.fastCartItem-image {
  width: 75px;
  flex-grow: 0;
  flex-shrink: 0; }

.fastCartItem-details {
  padding: 0 1.5rem; }

.fastCartItem-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600; }

.fastCartItem-sku {
  font-size: 14px; }

.fastCartItem-price {
  font-weight: 600; }

.fastCartItem-priceStrike {
  text-decoration: line-through;
  font-weight: 400; }

.fastCartItem-priceDiscounted {
  font-weight: 600;
  color: #dd2b79; }

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

.fastCartItem-remove {
  width: 50px;
  display: flex; }
  .fastCartItem-remove .cart-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 0;
    padding: 0;
    height: 36px;
    width: 36px;
    border: 1px solid #CCC;
    border-radius: 0; }
    .fastCartItem-remove .cart-remove .icon {
      width: 13px;
      height: 13px; }
    .fastCartItem-remove .cart-remove:hover, .fastCartItem-remove .cart-remove:focus {
      border: 1px solid #989898; }

.fastCartItem-quantity {
  width: calc(100% - 50px); }
  .fastCartItem-quantity .form-increment {
    display: flex; }
  .fastCartItem-quantity .form-input {
    width: calc(100% - 72px);
    display: block;
    margin: 0;
    padding: 0;
    height: 36px;
    border: 1px solid #CCC;
    border-radius: 0;
    text-align: left;
    padding-left: 15px; }
  .fastCartItem-quantity button {
    height: 36px;
    width: 36px;
    border: 1px solid #CCC;
    border-radius: 0; }
    .fastCartItem-quantity button .icon {
      width: 12px;
      height: 12px; }

.fastCartTotals {
  padding: 1.5rem 0; }
  .fastCartTotals > div {
    display: flex;
    padding-bottom: .33rem; }
    .fastCartTotals > div .value {
      margin-left: auto; }
  .fastCartTotals .name, .fastCartTotals .value {
    font-size: 16px; }

.fastCartTotal {
  font-weight: 600; }

.fastCartActions {
  display: block !important;
  margin-top: 3rem; }
  .fastCartActions a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 0.78571rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase; }

.fastCartActions-checkout {
  background: #dd2b79; }
  .fastCartActions-checkout:hover, .fastCartActions-checkout:focus {
    background: #a71c56; }

.fastCartActions-cart {
  background: #00a5d5; }
  .fastCartActions-cart:hover, .fastCartActions-cart:focus {
    background: #1b7d9c; }

.fastCartGuarantees {
  margin-top: 0 !important;
  display: flex;
  flex-direction: column; }

.fastCartGuarantee {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem; }
  .fastCartGuarantee .image {
    height: 50px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem; }
  .fastCartGuarantee img {
    flex-shrink: 0;
    flex-grow: 0; }
  .fastCartGuarantee .text {
    line-height: 1.3; }

.fastCartGuarantee--support img {
  width: 45px; }

.fastCartGuarantee--shipping img {
  width: 53px; }

.fastCartGuarantee--returns img {
  width: 48px; }

.fastCartGuarantee--warranty img {
  width: 33px; }

.cartGuarantees {
  margin-top: 0 !important;
  margin-bottom: 1.5rem; }
  .cartGuarantees .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  @media (min-width: 1000px) {
    .cartGuarantees {
      padding: 1.5rem;
      margin-bottom: 0; } }

.cartGuarantee {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem; }
  .cartGuarantee .image {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .cartGuarantee img {
    flex-shrink: 0;
    flex-grow: 0; }
  .cartGuarantee .text {
    max-width: 145px;
    line-height: 1.3; }
  @media (min-width: 775px) {
    .cartGuarantee {
      width: 25%;
      font-size: 16px; } }
  @media (min-width: 1180px) {
    .cartGuarantee {
      flex-direction: row;
      text-align: left;
      justify-content: flex-start !important; }
      .cartGuarantee .image {
        margin-right: 1.5rem; } }

.cartGuarantees--justifyCenter .cartGuarantee {
  justify-content: center !important; }

.cartGuarantee--support img {
  width: 45px; }

.cartGuarantee--shipping img {
  width: 53px; }

.cartGuarantee--returns img {
  width: 48px; }

.cartGuarantee--warranty img {
  width: 33px; }

.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: 1361px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative;
  margin-top: 1.5rem; }
  .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;
  text-transform: none;
  font-family: 'Roboto', Arial, Sans-Serif;
  font-weight: 700; }

.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: #989898;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #a5a5a5; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    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 {
  margin-top: 1.5rem; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem;
  padding-bottom: 54%; }
  .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: 1181px) {
    .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: 1181px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    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; }

.modal-previewAddToCart {
  padding: 0; }

.modal--previewAddToCart {
  overflow: scroll; }

.previewAddToCart {
  font-size: 1rem;
  color: black;
  border-bottom: 1px solid #CCC; }
  @media (min-width: 1181px) {
    .previewAddToCart {
      display: flex;
      flex-flow: row;
      align-items: top; } }
  .previewAddToCart a {
    color: black; }
  .previewAddToCart .required::before {
    content: "*";
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    color: #DD2C79; }
  .previewAddToCart .previewAddToCart-item,
  .previewAddToCart .previewAddToCart-summary {
    padding: 1.5rem 1rem;
    font-size: 16px; }
    @media (min-width: 1181px) {
      .previewAddToCart .previewAddToCart-item,
      .previewAddToCart .previewAddToCart-summary {
        width: 50%;
        padding: 2.5rem 2rem 2.28571rem; } }
    .previewAddToCart .previewAddToCart-item-header,
    .previewAddToCart .previewAddToCart-summary-header {
      font-size: 22px;
      margin-bottom: 1.5rem; }
  .previewAddToCart .previewAddToCart-item-header::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25px;
    background-image: url("../img/yes-icon.svg");
    margin-top: -0.35714rem;
    margin-right: 0.78571rem; }
  .previewAddToCart .previewAddToCart-item-content {
    display: flex;
    flex-flow: row wrap; }
    .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-image {
      width: 45%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-image img {
        max-width: 140px;
        max-height: 140px;
        width: 100%;
        height: auto; }
      @media (max-width: 550px) {
        .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-image {
          padding: 1.5rem; } }
    .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-main {
      width: 55%; }
      .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-main .previewAddToCart-item-title {
        margin-bottom: 1.21429rem;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; }
        .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-main .previewAddToCart-item-title + .previewAddToCart-dishInstall-item {
          margin-top: -1.21429rem;
          margin-bottom: 1.21429rem;
          font-weight: 700;
          color: #DD2C79; }
      .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-main .previewAddToCart-item-details > div {
        margin-bottom: 0.21429rem; }
      @media (max-width: 550px) {
        .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-main .previewAddToCart-item-details {
          font-size: 14px; } }
    .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-availability {
      font-size: 1rem;
      width: 100%;
      margin-top: 1.5rem;
      display: none; }
      .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-availability svg {
        fill: #18B95B;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.35714rem;
        width: 18px;
        height: 18px; }
      .previewAddToCart .previewAddToCart-item-content .previewAddToCart-item-availability strong {
        color: #18B95B;
        font-weight: 700; }
  .previewAddToCart .previewAddToCart-summary {
    background: #f0f1f3; }
    .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-header {
      font-size: 20px; }
    .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-details > div {
      display: flex;
      flex-flow: row wrap;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 0.35714rem; }
    .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-total {
      border-top: 1px solid;
      margin-top: 1rem;
      padding-top: 1.21429rem;
      font-weight: 700;
      text-transform: uppercase; }
    .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-text {
      font-size: 1rem;
      margin-top: 1rem; }
    .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      @media (min-width: 340px) {
        .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons {
          justify-content: space-between; } }
      .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons .button {
        font-size: 1rem;
        line-height: 19px;
        max-width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-top: 1.21429rem;
        border: 1px solid;
        border-radius: 0; }
        .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons .button.button--viewCart {
          border-color: #0199c6;
          background-color: #FFF;
          color: #0199c6;
          font-weight: 700; }
          .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons .button.button--viewCart:hover {
            color: black;
            border-color: black; }
        .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons .button.button--checkoutNow {
          background-color: #0199c6;
          color: #FFF;
          border-color: #0199c6; }
          .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons .button.button--checkoutNow:hover {
            background-color: #077CA3;
            border-color: #077CA3; }
          @media (max-width: 356px) {
            .previewAddToCart .previewAddToCart-summary .previewAddToCart-summary-buttons .button.button--checkoutNow {
              margin-top: 0; } }

.previewAddToCart-productBenefits {
  padding: 1rem;
  font-size: 15px; }
  @media (min-width: 1181px) {
    .previewAddToCart-productBenefits {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: center;
      padding: 2.5rem 2rem 2rem; } }
  .previewAddToCart-productBenefits > div {
    display: flex;
    flex-flow: row;
    align-items: center;
    font-weight: 700; }
    @media (min-width: 1181px) {
      .previewAddToCart-productBenefits > div {
        padding-left: 1.21429rem;
        border-right: 1px solid;
        justify-content: center; } }
    .previewAddToCart-productBenefits > div:first-child {
      padding-left: 0;
      justify-content: flex-start; }
    .previewAddToCart-productBenefits > div:last-child {
      border-right: 0;
      justify-content: flex-start; }
    .previewAddToCart-productBenefits > div img {
      display: none; }
      @media (min-width: 1181px) {
        .previewAddToCart-productBenefits > div img {
          display: initial;
          margin-right: 0.78571rem; } }
    .previewAddToCart-productBenefits > div svg {
      width: 10px;
      height: 10px;
      display: initial;
      margin-right: 0.78571rem; }
      @media (min-width: 1181px) {
        .previewAddToCart-productBenefits > div svg {
          display: none; } }
  @media (min-width: 1181px) {
    .previewAddToCart-productBenefits .previewAddToCart-productBenefit-moneyBack {
      width: 38%; } }
  .previewAddToCart-productBenefits .previewAddToCart-productBenefit-moneyBack img {
    max-width: 42px; }
  @media (min-width: 1181px) {
    .previewAddToCart-productBenefits .previewAddToCart-productBenefit-shipping {
      width: 41%; } }
  .previewAddToCart-productBenefits .previewAddToCart-productBenefit-shipping img {
    max-width: 40px; }
  @media (min-width: 1181px) {
    .previewAddToCart-productBenefits .previewAddToCart-productBenefit-support {
      width: 21%; } }
  .previewAddToCart-productBenefits .previewAddToCart-productBenefit-support img {
    max-width: 28px; }

.suggestiveCart {
  padding: 1rem 3.71429rem; }
  .suggestiveCart > h4 {
    margin: 0.35714rem 0 0.78571rem 0;
    font-size: 16px;
    font-weight: 700;
    color: #52728E;
    text-transform: uppercase; }
  .suggestiveCart .productGrid .product {
    padding-left: 0.35714rem;
    padding-right: 0.35714rem; }
  .suggestiveCart .productGrid .slick-next,
  .suggestiveCart .productGrid .slick-prev {
    width: 2.28571rem;
    height: 2.28571rem;
    padding: 0;
    background: transparent;
    border: 0;
    margin-top: 0; }
    .suggestiveCart .productGrid .slick-next::before,
    .suggestiveCart .productGrid .slick-prev::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 1.57143rem;
      height: 1.57143rem; }
    .suggestiveCart .productGrid .slick-next::before, .suggestiveCart .productGrid .slick-next.slick-disabled:hover::before,
    .suggestiveCart .productGrid .slick-prev::before,
    .suggestiveCart .productGrid .slick-prev.slick-disabled:hover::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNEOURDRTAiIGRhdGEtb2xkX2NvbG9yPSIjZDlkY2UwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==); }
    .suggestiveCart .productGrid .slick-next:hover::before,
    .suggestiveCart .productGrid .slick-prev:hover::before {
      opacity: 1;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwNzhBQzciIGRhdGEtb2xkX2NvbG9yPSIjMDc4YWM3Ij48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==); }
  .suggestiveCart .productGrid .slick-prev {
    left: -2.5rem; }
    .suggestiveCart .productGrid .slick-prev::before {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
  .suggestiveCart .productGrid .slick-next {
    right: -2.5rem; }
  .suggestiveCart .card {
    background: white;
    border: 1px solid #CCC;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin-bottom: 0; }
    @media (min-width: 400px) {
      .suggestiveCart .card {
        display: flex;
        flex-flow: row;
        align-items: flex-start; } }
    .suggestiveCart .card .card-figure {
      margin-bottom: 1rem; }
      @media (min-width: 400px) {
        .suggestiveCart .card .card-figure {
          width: 30%; } }
      @media (min-width: 481px) {
        .suggestiveCart .card .card-figure {
          width: 22%; } }
      @media (min-width: 700px) {
        .suggestiveCart .card .card-figure {
          width: 30%; } }
      @media (min-width: 900px) {
        .suggestiveCart .card .card-figure {
          width: 22%; } }
      .suggestiveCart .card .card-figure .card-img-container {
        max-width: 70px; }
    .suggestiveCart .card .card-body {
      padding: 0;
      text-align: left; }
      @media (min-width: 400px) {
        .suggestiveCart .card .card-body {
          width: 70%; } }
      @media (min-width: 481px) {
        .suggestiveCart .card .card-body {
          width: 78%; } }
      @media (min-width: 700px) {
        .suggestiveCart .card .card-body {
          width: 70%; } }
      @media (min-width: 900px) {
        .suggestiveCart .card .card-body {
          width: 78%; } }
      .suggestiveCart .card .card-body .card-title {
        display: block;
        margin-bottom: 0.35714rem; }
        .suggestiveCart .card .card-body .card-title a {
          display: block;
          font-size: 14px;
          font-weight: 700;
          color: black; }
          .suggestiveCart .card .card-body .card-title a:hover {
            text-decoration: underline; }
      .suggestiveCart .card .card-body .card-sku,
      .suggestiveCart .card .card-body .card-text {
        font-size: 14px;
        color: black; }
      .suggestiveCart .card .card-body .card-sku {
        display: inline-block; }
      .suggestiveCart .card .card-body .card-text {
        display: flex;
        align-items: baseline;
        flex-flow: row wrap;
        width: 100%; }
        @media (min-width: 551px) {
          .suggestiveCart .card .card-body .card-text {
            width: calc(100% - 117px); } }
        .suggestiveCart .card .card-body .card-text .price-section {
          margin-left: 0.35714rem; }
          .suggestiveCart .card .card-body .card-text .price-section .price--rrp {
            display: none; }
        .suggestiveCart .card .card-body .card-text .price-section-current {
          order: 2;
          margin-left: 0.35714rem; }
        .suggestiveCart .card .card-body .card-text .price-section-rrp {
          order: 3;
          margin-left: 0.35714rem;
          font-size: 1rem; }
          .suggestiveCart .card .card-body .card-text .price-section-rrp .special {
            font-size: 12px; }
        .suggestiveCart .card .card-body .card-text .price-tax-message {
          display: none; }
      .suggestiveCart .card .card-body .button.button--secondary {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        border-radius: 0;
        font-size: 13px;
        font-weight: 700;
        max-width: 100%;
        height: 32px;
        margin-top: 1rem;
        border: 1px solid #0199C6;
        background-color: #FFF;
        color: #0199C6;
        padding: 0 0.35714rem; }
        @media (min-width: 400px) {
          .suggestiveCart .card .card-body .button.button--secondary {
            width: 150px; } }
        @media (min-width: 551px) {
          .suggestiveCart .card .card-body .button.button--secondary {
            float: right;
            margin-top: -2.28571rem; } }
        @media (min-width: 701px) {
          .suggestiveCart .card .card-body .button.button--secondary {
            float: none;
            margin-top: 1rem; } }
        @media (min-width: 1181px) {
          .suggestiveCart .card .card-body .button.button--secondary {
            float: right; } }
        .suggestiveCart .card .card-body .button.button--secondary svg {
          margin-left: 0.35714rem;
          fill: #0199C6;
          width: 20px;
          height: 17px; }
        .suggestiveCart .card .card-body .button.button--secondary:hover {
          color: #333;
          border: 1px solid #333; }
          .suggestiveCart .card .card-body .button.button--secondary:hover svg {
            fill: #333; }

.customersPurchased {
  padding: 1.5rem;
  background-color: #EEEEEE; }

.customersPurchased-header {
  margin-bottom: 0.78571rem;
  font-size: 22px;
  text-align: center;
  color: #000; }
  @media (min-width: 1181px) {
    .customersPurchased-header {
      text-align: left;
      padding-left: 1.5rem; } }

.customersPurchased-product {
  padding: 0 2rem; }
  @media (min-width: 1181px) {
    .customersPurchased-product {
      padding: 0 1.5rem; } }

.customersPurchased-productInner {
  background-color: #FFF;
  padding: 1.5rem; }

.customersPurchased-productImage {
  min-height: 160px; }
  .customersPurchased-productImage img {
    display: block;
    margin: 0 auto;
    max-width: 150px; }

.customersPurchased-productTitle {
  display: block;
  margin: 1.5rem 0 0.78571rem 0;
  color: #000 !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none; }

.customersPurchased-productPrice {
  color: #000;
  font-size: 20px;
  text-align: right; }

.customersPurchased-productAddToCart {
  display: block;
  margin-top: 0.35714rem;
  padding: 0.35714rem;
  border-radius: 3px;
  background-color: #008ACA;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase; }
  .customersPurchased-productAddToCart:hover {
    color: #FFF;
    background-color: #077CA3; }
  .customersPurchased-productAddToCart:active, .customersPurchased-productAddToCart:focus {
    color: #FFF !important; }
  .customersPurchased-productAddToCart.addedToCart {
    background-color: #1CB95B; }
    @media (min-width: 1181px) {
      .customersPurchased-productAddToCart.addedToCart {
        position: relative; }
        .customersPurchased-productAddToCart.addedToCart:before {
          position: absolute;
          display: block;
          content: "";
          width: 20px;
          height: 20px;
          background-image: url(../img/yes-icon.svg);
          background-repeat: no-repeat;
          background-size: 100%;
          top: 4px;
          left: 30px; } }

.customersPurchased-carousel .slick-prev, .customersPurchased-carousel .slick-next {
  top: 40%;
  z-index: 100; }

.customersPurchased-carousel .slick-next {
  right: -15px; }

.customersPurchased-carousel .slick-dots {
  bottom: -40px; }
  @media (min-width: 1181px) {
    .customersPurchased-carousel .slick-dots {
      display: none; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  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: #454545; }

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

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

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

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

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

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

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

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1181px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1361px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

@media (min-width: 1181px) {
  .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: 1181px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1181px) {
    .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: 1181px) {
    .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 {
  background-color: #FFF;
  margin-top: 0; }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1181px) {
      .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;
  text-align: center; }

.quickSearchContent {
  padding-bottom: 1.5rem; }

.quickSearchContent-wrapper {
  max-width: 93rem;
  margin: 0 auto;
  padding-bottom: 1.5rem; }
  @media (min-width: 1181px) {
    .quickSearchContent-wrapper {
      max-width: 115rem;
      padding: 0 6rem; } }

.quickSearchResults .modal-close {
  color: #FFF; }

.quickSearchResults .view-all {
  font-weight: 600;
  font-size: 16px;
  padding: 0 1.5rem; }
  @media (min-width: 1181px) {
    .quickSearchResults .view-all {
      padding: 0; } }

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

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

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

.account-listItem {
  border-bottom: 3px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  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-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: #a5a5a5;
  font-family: "Roboto", 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: #a5a5a5;
  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: 1361px) {
    .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: 1361px) {
  .account-product-detail--large {
    width: 50%; } }

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

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

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  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: #bfbfbf;
  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: #989898;
  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: #4f4f4f; }

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

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

.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: #4f4f4f;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  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: #989898;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

.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: #dfdfdf; }

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

.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: 9.57143rem;
  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; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

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

.accordionTabs {
  margin-bottom: 3rem; }
  .accordionTabs .accordionTab:nth-child(odd) {
    background-color: #EDF1F5; }
  .accordionTabs .accordionTab:nth-child(even) {
    background-color: #FFFFFF; }
  .accordionTabs .accordionTab-link {
    position: relative;
    display: block;
    font-size: 16px;
    color: #4f4f4f;
    text-decoration: none;
    font-weight: 700;
    padding: 1rem 4rem 1rem 1.78571rem; }
    @media (min-width: 1181px) {
      .accordionTabs .accordionTab-link {
        transition: all .5s ease-in-out; }
        .accordionTabs .accordionTab-link:hover {
          padding: 1rem 2.5rem; }
          .accordionTabs .accordionTab-link:hover .accordionTab-text {
            right: 2.5rem; } }
    .accordionTabs .accordionTab-link .accordionTab-text {
      position: absolute;
      right: 1.5rem;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: all .5s ease-in-out; }
    .accordionTabs .accordionTab-link .accordionTab-text--on {
      opacity: 0; }
    .accordionTabs .accordionTab-link .accordionTab-text--off {
      opacity: 1; }
    .accordionTabs .accordionTab-link.is-open .accordionTab-text--on {
      opacity: 1; }
    .accordionTabs .accordionTab-link.is-open .accordionTab-text--off {
      transform: rotate(45deg);
      opacity: 0; }
  .accordionTabs .accordionTab-content {
    display: none;
    padding: 1rem 1.78571rem; }

.custom-marquee {
  display: flex;
  align-items: center;
  background-color: #1E233B;
  background-repeat: no-repeat;
  height: 280px; }
  @media (min-width: 481px) {
    .custom-marquee {
      height: 320px; } }
  @media (min-width: 760px) {
    .custom-marquee {
      height: 320px;
      background-position: 70% 50%;
      background-size: auto 100%; } }
  @media (min-width: 1181px) {
    .custom-marquee {
      background-position: 50% 50%; } }
  .custom-marquee .custom-marquee-content {
    color: #FFFFFF; }
    @media (min-width: 760px) {
      .custom-marquee .custom-marquee-content {
        margin-left: 1.1rem; } }
    @media (min-width: 1361px) {
      .custom-marquee .custom-marquee-content {
        margin-left: 0; } }
    .custom-marquee .custom-marquee-content .title {
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 1rem;
      line-height: normal;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); }
      @media (min-width: 481px) {
        .custom-marquee .custom-marquee-content .title {
          font-size: 44px; } }
      @media (min-width: 760px) {
        .custom-marquee .custom-marquee-content .title {
          font-size: 48px; } }
      @media (min-width: 1181px) {
        .custom-marquee .custom-marquee-content .title {
          font-size: 55px; } }
    .custom-marquee .custom-marquee-content .subtitle {
      font-size: 1.2rem;
      margin-top: -0.5rem;
      font-size: 22px;
      line-height: normal;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
      font-weight: 300; }
      @media (min-width: 481px) {
        .custom-marquee .custom-marquee-content .subtitle {
          font-size: 30px; } }
      @media (min-width: 760px) {
        .custom-marquee .custom-marquee-content .subtitle {
          font-size: 32px; } }
      @media (min-width: 1181px) {
        .custom-marquee .custom-marquee-content .subtitle {
          font-size: 35px; } }
  .custom-marquee .marquee-button a, .custom-marquee .marquee-button span, .custom-marquee-row .marquee-button a, .custom-marquee-row .marquee-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 310px;
    height: 46px;
    font-weight: 400;
    text-decoration: none;
    background: #08A3D7;
    color: white;
    margin-top: 3rem;
    font-size: 16px;
    border: none;
    border-radius: 0;
    cursor: pointer; }
    .custom-marquee .marquee-button a:hover, .custom-marquee .marquee-button a:focus, .custom-marquee .marquee-button span:hover, .custom-marquee .marquee-button span:focus, .custom-marquee-row .marquee-button a:hover, .custom-marquee-row .marquee-button a:focus, .custom-marquee-row .marquee-button span:hover, .custom-marquee-row .marquee-button span:focus {
      background-color: #1b7d9c; }

.custom-marquee-business-services.about-us {
  background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/Hero-Banner-About.png"); }

@media (max-width: 999px) {
  .custom-marquee-business-services.about-us {
    background-image: none; } }

.custom-marquee-business-services {
  background-image: url("../img/business-services/commercial-signal-booster-installation-main.png");
  background-position: 100% 0;
  height: 21.14286rem; }
  @media (min-width: 991px) {
    .custom-marquee-business-services {
      height: 22.85714rem;
      background-image: url("../img/business-services/sb-enterprise-home-marquee-bkgd.jpg");
      background-position: 50% 50%; } }
  .custom-marquee-business-services .custom-marquee-content .title {
    text-transform: initial;
    margin-bottom: 0;
    max-width: 670px;
    color: white; }
    @media (max-width: 480px) and (min-width: 400px) {
      .custom-marquee-business-services .custom-marquee-content .title {
        font-size: 40px;
        max-width: 360px; } }
  .custom-marquee-business-services .marquee-button {
    padding-top: 2rem; }
    .custom-marquee-business-services .marquee-button a {
      height: auto;
      font-size: 18px;
      font-weight: 700;
      width: auto;
      height: 50px;
      line-height: 20px;
      padding: 10px;
      background: #e12179;
      margin: 0; }
      .custom-marquee-business-services .marquee-button a:hover {
        background-color: #A71C56; }
      @media (min-width: 551px) {
        .custom-marquee-business-services .marquee-button a {
          font-size: 20px;
          line-height: 22px;
          padding: 15px;
          max-width: 400px; }
          .custom-marquee-business-services .marquee-button a br {
            display: none; } }

.custom-marquee-ibwave-design {
  height: auto;
  text-align: center;
  padding: 1.5rem 0; }
  @media only screen and (min-width: 768px) {
    .custom-marquee-ibwave-design {
      background-image: url("https://www.signalboosters.com/content/images/ibwave-marquee-new.jpg?new");
      background-position: 50% 0;
      height: 19.07143rem;
      text-align: left; } }
  .custom-marquee-ibwave-design .custom-marquee-content .title {
    text-transform: initial;
    margin: 0 auto;
    max-width: 21.42857rem;
    color: white;
    font-weight: 700;
    font-size: 22px; }
    @media (min-width: 551px) {
      .custom-marquee-ibwave-design .custom-marquee-content .title {
        font-size: 44px;
        max-width: 100%; } }
    @media only screen and (min-width: 768px) {
      .custom-marquee-ibwave-design .custom-marquee-content .title {
        max-width: 42.85714rem;
        margin: 0; } }
    @media only screen and (min-width: 1024px) {
      .custom-marquee-ibwave-design .custom-marquee-content .title {
        max-width: 51.42857rem; } }
    .custom-marquee-ibwave-design .custom-marquee-content .title br {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .custom-marquee-ibwave-design .custom-marquee-content .title br {
          display: block; } }
  .custom-marquee-ibwave-design .marquee-button {
    display: none;
    padding-top: 2rem; }
    @media only screen and (min-width: 768px) {
      .custom-marquee-ibwave-design .marquee-button {
        display: block; } }
    .custom-marquee-ibwave-design .marquee-button a {
      height: auto;
      font-size: 18px;
      font-weight: 700;
      width: auto;
      height: 50px;
      line-height: 20px;
      padding: 0.35714rem;
      background: #e12179;
      margin: 0;
      max-width: 21.42857rem; }
      .custom-marquee-ibwave-design .marquee-button a:hover {
        background-color: #A71C56; }

.custom-marquee-installer.section {
  height: 420px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media (min-width: 991px) {
    .custom-marquee-installer.section {
      height: 320px !important; } }
  .custom-marquee-installer.section .container {
    height: 420px !important;
    padding-bottom: 0 !important;
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/wilsonpro-4300-hero-banner-product.png");
    background-position: 50% 125%;
    background-size: 280px;
    background-repeat: no-repeat; }
    @media (min-width: 550px) {
      .custom-marquee-installer.section .container {
        background-size: 350px;
        background-position: 50% 140%; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.section .container {
        height: 320px !important;
        background-size: 500px;
        background-position: 85% -100%; } }
  .custom-marquee-installer.section .custom-marquee-content {
    margin-left: 0 !important; }
    .custom-marquee-installer.section .custom-marquee-content .title {
      text-transform: initial;
      margin-bottom: 0;
      max-width: 670px;
      color: white; }
      @media (max-width: 480px) and (min-width: 400px) {
        .custom-marquee-installer.section .custom-marquee-content .title {
          font-size: 40px;
          max-width: 360px; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.section .custom-marquee-content {
        height: 320px !important;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .custom-marquee-installer.section .custom-marquee-content .title {
          margin-top: 0; } }
  .custom-marquee-installer.section .marquee-button {
    padding-top: 2rem; }
    .custom-marquee-installer.section .marquee-button a, .custom-marquee-installer.section .marquee-button span {
      height: auto;
      font-size: 18px;
      font-weight: 700;
      width: auto;
      line-height: 20px;
      padding: 15px;
      background: #e12179;
      margin: 0;
      cursor: pointer; }
      .custom-marquee-installer.section .marquee-button a:hover, .custom-marquee-installer.section .marquee-button a:focus, .custom-marquee-installer.section .marquee-button span:hover, .custom-marquee-installer.section .marquee-button span:focus {
        background-color: #A71C56; }
      @media (min-width: 551px) {
        .custom-marquee-installer.section .marquee-button a, .custom-marquee-installer.section .marquee-button span {
          font-size: 20px;
          line-height: 22px;
          padding: 15px;
          max-width: 400px; }
          .custom-marquee-installer.section .marquee-button a br, .custom-marquee-installer.section .marquee-button span br {
            display: none; } }

.custom-marquee-installer.cel-fi.section {
  height: 420px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media (min-width: 991px) {
    .custom-marquee-installer.cel-fi.section {
      height: 320px !important; } }
  .custom-marquee-installer.cel-fi.section .container {
    height: 420px !important;
    padding-bottom: 0 !important;
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/nextivity-cel-fi-quatra-4000c-hero-banner-product.png");
    background-position: 50% 125%;
    background-size: 330px;
    background-repeat: no-repeat; }
    @media (min-width: 550px) {
      .custom-marquee-installer.cel-fi.section .container {
        background-size: 425px;
        background-position: 50% 150%; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.cel-fi.section .container {
        height: 320px !important;
        background-size: 600px;
        background-position: 95% -50%; } }
  .custom-marquee-installer.cel-fi.section .custom-marquee-content {
    margin-left: 0 !important; }
    .custom-marquee-installer.cel-fi.section .custom-marquee-content .title {
      text-transform: initial;
      margin-bottom: 0;
      max-width: 600px;
      color: white; }
      @media (max-width: 480px) and (min-width: 400px) {
        .custom-marquee-installer.cel-fi.section .custom-marquee-content .title {
          font-size: 40px;
          max-width: 360px; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.cel-fi.section .custom-marquee-content {
        height: 320px !important;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .custom-marquee-installer.cel-fi.section .custom-marquee-content .title {
          margin-top: 0;
          font-size: 44px; } }
  .custom-marquee-installer.cel-fi.section .marquee-button {
    padding-top: 2rem; }
    .custom-marquee-installer.cel-fi.section .marquee-button a, .custom-marquee-installer.cel-fi.section .marquee-button span {
      height: auto;
      font-size: 18px;
      font-weight: 700;
      width: auto;
      line-height: 20px;
      padding: 15px;
      background: #e12179;
      margin: 0;
      cursor: pointer; }
      .custom-marquee-installer.cel-fi.section .marquee-button a:hover, .custom-marquee-installer.cel-fi.section .marquee-button a:focus, .custom-marquee-installer.cel-fi.section .marquee-button span:hover, .custom-marquee-installer.cel-fi.section .marquee-button span:focus {
        background-color: #A71C56; }
      @media (min-width: 551px) {
        .custom-marquee-installer.cel-fi.section .marquee-button a, .custom-marquee-installer.cel-fi.section .marquee-button span {
          font-size: 20px;
          line-height: 22px;
          padding: 15px;
          max-width: 400px; }
          .custom-marquee-installer.cel-fi.section .marquee-button a br, .custom-marquee-installer.cel-fi.section .marquee-button span br {
            display: none; } }

.custom-marquee-installer.zinwave.section {
  height: 420px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media (min-width: 991px) {
    .custom-marquee-installer.zinwave.section {
      height: 320px !important; } }
  .custom-marquee-installer.zinwave.section .container {
    height: 420px !important;
    padding-bottom: 0 !important;
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/zinwave-product-hero-banner.png");
    background-position: 50% 140%;
    background-size: 330px;
    background-repeat: no-repeat; }
    @media (min-width: 550px) {
      .custom-marquee-installer.zinwave.section .container {
        background-size: 425px;
        background-position: 50% 200%; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.zinwave.section .container {
        height: 320px !important;
        background-size: 450px;
        background-position: 80% 500%; } }
  .custom-marquee-installer.zinwave.section .custom-marquee-content {
    margin-left: 0 !important; }
    .custom-marquee-installer.zinwave.section .custom-marquee-content .title {
      text-transform: initial;
      margin-bottom: 0;
      max-width: 600px;
      color: white; }
      @media (max-width: 480px) and (min-width: 400px) {
        .custom-marquee-installer.zinwave.section .custom-marquee-content .title {
          font-size: 40px;
          max-width: 360px; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.zinwave.section .custom-marquee-content {
        height: 320px !important;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .custom-marquee-installer.zinwave.section .custom-marquee-content .title {
          margin-top: 0;
          font-size: 44px; } }
  .custom-marquee-installer.zinwave.section .marquee-button {
    padding-top: 2rem; }
    .custom-marquee-installer.zinwave.section .marquee-button a, .custom-marquee-installer.zinwave.section .marquee-button span {
      height: auto;
      font-size: 18px;
      font-weight: 700;
      width: auto;
      line-height: 20px;
      padding: 15px;
      background: #e12179;
      margin: 0;
      cursor: pointer; }
      .custom-marquee-installer.zinwave.section .marquee-button a:hover, .custom-marquee-installer.zinwave.section .marquee-button a:focus, .custom-marquee-installer.zinwave.section .marquee-button span:hover, .custom-marquee-installer.zinwave.section .marquee-button span:focus {
        background-color: #A71C56; }
      @media (min-width: 551px) {
        .custom-marquee-installer.zinwave.section .marquee-button a, .custom-marquee-installer.zinwave.section .marquee-button span {
          font-size: 20px;
          line-height: 22px;
          padding: 15px;
          max-width: 400px; }
          .custom-marquee-installer.zinwave.section .marquee-button a br, .custom-marquee-installer.zinwave.section .marquee-button span br {
            display: none; } }

.custom-marquee-installer.surecall.section {
  height: 420px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media (min-width: 991px) {
    .custom-marquee-installer.surecall.section {
      height: 320px !important; } }
  .custom-marquee-installer.surecall.section .container {
    height: 420px !important;
    padding-bottom: 0 !important;
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/UltraWideBand_5G_C-Band_02.png");
    background-position: 50% 125%;
    background-size: 330px;
    background-repeat: no-repeat; }
    @media (min-width: 550px) {
      .custom-marquee-installer.surecall.section .container {
        background-size: 370px;
        background-position: 50% 150%; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.surecall.section .container {
        height: 320px !important;
        background-size: 400px;
        background-position: 90% 100%; } }
    @media (max-width: 573px) {
      .custom-marquee-installer.surecall.section .container {
        background-size: 260px;
        background-position: 50% 120%; } }
  .custom-marquee-installer.surecall.section .custom-marquee-content {
    margin-left: 0 !important; }
    .custom-marquee-installer.surecall.section .custom-marquee-content .title {
      text-transform: initial;
      margin-bottom: 0;
      max-width: 600px;
      color: white; }
      @media (max-width: 480px) and (min-width: 400px) {
        .custom-marquee-installer.surecall.section .custom-marquee-content .title {
          font-size: 40px;
          max-width: 360px; } }
    @media (min-width: 991px) {
      .custom-marquee-installer.surecall.section .custom-marquee-content {
        height: 320px !important;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .custom-marquee-installer.surecall.section .custom-marquee-content .title {
          margin-top: 0;
          font-size: 44px; } }
  .custom-marquee-installer.surecall.section .marquee-button {
    padding-top: 2rem; }
    .custom-marquee-installer.surecall.section .marquee-button a, .custom-marquee-installer.surecall.section .marquee-button span {
      height: auto;
      font-size: 18px;
      font-weight: 700;
      width: auto;
      line-height: 20px;
      padding: 15px;
      background: #e12179;
      margin: 0;
      cursor: pointer; }
      .custom-marquee-installer.surecall.section .marquee-button a:hover, .custom-marquee-installer.surecall.section .marquee-button a:focus, .custom-marquee-installer.surecall.section .marquee-button span:hover, .custom-marquee-installer.surecall.section .marquee-button span:focus {
        background-color: #A71C56; }
      @media (min-width: 551px) {
        .custom-marquee-installer.surecall.section .marquee-button a, .custom-marquee-installer.surecall.section .marquee-button span {
          font-size: 20px;
          line-height: 22px;
          padding: 15px;
          max-width: 400px; }
          .custom-marquee-installer.surecall.section .marquee-button a br, .custom-marquee-installer.surecall.section .marquee-button span br {
            display: none; } }

.premier-partners {
  display: flex;
  background: #1E243A;
  padding: 2.5rem 0; }
  .premier-partners .container .left-side {
    width: 17%;
    float: left;
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 3%;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 3%;
    text-align: right; }
    @media (max-width: 973px) {
      .premier-partners .container .left-side {
        padding-left: 0; } }
    @media (max-width: 791px) {
      .premier-partners .container .left-side {
        width: 30%;
        padding-left: 3%; } }
    @media (max-width: 500px) {
      .premier-partners .container .left-side {
        width: 100%;
        float: none;
        border-right: 0;
        margin-right: 0;
        padding: 0;
        text-align: center; }
        .premier-partners .container .left-side::after {
          content: "";
          display: block;
          width: 100px;
          height: 1px;
          position: relative;
          background: #ABB6C2;
          margin: 10px auto 5px; } }
  .premier-partners .container .right-side.partner-section {
    width: 80%;
    float: right; }
    @media (max-width: 791px) {
      .premier-partners .container .right-side.partner-section {
        width: 66%; } }
    @media (max-width: 500px) {
      .premier-partners .container .right-side.partner-section {
        width: 100%;
        float: none; }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel {
          padding-left: 40px;
          padding-right: 40px; } }
    .premier-partners .container .right-side.partner-section ul.premier-partners-carousel {
      position: relative;
      margin: 0;
      padding: 10.5px 80px;
      list-style: none; }
      .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item {
        display: inline-block;
        margin: 0 10px;
        height: 45px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item.wilson {
          background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/premier-partner-wilson.png"); }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item.celfi {
          background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/premier-partner-celfi.png"); }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item.surecall {
          background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/premier-partner-surecall.png"); }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item.solid {
          background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/premier-partner-solid.png"); }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item.comba {
          background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/premier-partner-comba.png"); }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item.cobham {
          background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/premier-partner-cobham.png"); }
        .premier-partners .container .right-side.partner-section ul.premier-partners-carousel li.partner-item.bt {
          background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/premier-partner-bt.png"); }
      .premier-partners .container .right-side.partner-section ul.premier-partners-carousel .carousel-prev,
      .premier-partners .container .right-side.partner-section ul.premier-partners-carousel .carousel-next {
        height: 45px;
        width: 45px;
        position: absolute;
        top: 10.5px;
        cursor: pointer; }
      .premier-partners .container .right-side.partner-section ul.premier-partners-carousel .carousel-prev {
        background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/carousel-arrow-left-white.svg");
        left: 0; }
      .premier-partners .container .right-side.partner-section ul.premier-partners-carousel .carousel-next {
        background-image: url("https://www.signalboosters.com/content/images/enterprise-homepage/carousel-arrow-right-white.svg");
        right: 0; }

.section {
  padding: 1.5rem 0 2rem 0 !important;
  margin: 0; }
  @media (min-width: 551px) {
    .section {
      padding: 2rem 0 3rem 0 !important; } }
  @media (min-width: 1181px) {
    .section {
      padding: 3rem 0 4.5rem 0 !important; } }
  .section .container {
    overflow: hidden; }
  .section .section-title {
    margin: .5rem 0 1.5rem 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Roboto", Arial, Sans-Serif; }
    @media (min-width: 551px) {
      .section .section-title {
        font-size: 1.75rem;
        margin: .75rem 0 1.75rem 0; } }
    @media (min-width: 1181px) {
      .section .section-title {
        font-size: 2.3rem;
        margin: 1rem 0 2rem 0; } }
    .section .section-title a {
      text-decoration: none;
      color: #000; }
      .section .section-title a:hover {
        color: #000; }
  .section .section-subtitle {
    margin: .5rem 0 1.5rem 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Roboto", Arial, Sans-Serif; }
  .section > .container > *:first-child {
    margin-top: 0 !important; }
  .section > .container > *:last-child {
    margin-bottom: 0 !important; }
  .section p {
    font-size: 16px; }

.popularProducts .tab-content.has-jsContent.is-active {
  padding-bottom: 0 !important; }

.popularProducts .title {
  color: #4f4f4f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  padding-bottom: 10px;
  position: relative;
  display: none; }

.popularProducts .productGrid {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
  max-width: none;
  width: auto;
  font-size: 0; }
  .popularProducts .productGrid .product {
    background-color: #fff;
    position: relative;
    width: 100%;
    float: none;
    padding: 1.8rem;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin: 0;
    border: 1px solid #ccc; }
    .popularProducts .productGrid .product .label-round {
      height: 55px;
      width: 55px;
      border-radius: 27.5px;
      color: #fff;
      position: absolute;
      text-align: center;
      z-index: 1; }
      .popularProducts .productGrid .product .label-round span {
        display: block; }
      .popularProducts .productGrid .product .label-round .label-heading {
        font-size: 1.75rem; }
      .popularProducts .productGrid .product .label-round .label-subheading {
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 0; }
      .popularProducts .productGrid .product .label-round.label-orange {
        background-color: #f7941d; }
      .popularProducts .productGrid .product .label-round.label-blue {
        background-color: #1378ba; }
      .popularProducts .productGrid .product .label-round.label-light-gray {
        background-color: #74889a; }
      .popularProducts .productGrid .product .label-round.label-red {
        background-color: #9f1c3e; }
      .popularProducts .productGrid .product .label-round.label-purple {
        background-color: #6d55ad; }
      .popularProducts .productGrid .product .label-round.label-limegreen {
        background-color: #91ca5c; }
      .popularProducts .productGrid .product .label-round.label-aquagreen {
        background-color: #239ba6; }
    .popularProducts .productGrid .product .label-brand {
      height: 55px;
      position: absolute;
      z-index: 1; }
      .popularProducts .productGrid .product .label-brand.label-top-right {
        right: 1.8rem;
        top: 1.8rem; }
      .popularProducts .productGrid .product .label-brand.label-weboost svg {
        width: 120px;
        height: 50px; }
      .popularProducts .productGrid .product .label-brand.label-wilsonpro svg {
        width: 120px;
        height: 27px; }
      .popularProducts .productGrid .product .label-brand.label-surecall svg {
        width: 120px;
        height: 50px; }
      .popularProducts .productGrid .product .label-brand.label-hiboost svg {
        width: 100px;
        height: 25px; }
      .popularProducts .productGrid .product .label-brand.label-zboost svg {
        width: 100px;
        height: 40px; }
      .popularProducts .productGrid .product .label-brand.label-bolton-technical svg {
        width: 115px;
        height: 45px; }
      .popularProducts .productGrid .product .label-brand.label-cel-fi svg {
        width: 115px;
        height: 45px; }
      .popularProducts .productGrid .product .label-brand.label-uniden {
        display: flex !important;
        align-items: center !important; }
        .popularProducts .productGrid .product .label-brand.label-uniden img {
          width: 80px;
          height: 23px; }
      .popularProducts .productGrid .product .label-brand.label-signalboosters {
        display: flex !important;
        align-items: center; }
        .popularProducts .productGrid .product .label-brand.label-signalboosters img {
          width: 85px; }
      @media (max-width: 800px) {
        .popularProducts .productGrid .product .label-brand svg, .popularProducts .productGrid .product .label-brand img {
          max-width: 90px;
          max-height: 26px; } }
    .popularProducts .productGrid .product .label-best-seller, .popularProducts .productGrid .product .label-best-deal, .popularProducts .productGrid .product .label-top-pick, .popularProducts .productGrid .product .label-best-value, .popularProducts .productGrid .product .label-new, .popularProducts .productGrid .product .label-best-buy {
      height: 55px;
      width: 55px;
      position: absolute;
      left: 1.8rem;
      top: 1.8rem;
      z-index: 1; }
    .popularProducts .productGrid .product .label-best-seller {
      background-image: url("../img/product-label-best-seller.svg"); }
    .popularProducts .productGrid .product .label-best-deal {
      background-image: url("../img/product-label-best-deal.svg"); }
    .popularProducts .productGrid .product .label-top-pick {
      background-image: url("../img/product-label-top-pick.svg"); }
    .popularProducts .productGrid .product .label-best-value {
      background-image: url("../img/product-label-best-value.svg"); }
    .popularProducts .productGrid .product .label-new {
      background-image: url("../img/product-label-new.svg"); }
    .popularProducts .productGrid .product .label-best-buy {
      background-image: url("../img/product-label-best-buy.svg"); }
    .popularProducts .productGrid .product .label-cel-fi-home-office,
    .popularProducts .productGrid .product .label-cel-fi-vehicle,
    .popularProducts .productGrid .product .label-cel-fi-enterprise {
      position: absolute;
      padding: 5px 10px;
      background-color: #FFF;
      color: #FF6533;
      border: 1px solid #FF6533;
      align-items: center;
      justify-content: center;
      z-index: 10;
      display: none; }
      @media (min-width: 374px) {
        .popularProducts .productGrid .product .label-cel-fi-home-office,
        .popularProducts .productGrid .product .label-cel-fi-vehicle,
        .popularProducts .productGrid .product .label-cel-fi-enterprise {
          display: inline-flex; } }
    .popularProducts .productGrid .product .label-cel-fi-home-office:before {
      content: "For Home & Office"; }
    .popularProducts .productGrid .product .label-cel-fi-vehicle:before {
      content: "For Vehicle"; }
    .popularProducts .productGrid .product .label-cel-fi-enterprise:before {
      content: "For Enterprise"; }
    .popularProducts .productGrid .product .label-rectangle {
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 125px;
      background-color: #ccc;
      display: flex;
      align-items: center;
      justify-content: center; }
      .popularProducts .productGrid .product .label-rectangle:before {
        color: #fff;
        font-size: 15px;
        font-weight: 700; }
    .popularProducts .productGrid .product.our-pick .label-rectangle {
      background-color: #df2579; }
      .popularProducts .productGrid .product.our-pick .label-rectangle:before {
        content: "OUR PICK"; }
    .popularProducts .productGrid .product.upgrade .label-rectangle {
      background-color: #26334b; }
      .popularProducts .productGrid .product.upgrade .label-rectangle:before {
        content: "UPGRADE"; }
    .popularProducts .productGrid .product.budget .label-rectangle {
      background-color: #24a7d0; }
      .popularProducts .productGrid .product.budget .label-rectangle:before {
        content: "BUDGET"; }
    .popularProducts .productGrid .product .label-rectangle {
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 125px;
      background-color: #ccc;
      display: flex;
      align-items: center;
      justify-content: center; }
      .popularProducts .productGrid .product .label-rectangle:before {
        color: #fff;
        font-size: 15px;
        font-weight: 700; }
    .popularProducts .productGrid .product.our-pick .label-rectangle {
      background-color: #df2579; }
      .popularProducts .productGrid .product.our-pick .label-rectangle:before {
        content: "OUR PICK"; }
    .popularProducts .productGrid .product.upgrade .label-rectangle {
      background-color: #26334b; }
      .popularProducts .productGrid .product.upgrade .label-rectangle:before {
        content: "UPGRADE"; }
    .popularProducts .productGrid .product.budget .label-rectangle {
      background-color: #24a7d0; }
      .popularProducts .productGrid .product.budget .label-rectangle:before {
        content: "BUDGET"; }
    .popularProducts .productGrid .product .label-carriers {
      position: absolute;
      display: none;
      flex-wrap: wrap;
      align-items: center;
      left: 1.8rem;
      bottom: 2rem; }
      @media (min-width: 374px) {
        .popularProducts .productGrid .product .label-carriers {
          display: flex; } }
    .popularProducts .productGrid .product .label-carrier-verizon {
      background-image: url("../icons/verizon.svg");
      background-repeat: no-repeat;
      width: 62px;
      height: 17px;
      margin-right: 10px; }
    .popularProducts .productGrid .product .label-carrier-att {
      background-image: url("../img/att.svg");
      background-repeat: no-repeat;
      width: 60px;
      height: 26px;
      margin-right: 10px; }
    .popularProducts .productGrid .product .label-carrier-t-mobile {
      background-image: url("../img/t-mobile.svg");
      background-repeat: no-repeat;
      width: 62px;
      height: 17px;
      margin-right: 10px; }
    .popularProducts .productGrid .product .label-carrier-sprint {
      background-image: url("../img/sprint.svg");
      background-repeat: no-repeat;
      width: 60px;
      height: 26px;
      margin-right: 10px; }
    .popularProducts .productGrid .product .carrier-options {
      position: relative; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-tag {
        display: flex;
        align-items: center;
        position: absolute;
        margin-top: 15px;
        font-weight: 700; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-tag-text {
        display: none;
        font-size: 1rem;
        font-weight: 700; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-tag-icon {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        transition: ease all .5s; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-popup {
        position: absolute;
        padding: 15px;
        border: 1px solid #B1B6C2;
        background-color: #FFFFFF;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
        bottom: 0;
        left: -8px;
        width: 300px;
        font-size: 1rem;
        font-weight: 700; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup svg {
          margin: 5px; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup:before, .popularProducts .productGrid .product .carrier-options .carrier-options-popup:after {
          content: "";
          height: 0;
          width: 0;
          bottom: calc(47% + 1px);
          position: absolute;
          display: block;
          left: 20px;
          transform: rotate(180deg); }
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup:before {
          border: 10px inset;
          border-color: transparent transparent #b1b6c3;
          border-bottom-style: solid;
          bottom: -20px; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup:after {
          border: 10px inset;
          border-color: transparent transparent #FFF;
          border-bottom-style: solid;
          bottom: -19px; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-verizon {
        width: 50px; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-att {
        width: 50px; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-t-mobile {
        width: 50px; }
      .popularProducts .productGrid .product .carrier-options .carrier-options-sprint {
        width: 50px; }
      .popularProducts .productGrid .product .carrier-options:hover {
        cursor: pointer; }
        .popularProducts .productGrid .product .carrier-options:hover .carrier-options-tag-icon {
          transform: rotate(45deg); }
        .popularProducts .productGrid .product .carrier-options:hover .carrier-options-popup {
          display: block !important; }
      @media (min-width: 420px) {
        .popularProducts .productGrid .product .carrier-options .carrier-options-tag-text {
          display: block; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup:before, .popularProducts .productGrid .product .carrier-options .carrier-options-popup:after {
          left: calc(50% - 23px); } }
      @media (min-width: 1024px) and (max-width: 1180px) {
        .popularProducts .productGrid .product .carrier-options .carrier-options-tag-text {
          display: none; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup:before, .popularProducts .productGrid .product .carrier-options .carrier-options-popup:after {
          left: 20px; } }
      @media (min-width: 1361px) {
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup {
          width: 100%;
          left: 0; }
          .popularProducts .productGrid .product .carrier-options .carrier-options-popup > div {
            margin-bottom: 15px; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-popup:before, .popularProducts .productGrid .product .carrier-options .carrier-options-popup:after {
          left: 37%; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-verizon {
          width: 75px;
          height: 30px; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-att {
          width: 70px;
          height: 25px; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-t-mobile {
          width: 90px;
          height: 25px; }
        .popularProducts .productGrid .product .carrier-options .carrier-options-sprint {
          width: 70px;
          height: 30px; } }
    .popularProducts .productGrid .product article {
      margin-top: 50px; }
      .popularProducts .productGrid .product article .card-image {
        padding: 20px 40px; }
        @media (min-width: 800px) {
          .popularProducts .productGrid .product article .card-image {
            padding: 0;
            height: 175px;
            display: block;
            margin: 65px auto 20px auto; } }
      .popularProducts .productGrid .product article .card-body {
        position: relative; }
      .popularProducts .productGrid .product article .card-title {
        text-align: left;
        font-weight: 700;
        font-size: 1.1em;
        text-transform: uppercase;
        margin-bottom: 10px; }
        .popularProducts .productGrid .product article .card-title a {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: .95rem;
          color: #1484c0; }
          .popularProducts .productGrid .product article .card-title a span {
            color: black;
            font-size: .9em; }
          .popularProducts .productGrid .product article .card-title a.color--green {
            color: #239ba6; }
      .popularProducts .productGrid .product article .card-features {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10px 0; }
        .popularProducts .productGrid .product article .card-features ul {
          list-style: disc outside none;
          margin-left: 20px; }
          .popularProducts .productGrid .product article .card-features ul li {
            text-align: left;
            font-weight: 700; }
      .popularProducts .productGrid .product article .yotpo {
        margin-bottom: .5rem; }
      .popularProducts .productGrid .product article .card-rating-price {
        display: flex;
        align-items: center;
        margin: 10px 0; }
        .popularProducts .productGrid .product article .card-rating-price .price-section {
          margin-left: auto;
          margin-top: 5px;
          font-size: 1.25em;
          color: black; }
      .popularProducts .productGrid .product article .card-button a {
        width: 150px;
        padding: 5px 0;
        font-size: .8rem;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #999;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        margin: 15px 0 0 0;
        height: 34px; }
        .popularProducts .productGrid .product article .card-button a .cart-icon svg {
          width: 18px;
          height: 18px;
          margin-left: 5px; }
          .popularProducts .productGrid .product article .card-button a .cart-icon svg:nth-child(2) {
            display: none; }
        .popularProducts .productGrid .product article .card-button a:hover {
          color: white;
          background-color: #0199c6;
          border: 1px solid #0199c6; }
          .popularProducts .productGrid .product article .card-button a:hover .cart-icon svg:nth-child(2) {
            display: inline; }
          .popularProducts .productGrid .product article .card-button a:hover .cart-icon svg:nth-child(1) {
            display: none; }
      .popularProducts .productGrid .product article .card-compare {
        display: none; }
    @media screen and (min-width: 541px) and (max-width: 800px) {
      .popularProducts .productGrid .product {
        padding: 1.25rem; }
        .popularProducts .productGrid .product .label-brand {
          display: none; }
        .popularProducts .productGrid .product article {
          display: flex;
          justify-content: center;
          margin: 25px 0px; }
          .popularProducts .productGrid .product article .card-figure {
            width: 225px;
            margin-right: 0;
            padding: 15px; }
            .popularProducts .productGrid .product article .card-figure .card-image {
              padding: 0; }
          .popularProducts .productGrid .product article .card-body {
            padding-top: 0; }
          .popularProducts .productGrid .product article .card-button a {
            margin: 10px 0 0 0; } }
    @media screen and (min-width: 800px) {
      .popularProducts .productGrid .product {
        margin: 1px 0;
        padding: 1.8rem;
        border-right: 1px solid #ccc;
        border-left: 1px solid #fff; }
        .popularProducts .productGrid .product article .card-title {
          height: 45px; }
        .popularProducts .productGrid .product article .card-title a {
          font-size: 1.1rem; } }
    @media (min-width: 1024px) {
      .popularProducts .productGrid .product {
        border: 1px solid #ccc; }
        .popularProducts .productGrid .product:nth-child(2) {
          border-left: 1px solid #fff;
          border-right: 1px solid #fff; }
        .popularProducts .productGrid .product:last-child {
          border-right: 1px solid #ccc; } }

.popularProducts .carousel-prev, .popularProducts .carousel-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat; }

.popularProducts .carousel-prev {
  background-image: url("../img/arrow-active-left.svg");
  top: calc(50% - 20px);
  left: -20px; }

.popularProducts .carousel-next {
  background-image: url("../img/arrow-active-right.svg");
  top: calc(50% - 20px);
  right: -20px; }

@media (max-width: 800px) {
  .popularProducts--expand .title {
    display: block; }
  .popularProducts--expand .tabs {
    display: none; }
  .popularProducts--expand .tab-content {
    margin-bottom: 3rem;
    display: block;
    height: inherit !important;
    overflow: inherit !important;
    padding: inherit !important;
    visibility: inherit !important; } }

.browse-link-container {
  text-align: center; }
  .browse-link-container .button-link {
    -webkit-transform: all 0.5s ease;
    -moz-transform: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transform: all 0.5s ease;
    display: inline-block;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px; }
    @media (min-width: 551px) {
      .browse-link-container .button-link {
        font-size: 16px;
        padding: 10px 20px; } }
  .browse-link-container .button-link--small {
    font-size: 16px;
    padding: 5px 15px; }
  .browse-link-container .button-link--left {
    float: left; }
  .browse-link-container .button-link--weboost {
    border: 1px solid #9f1c3e;
    border-radius: 25px;
    background-color: #fff;
    color: #9f1c3e; }
    .browse-link-container .button-link--weboost:hover {
      color: #fff;
      background-color: #9f1c3e; }
  .browse-link-container .button-link--hiboost-red {
    background-color: #aa2b29;
    color: #fff; }
    .browse-link-container .button-link--hiboost-red:hover {
      background-color: #781413; }
  .browse-link-container .button-link--hiboost-black {
    background-color: #333;
    color: #fff; }
    .browse-link-container .button-link--hiboost-black:hover {
      background-color: #000; }
  .browse-link-container .button-link--zboost-orange {
    background-color: #f48f2e;
    color: #fff; }
    .browse-link-container .button-link--zboost-orange:hover {
      background-color: #d45f1e; }
  .browse-link-container .button-link--zboost-blue {
    background-color: #0057a3;
    color: #fff; }
    .browse-link-container .button-link--zboost-blue:hover {
      background-color: #003462; }
  .browse-link-container .button-link--surecall {
    border: 1px solid #239ba6;
    border-radius: 5px;
    background-color: #fff;
    color: #239ba6; }
    .browse-link-container .button-link--surecall:hover {
      background-color: #239ba6;
      color: #fff;
      border: 1px solid #239ba6; }
  .browse-link-container .button-link--bolton-technical {
    border: 1px solid #3c8edb;
    border-radius: 3px;
    color: #fff;
    background-color: #3c8edb; }
    .browse-link-container .button-link--bolton-technical:hover {
      background-color: #fff;
      color: #3c8edb; }
  .browse-link-container .button-link--cel-fi-blue {
    background-color: #53afde;
    color: #fff; }
  .browse-link-container .button-link--cel-fi-orange {
    background-color: #fa6807;
    color: #fff; }
  .browse-link-container .button-link--gray {
    background-color: #74889a; }
    .browse-link-container .button-link--gray:hover {
      background-color: #576673; }
  .browse-link-container .button-link--blue {
    background-color: #1378ba; }
    .browse-link-container .button-link--blue:hover {
      background-color: #095189; }
  .browse-link-container .button-link--lightblue {
    background-color: #24a7d0; }
    .browse-link-container .button-link--lightblue:hover {
      background-color: #1b7d9c; }
  .browse-link-container .button-link--orange {
    background: #f7941d; }
    .browse-link-container .button-link--orange:hover {
      background-color: #f16208; }
  .browse-link-container .button-link--red {
    background: #df2579; }
    .browse-link-container .button-link--red:hover {
      background-color: #a71c5b; }
  @media (min-width: 551px) {
    .browse-link-container.browse-link-container--two a:nth-child(odd) {
      margin-right: 10px; }
    .browse-link-container.browse-link-container--two a:nth-child(even) {
      margin-left: 10px; } }

.unique-selling-propositions {
  display: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #C7D4E5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 551px) {
    .unique-selling-propositions {
      display: block; } }
  .unique-selling-propositions .propositions {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 38.57143rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 830px) {
      .unique-selling-propositions .propositions {
        max-width: 100%; } }
    .unique-selling-propositions .propositions .proposition {
      display: flex;
      align-items: flex-start;
      width: 50%;
      padding: 25px; }
      @media only screen and (min-width: 830px) {
        .unique-selling-propositions .propositions .proposition {
          width: 25%; } }
      .unique-selling-propositions .propositions .proposition svg {
        flex-grow: 0;
        flex-shrink: 0;
        fill: #516a81;
        margin-right: 15px; }
      .unique-selling-propositions .propositions .proposition.proposition-1 svg {
        width: 45px;
        height: 45px; }
      .unique-selling-propositions .propositions .proposition.proposition-2 svg {
        width: 55px;
        height: 45px; }
      .unique-selling-propositions .propositions .proposition.proposition-3 svg {
        width: 45px;
        height: 45px; }
      .unique-selling-propositions .propositions .proposition.proposition-4 svg {
        width: 50px;
        height: 40px; }
      .unique-selling-propositions .propositions .proposition span {
        color: #516a81;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25rem;
        width: 180px; }
        .unique-selling-propositions .propositions .proposition span a {
          text-decoration: none;
          color: #516a81; }
          .unique-selling-propositions .propositions .proposition span a:hover {
            text-decoration: underline; }
        .unique-selling-propositions .propositions .proposition span br {
          display: none; }
        @media (min-width: 551px) {
          .unique-selling-propositions .propositions .proposition span br {
            display: block; } }
        @media (min-width: 1181px) {
          .unique-selling-propositions .propositions .proposition span {
            font-size: 16px; } }
      @media screen and (max-width: 1081px) {
        .unique-selling-propositions .propositions .proposition {
          padding: 25px; } }
      @media screen and (max-width: 700px) {
        .unique-selling-propositions .propositions .proposition {
          padding: 25px 10px; } }
      @media screen and (max-width: 376px) {
        .unique-selling-propositions .propositions .proposition {
          padding: 25px 5px; }
          .unique-selling-propositions .propositions .proposition span {
            font-size: .9rem; }
          .unique-selling-propositions .propositions .proposition svg {
            width: 35px;
            height: 35px; } }

.commercial-services {
  background-color: #F0F4F9; }
  .commercial-services .services {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 551px) {
      .commercial-services .services {
        flex-direction: row; } }
  .commercial-services .service {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1.5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 551px) {
      .commercial-services .service {
        width: 400px;
        margin: 0.78571rem; } }
    @media (min-width: 1181px) {
      .commercial-services .service {
        width: 48%;
        margin: 1%;
        padding: 3rem 1.5rem; } }
  .commercial-services .service-icon {
    display: none;
    width: 125px; }
    .commercial-services .service-icon svg {
      fill: #fff; }
    @media (min-width: 551px) {
      .commercial-services .service-icon {
        display: block; } }
    @media (min-width: 1181px) {
      .commercial-services .service-icon {
        width: 150px;
        display: flex;
        justify-content: center; } }
  .commercial-services .service-text {
    width: 100%; }
    .commercial-services .service-text p {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #00C6FF;
      margin: 0; }
      @media (min-width: 375px) {
        .commercial-services .service-text p {
          font-size: 14px; } }
      @media (min-width: 1181px) {
        .commercial-services .service-text p {
          font-size: 16px;
          margin-bottom: 0.35714rem; } }
    .commercial-services .service-text h3 {
      font-family: "Roboto", Arial, Sans-Serif;
      font-size: 18px;
      color: #fff;
      margin: 0 0 0.78571rem 0; }
      @media (min-width: 375px) {
        .commercial-services .service-text h3 {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 1.5rem; } }
      @media (min-width: 1181px) {
        .commercial-services .service-text h3 {
          font-size: 27px;
          line-height: 33px;
          margin-bottom: 2.28571rem; } }
    .commercial-services .service-text a {
      display: inline-block;
      margin: 0;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #DD2C79;
      color: #fff;
      text-decoration: none;
      padding: 0.35714rem 1.5rem; }
      .commercial-services .service-text a:hover {
        background-color: #a71c5b; }
      @media (min-width: 1181px) {
        .commercial-services .service-text a {
          font-size: 16px;
          padding: 0.78571rem 1.5rem; } }
  .commercial-services .installation-service {
    background: linear-gradient(109.36deg, #232735 0%, #515D81 100%); }
    .commercial-services .installation-service .service-icon svg {
      width: 55px;
      height: 60px; }
  .commercial-services .floorplan-analysis {
    background: linear-gradient(270deg, #03A8DC 0%, #0074AF 100%); }
    .commercial-services .floorplan-analysis .service-icon svg {
      width: 70px;
      height: 60px; }

.enterprise-customers {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .enterprise-customers .enterpriseCustomersCarousel {
    margin: 0 25px; }
    .enterprise-customers .enterpriseCustomersCarousel .customer {
      padding: 15px;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .enterprise-customers .enterpriseCustomersCarousel .customer img.brand-cisco {
        width: 95px; }
      .enterprise-customers .enterpriseCustomersCarousel .customer img.brand-nasa {
        width: 125px; }
      .enterprise-customers .enterpriseCustomersCarousel .customer img.brand-ge {
        width: 45px; }
      .enterprise-customers .enterpriseCustomersCarousel .customer img.brand-airbus {
        width: 200px; }
      .enterprise-customers .enterpriseCustomersCarousel .customer img.brand-ing {
        width: 125px; }
    .enterprise-customers .enterpriseCustomersCarousel .carousel-prev, .enterprise-customers .enterpriseCustomersCarousel .carousel-next {
      position: absolute;
      width: 40px;
      height: 40px;
      background-size: 100%;
      background-repeat: no-repeat; }
    .enterprise-customers .enterpriseCustomersCarousel .carousel-prev {
      background-image: url(".../../../img/arrow-active-left.svg");
      top: 33%;
      left: -35px; }
    .enterprise-customers .enterpriseCustomersCarousel .carousel-next {
      background-image: url(".../../../img/arrow-active-right.svg");
      top: 33%;
      right: -35px; }

.contact-us-banner .desktop-only, .contact-us-banner .mobile-only {
  color: #fff; }
  .contact-us-banner .desktop-only a, .contact-us-banner .mobile-only a {
    color: #fff;
    text-decoration: none; }

.contact-us-banner .desktop-only {
  display: none;
  font-size: 1.5em;
  text-align: center;
  padding: 25px 0; }

.contact-us-banner .mobile-only {
  font-size: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0; }
  .contact-us-banner .mobile-only a {
    margin-left: 20px; }
  .contact-us-banner .mobile-only svg {
    width: 35px;
    height: 35px;
    fill: #fff; }

@media (min-width: 551px) {
  .contact-us-banner .desktop-only {
    display: block; }
  .contact-us-banner .mobile-only {
    display: none; } }

.contact-us-banner.contact-us-banner--blue {
  background-color: #0e64a1; }

.contact-us-banner.contact-us-banner--lightblue {
  background-color: #24a7d0; }

.contact-us-banner.contact-us-banner--aquagreen {
  background-color: #009aa6; }

.contact-us-banner.contact-us-banner--darkred {
  background-color: #aa2b29; }

.contact-us-banner.contact-us-banner--darkblue {
  background-color: #152537; }

.how-it-works {
  padding: 1.5rem 0; }
  .how-it-works .container {
    overflow: hidden; }
  .how-it-works .diagram {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  @media (max-width: 799px) {
    .how-it-works .diagram--building {
      display: flex;
      flex-direction: column;
      position: relative;
      left: 20px; }
      .how-it-works .diagram--building .step {
        height: 125px;
        display: flex; }
        .how-it-works .diagram--building .step .icon {
          width: 100px;
          height: 125px;
          display: flex;
          position: relative;
          left: -20px;
          float: left;
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: 8em;
          align-items: center; }
          .how-it-works .diagram--building .step .icon img, .how-it-works .diagram--building .step .icon svg {
            position: relative;
            z-index: 3; }
            .how-it-works .diagram--building .step .icon img.outside-antenna, .how-it-works .diagram--building .step .icon svg.outside-antenna {
              width: 80px;
              margin-left: 12.5%; }
            .how-it-works .diagram--building .step .icon img.booster, .how-it-works .diagram--building .step .icon svg.booster {
              width: 40px; }
            .how-it-works .diagram--building .step .icon img.inside-antenna, .how-it-works .diagram--building .step .icon svg.inside-antenna {
              width: 70px;
              left: 16px; }
            .how-it-works .diagram--building .step .icon img.phone, .how-it-works .diagram--building .step .icon svg.phone {
              width: 65px; } }
      @media (max-width: 799px) and (min-width: 450px) {
        .how-it-works .diagram--building .step .icon {
          flex-basis: 10em; } }
      @media (max-width: 799px) and (min-width: 600px) {
        .how-it-works .diagram--building .step .icon {
          flex-basis: 11em;
          left: -4em; } }
  @media (max-width: 799px) {
        .how-it-works .diagram--building .step.step--1 .icon {
          position: relative; }
          .how-it-works .diagram--building .step.step--1 .icon:before {
            content: "";
            border-top: 3px solid;
            width: 55%;
            top: 49%;
            right: 0;
            z-index: 1;
            position: absolute; }
          .how-it-works .diagram--building .step.step--1 .icon:after {
            content: "";
            border-top: 50px solid;
            width: 3px;
            z-index: 1;
            position: absolute;
            right: -3px;
            top: 49%; }
        .how-it-works .diagram--building .step.step--2 .icon {
          position: relative;
          display: flex;
          justify-content: center; }
          .how-it-works .diagram--building .step.step--2 .icon:before {
            content: "";
            border-top: 3px solid;
            width: 52%;
            top: -13%;
            right: 0;
            z-index: 1;
            position: absolute; }
          .how-it-works .diagram--building .step.step--2 .icon:after {
            content: "";
            border-top: 110px solid;
            width: 3px;
            z-index: 1;
            position: absolute;
            right: 49%;
            top: -11%; } }
      @media (max-width: 799px) and (min-width: 450px) {
        .how-it-works .diagram--building .step.step--2 .icon:before {
          width: 53%;
          right: -3px; } }
  @media (max-width: 799px) {
        .how-it-works .diagram--building .step.step--3 .icon {
          position: relative;
          display: flex;
          justify-content: center; }
          .how-it-works .diagram--building .step.step--3 .icon:before {
            content: "";
            border-top: 71px solid;
            width: 3px;
            z-index: 1;
            position: absolute;
            right: 49%;
            top: -25%; }
        .how-it-works .diagram--building .step.step--4 .icon {
          position: relative;
          display: flex;
          justify-content: center; }
        .how-it-works .diagram--building .step.step--4 .number--4 {
          background: #3d4356 !important; }
          .how-it-works .diagram--building .step.step--4 .number--4 svg {
            width: 16px;
            height: 13px;
            fill: #fff !important; } }
    @media (max-width: 799px) and (min-width: 450px) {
      .how-it-works .diagram--building .step {
        justify-content: center; } }
  @media (max-width: 799px) {
      .how-it-works .diagram--building .description {
        margin-top: -15px;
        display: flex;
        align-items: center; }
        .how-it-works .diagram--building .description .number {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          text-align: center;
          border: 2.5px solid #3d4356;
          font-size: 1.2rem;
          line-height: 1.7rem;
          margin-right: 10px;
          display: inline-block;
          position: relative; }
        .how-it-works .diagram--building .description .text {
          font-size: 1.15rem;
          display: inline-block;
          width: 70%; } }
    @media (max-width: 799px) and (min-width: 450px) {
      .how-it-works .diagram--building .description {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 16em; } }
    @media (max-width: 799px) and (min-width: 600px) {
      .how-it-works .diagram--building .description {
        flex-basis: 20em; } }
  @media (max-width: 799px) and (min-width: 600px) {
    .how-it-works .diagram--building {
      left: 4em; } }
  @media (max-width: 799px) {
    .how-it-works .diagram--vehicle {
      display: flex;
      flex-direction: column;
      position: relative;
      left: 20px; }
      .how-it-works .diagram--vehicle .step {
        height: 125px;
        display: flex; }
        .how-it-works .diagram--vehicle .step .icon {
          width: 100px;
          height: 125px;
          display: flex;
          position: relative;
          left: -20px;
          float: left;
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: 8em;
          justify-content: center;
          align-items: center; }
          .how-it-works .diagram--vehicle .step .icon img, .how-it-works .diagram--vehicle .step .icon svg {
            position: relative;
            z-index: 3; }
            .how-it-works .diagram--vehicle .step .icon img.outside-antenna, .how-it-works .diagram--vehicle .step .icon svg.outside-antenna {
              width: 55px; }
            .how-it-works .diagram--vehicle .step .icon img.booster, .how-it-works .diagram--vehicle .step .icon svg.booster {
              width: 50px; }
            .how-it-works .diagram--vehicle .step .icon img.inside-antenna, .how-it-works .diagram--vehicle .step .icon svg.inside-antenna {
              width: 80px;
              transform: rotate(90deg); }
            .how-it-works .diagram--vehicle .step .icon img.phone, .how-it-works .diagram--vehicle .step .icon svg.phone {
              width: 65px; } }
      @media (max-width: 799px) and (min-width: 450px) {
        .how-it-works .diagram--vehicle .step .icon {
          flex-basis: 10em; } }
      @media (max-width: 799px) and (min-width: 600px) {
        .how-it-works .diagram--vehicle .step .icon {
          flex-basis: 11em;
          left: -4em; } }
  @media (max-width: 799px) {
        .how-it-works .diagram--vehicle .step.step--1 .icon {
          position: relative; }
          .how-it-works .diagram--vehicle .step.step--1 .icon:after {
            content: "";
            border-top: 220px solid;
            width: 3px;
            z-index: 1;
            position: absolute;
            top: 49%; }
        .how-it-works .diagram--vehicle .step.step--4 .number--4 {
          background: #3d4356 !important; }
          .how-it-works .diagram--vehicle .step.step--4 .number--4 svg {
            width: 16px;
            height: 13px;
            fill: #fff !important; } }
    @media (max-width: 799px) and (min-width: 450px) {
      .how-it-works .diagram--vehicle .step {
        justify-content: center; } }
  @media (max-width: 799px) {
      .how-it-works .diagram--vehicle .description {
        margin-top: -15px;
        display: flex;
        align-items: center; }
        .how-it-works .diagram--vehicle .description .number {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          text-align: center;
          border: 2.5px solid #3d4356;
          font-size: 1.2rem;
          line-height: 1.7rem;
          margin-right: 10px;
          display: inline-block;
          position: relative;
          top: -15px; }
        .how-it-works .diagram--vehicle .description .text {
          font-size: 1.15rem;
          display: inline-block;
          width: 70%; } }
    @media (max-width: 799px) and (min-width: 450px) {
      .how-it-works .diagram--vehicle .description {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 16em; } }
    @media (max-width: 799px) and (min-width: 600px) {
      .how-it-works .diagram--vehicle .description {
        flex-basis: 20em; } }
  @media (max-width: 799px) and (min-width: 600px) {
    .how-it-works .diagram--vehicle {
      left: 4em; } }
  @media (min-width: 800px) {
    .how-it-works {
      padding: 3rem 0; }
      .how-it-works .diagram--building {
        display: flex;
        justify-content: center; }
        .how-it-works .diagram--building .step {
          width: 20%;
          margin: 2.5%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .how-it-works .diagram--building .step .icon {
            width: 100%;
            height: 125px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative; }
            .how-it-works .diagram--building .step .icon img, .how-it-works .diagram--building .step .icon svg {
              position: relative;
              z-index: 3; }
              .how-it-works .diagram--building .step .icon img.outside-antenna, .how-it-works .diagram--building .step .icon svg.outside-antenna {
                width: 100px; }
              .how-it-works .diagram--building .step .icon img.booster, .how-it-works .diagram--building .step .icon svg.booster {
                width: 60px; }
              .how-it-works .diagram--building .step .icon img.inside-antenna, .how-it-works .diagram--building .step .icon svg.inside-antenna {
                width: 100px; }
              .how-it-works .diagram--building .step .icon img.phone, .how-it-works .diagram--building .step .icon svg.phone {
                width: 80px; } }
        @media (min-width: 800px) and (min-width: 1081px) {
          .how-it-works .diagram--building .step .icon {
            height: 150px; } }
  @media (min-width: 800px) {
          .how-it-works .diagram--building .step.step--1 .icon:before {
            content: "";
            border-top: 2px solid;
            width: 50%;
            right: 0;
            z-index: 1;
            top: 49%;
            position: absolute; }
          .how-it-works .diagram--building .step.step--1 .icon:after {
            content: "";
            border-top: 65px solid;
            width: 2px;
            z-index: 1;
            position: absolute;
            right: 0;
            top: -2px; } }
      @media (min-width: 800px) and (min-width: 1081px) {
        .how-it-works .diagram--building .step.step--1 .icon:after {
          border-top: 78px solid;
          top: -3px; } }
  @media (min-width: 800px) {
          .how-it-works .diagram--building .step.step--2 .icon:before {
            content: "";
            border-top: 2px solid;
            width: 76%;
            top: -2%;
            left: -25%;
            z-index: 1;
            position: absolute; }
          .how-it-works .diagram--building .step.step--2 .icon:after {
            content: "";
            border-top: 129px solid;
            width: 2px;
            z-index: 1;
            position: absolute;
            right: 49%;
            top: -2px; } }
      @media (min-width: 800px) and (min-width: 1081px) {
        .how-it-works .diagram--building .step.step--2 .icon:after {
          content: "";
          border-top: 155px solid;
          width: 2px;
          z-index: 1;
          position: absolute;
          right: 49%;
          top: -3px; } }
  @media (min-width: 800px) {
          .how-it-works .diagram--building .step.step--3 .icon:before {
            content: "";
            border-top: 2px solid;
            width: 115%;
            bottom: -2px;
            left: -74%;
            z-index: 1;
            position: absolute; }
          .how-it-works .diagram--building .step.step--3 .icon:after {
            content: "";
            border-top: 40px solid;
            width: 2px;
            z-index: 1;
            position: absolute;
            right: 59%;
            bottom: 0; }
          .how-it-works .diagram--building .step.step--4 .number--4 {
            background: #3d4356 !important; }
            .how-it-works .diagram--building .step.step--4 .number--4 svg {
              width: 20px;
              height: 13px;
              fill: #fff !important; }
          .how-it-works .diagram--building .step .description {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 25px;
            position: relative;
            top: 25px;
            height: 93px; }
            .how-it-works .diagram--building .step .description .number {
              width: 35px;
              height: 35px;
              border-radius: 50%;
              text-align: center;
              border: 2.5px solid #3d4356;
              font-size: 1.3rem;
              font-weight: 700;
              line-height: 2rem;
              margin-bottom: 1rem; }
            .how-it-works .diagram--building .step .description .text {
              font-size: 1rem;
              text-align: center;
              height: 44px; } }
          @media (min-width: 800px) and (min-width: 1081px) {
            .how-it-works .diagram--building .step .description .text {
              font-size: 1.15rem; } }
  @media (min-width: 800px) {
      .how-it-works .diagram--vehicle {
        display: flex;
        justify-content: center; }
        .how-it-works .diagram--vehicle .step {
          width: 20%;
          margin: 2.5%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .how-it-works .diagram--vehicle .step .icon {
            width: 100%;
            height: 125px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative; }
            .how-it-works .diagram--vehicle .step .icon img, .how-it-works .diagram--vehicle .step .icon svg {
              position: relative;
              z-index: 3; }
              .how-it-works .diagram--vehicle .step .icon img.outside-antenna, .how-it-works .diagram--vehicle .step .icon svg.outside-antenna {
                width: 100px; }
              .how-it-works .diagram--vehicle .step .icon img.booster, .how-it-works .diagram--vehicle .step .icon svg.booster {
                width: 60px; }
              .how-it-works .diagram--vehicle .step .icon img.inside-antenna, .how-it-works .diagram--vehicle .step .icon svg.inside-antenna {
                width: 100px; }
              .how-it-works .diagram--vehicle .step .icon img.phone, .how-it-works .diagram--vehicle .step .icon svg.phone {
                width: 80px; } }
        @media (min-width: 800px) and (min-width: 1081px) {
          .how-it-works .diagram--vehicle .step .icon {
            height: 150px; } }
  @media (min-width: 800px) {
          .how-it-works .diagram--vehicle .step.step--1 .icon:before {
            content: "";
            border-top: 2px solid;
            width: 50%;
            right: 0;
            z-index: 1;
            top: 49%;
            position: absolute; }
          .how-it-works .diagram--vehicle .step.step--1 .icon:after {
            content: "";
            border-top: 64px solid;
            width: 2px;
            z-index: 1;
            position: absolute;
            right: 0;
            top: 0; } }
      @media (min-width: 800px) and (min-width: 1081px) {
        .how-it-works .diagram--vehicle .step.step--1 .icon:after {
          border-top: 78px solid;
          top: -3px; } }
  @media (min-width: 800px) {
          .how-it-works .diagram--vehicle .step.step--2 .icon:before {
            content: "";
            border-top: 2px solid;
            width: 77.5%;
            top: -2%;
            left: -26.5%;
            z-index: 1;
            position: absolute; }
          .how-it-works .diagram--vehicle .step.step--2 .icon:after {
            content: "";
            border-top: 129px solid;
            width: 2px;
            z-index: 1;
            position: absolute;
            right: 49%;
            top: -2px; } }
      @media (min-width: 800px) and (min-width: 1081px) {
        .how-it-works .diagram--vehicle .step.step--2 .icon:after {
          content: "";
          border-top: 155px solid;
          width: 2px;
          z-index: 1;
          position: absolute;
          right: 49%;
          top: -3px; } }
  @media (min-width: 800px) {
          .how-it-works .diagram--vehicle .step.step--3 .icon:before {
            content: "";
            border-top: 2px solid;
            width: 115%;
            bottom: -2px;
            left: -74%;
            z-index: 1;
            position: absolute; }
          .how-it-works .diagram--vehicle .step.step--3 .icon:after {
            content: "";
            border-top: 40px solid;
            width: 2px;
            z-index: 1;
            position: absolute;
            right: 59%;
            bottom: 0; }
          .how-it-works .diagram--vehicle .step.step--4 .number--4 {
            background: #3d4356 !important; }
            .how-it-works .diagram--vehicle .step.step--4 .number--4 svg {
              width: 20px;
              height: 13px;
              fill: #fff !important; }
          .how-it-works .diagram--vehicle .step .description {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 25px;
            position: relative;
            top: 25px;
            height: 93px; }
            .how-it-works .diagram--vehicle .step .description .number {
              width: 35px;
              height: 35px;
              border-radius: 50%;
              text-align: center;
              border: 2.5px solid;
              font-size: 1.3rem;
              font-weight: 700;
              line-height: 2rem;
              margin-bottom: 1rem; }
            .how-it-works .diagram--vehicle .step .description .text {
              font-size: 1rem;
              text-align: center;
              height: 44px; } }
          @media (min-width: 800px) and (min-width: 1081px) {
            .how-it-works .diagram--vehicle .step .description .text {
              font-size: 1.15rem; } }
  .how-it-works.how-it-works--wilsonpro .diagram svg {
    fill: #1070B1 !important; }
  .how-it-works.how-it-works--wilsonpro .diagram .step.step--1 .icon:before,
  .how-it-works.how-it-works--wilsonpro .diagram .step.step--1 .icon:after,
  .how-it-works.how-it-works--wilsonpro .diagram .step.step--2 .icon:before,
  .how-it-works.how-it-works--wilsonpro .diagram .step.step--2 .icon:after,
  .how-it-works.how-it-works--wilsonpro .diagram .step.step--3 .icon:before,
  .how-it-works.how-it-works--wilsonpro .diagram .step.step--3 .icon:after {
    border-color: #1070B1; }
  .how-it-works.how-it-works--wilsonpro .diagram .step .icon .inside-antenna path,
  .how-it-works.how-it-works--wilsonpro .diagram .step .icon .phone path, .how-it-works.how-it-works--wilsonpro .diagram .step .icon .phone polygon {
    fill: #1070B1; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--wilsonpro .diagram svg.booster {
      width: 50px !important;
      height: 65px;
      left: 0px;
      background: #fff; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--wilsonpro .diagram svg.booster {
      width: 60px;
      height: 80px;
      background: #fff;
      left: 1px; } }
  .how-it-works.how-it-works--surecall .diagram svg {
    fill: #0CA9B8 !important; }
  .how-it-works.how-it-works--surecall .diagram .step.step--1 .icon:before,
  .how-it-works.how-it-works--surecall .diagram .step.step--1 .icon:after,
  .how-it-works.how-it-works--surecall .diagram .step.step--2 .icon:before,
  .how-it-works.how-it-works--surecall .diagram .step.step--2 .icon:after,
  .how-it-works.how-it-works--surecall .diagram .step.step--3 .icon:before,
  .how-it-works.how-it-works--surecall .diagram .step.step--3 .icon:after {
    border-color: #0CA9B8 !important; }
  .how-it-works.how-it-works--surecall .diagram .step .icon .inside-antenna path,
  .how-it-works.how-it-works--surecall .diagram .step .icon .phone path, .how-it-works.how-it-works--surecall .diagram .step .icon .phone polygon {
    fill: #0CA9B8 !important; }
  .how-it-works.how-it-works--surecall .booster {
    background: #fff; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--surecall .diagram--building .booster {
      width: 60px !important;
      height: 85px !important; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--surecall .diagram--building .booster {
      width: 60px !important;
      height: 85px !important; } }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--surecall .diagram--vehicle .booster {
      width: 49px !important;
      height: 70px !important; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--1 .icon:before {
      top: 80%; }
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--1 .icon .outside-antenna {
      width: 55px; }
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--1 .icon:after {
      border-top: 102px solid;
      top: -1px; }
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--3 .icon:after {
      border-top: 70px solid; }
    .how-it-works.how-it-works--surecall .diagram--vehicle .booster {
      width: 60px !important;
      height: 85px !important; } }
  @media (min-width: 1081px) {
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--1 .icon:before {
      top: 80%; }
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--1 .icon .outside-antenna {
      width: 66px; }
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--1 .icon:after {
      border-top: 124px solid; }
    .how-it-works.how-it-works--surecall .diagram--vehicle .step--3 .icon:after {
      border-top: 70px solid; } }
  .how-it-works.how-it-works--weboost .diagram svg {
    fill: #9f1c3e !important; }
  .how-it-works.how-it-works--weboost .diagram .step.step--1 .icon:before,
  .how-it-works.how-it-works--weboost .diagram .step.step--1 .icon:after,
  .how-it-works.how-it-works--weboost .diagram .step.step--2 .icon:before,
  .how-it-works.how-it-works--weboost .diagram .step.step--2 .icon:after,
  .how-it-works.how-it-works--weboost .diagram .step.step--3 .icon:before,
  .how-it-works.how-it-works--weboost .diagram .step.step--3 .icon:after {
    border-color: #9f1c3e !important; }
  .how-it-works.how-it-works--weboost .diagram .step .icon .inside-antenna path,
  .how-it-works.how-it-works--weboost .diagram .step .icon .phone path, .how-it-works.how-it-works--weboost .diagram .step .icon .phone polygon {
    fill: #9f1c3e !important; }
  .how-it-works.how-it-works--weboost .diagram--building .booster {
    background: #fff; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--weboost .diagram--building .booster {
      width: 45px !important;
      height: 60px !important; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--weboost .diagram--building .booster {
      height: 80px !important;
      width: 60px !important; } }
  .how-it-works.how-it-works--weboost .diagram--vehicle .filler {
    width: 50px;
    height: 89px;
    position: absolute;
    background: #fff;
    z-index: 2; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--weboost .diagram--vehicle .booster {
      width: 55px !important;
      height: 75px !important; }
    .how-it-works.how-it-works--weboost .diagram--vehicle .filler {
      height: 60px; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--1 .icon:before {
      top: 80%; }
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--1 .icon .outside-antenna {
      width: 55px; }
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--1 .icon:after {
      border-top: 102px solid;
      top: -1px; }
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--3 .icon:after {
      border-top: 70px solid; } }
  @media (min-width: 1081px) {
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--1 .icon:before {
      top: 80%; }
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--1 .icon .outside-antenna {
      width: 66px; }
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--1 .icon:after {
      border-top: 124px solid; }
    .how-it-works.how-it-works--weboost .diagram--vehicle .step--3 .icon:after {
      border-top: 70px solid; } }
  .how-it-works.how-it-works--hiboost svg {
    fill: #4f4f4f !important; }
  .how-it-works.how-it-works--hiboost .diagram .step.step--1 .icon:before,
  .how-it-works.how-it-works--hiboost .diagram .step.step--1 .icon:after,
  .how-it-works.how-it-works--hiboost .diagram .step.step--2 .icon:before,
  .how-it-works.how-it-works--hiboost .diagram .step.step--2 .icon:after,
  .how-it-works.how-it-works--hiboost .diagram .step.step--3 .icon:before,
  .how-it-works.how-it-works--hiboost .diagram .step.step--3 .icon:after {
    border-color: #aa2b29 !important; }
  .how-it-works.how-it-works--hiboost .diagram .step .icon .inside-antenna path,
  .how-it-works.how-it-works--hiboost .diagram .step .icon .phone path, .how-it-works.how-it-works--hiboost .diagram .step .icon .phone polygon {
    fill: #333 !important; }
  .how-it-works.how-it-works--hiboost .diagram--building .filler {
    width: 50px;
    height: 55px;
    position: absolute;
    background: #fff;
    z-index: 2; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--hiboost .diagram--building .booster {
      width: 65px !important;
      height: 57px !important; }
    .how-it-works.how-it-works--hiboost .diagram--building .filler {
      height: 45px; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--hiboost .diagram--building .booster {
      width: 80px !important;
      height: 71px !important; } }
  .how-it-works.how-it-works--hiboost .diagram--vehicle .booster {
    background: #fff; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--hiboost .diagram--vehicle .booster {
      width: 70px !important;
      height: 35px !important; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--hiboost .diagram--vehicle .booster {
      width: 75px !important;
      height: 40px !important; }
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--1 .icon:before {
      top: 80%; }
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--1 .icon .outside-antenna {
      width: 55px; }
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--1 .icon:after {
      border-top: 102px solid;
      top: -1px; }
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--3 .icon:after {
      border-top: 70px solid; } }
  @media (min-width: 1081px) {
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--1 .icon:before {
      top: 80%; }
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--1 .icon .outside-antenna {
      width: 66px; }
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--1 .icon:after {
      border-top: 124px solid; }
    .how-it-works.how-it-works--hiboost .diagram--vehicle .step--3 .icon:after {
      border-top: 70px solid; } }
  .how-it-works.how-it-works--cel-fi .diagram svg {
    fill: #4daddf !important; }
  .how-it-works.how-it-works--cel-fi .diagram .step.step--1 .icon:before,
  .how-it-works.how-it-works--cel-fi .diagram .step.step--1 .icon:after,
  .how-it-works.how-it-works--cel-fi .diagram .step.step--2 .icon:before,
  .how-it-works.how-it-works--cel-fi .diagram .step.step--2 .icon:after,
  .how-it-works.how-it-works--cel-fi .diagram .step.step--3 .icon:before,
  .how-it-works.how-it-works--cel-fi .diagram .step.step--3 .icon:after {
    border-color: #4daddf !important; }
  .how-it-works.how-it-works--cel-fi .diagram .step .icon .inside-antenna path,
  .how-it-works.how-it-works--cel-fi .diagram .step .icon .phone path, .how-it-works.how-it-works--cel-fi .diagram .step .icon .phone polygon {
    fill: #4daddf !important; }
  .how-it-works.how-it-works--cel-fi .diagram--building .booster {
    background: #fff; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--cel-fi .diagram--building .booster {
      width: 80px !important;
      height: 50px !important; }
    .how-it-works.how-it-works--cel-fi .diagram--building .inside-antenna {
      width: 65px !important;
      left: 0 !important; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--cel-fi .diagram--building .booster {
      height: 65px !important;
      width: 100px !important; }
    .how-it-works.how-it-works--cel-fi .diagram--building .inside-antenna {
      width: 80px !important;
      left: -17px; } }
  .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .booster {
    background: #fff; }
  .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--1 .icon:before, .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--1 .icon:after {
    display: none !important; }
  .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--2 .icon:before, .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--2 .icon:after {
    display: none !important; }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .booster {
      width: 70px !important;
      height: 55px !important; }
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .cell-tower {
      width: 55px !important;
      left: 30px; } }
  @media (max-width: 799px) and (min-width: 600px) {
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .cell-tower {
      left: 45px !important; } }
  @media (max-width: 799px) {
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .inside-antenna {
      width: 80px !important; }
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--2 .icon:after {
      border-top: 100px solid; }
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--3 .icon:before {
      display: none !important; } }
  @media (min-width: 800px) {
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .booster {
      height: 80px !important;
      width: 90px !important; }
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .cell-tower {
      width: 70px !important; }
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .inside-antenna {
      width: 100px !important; }
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--2 .icon:after {
      border-top: 90px solid; }
    .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--3 .icon:before, .how-it-works.how-it-works--cel-fi .diagram--building.diagram--wireless .step--3 .icon:after {
      display: none !important; } }

.tabs--custom {
  display: flex;
  justify-content: center;
  border: 0; }
  .tabs--custom .tab {
    border: 0; }
    .tabs--custom .tab.tab-title {
      padding: 0.33rem 2.28571rem;
      border: 1px solid #D8D8D8;
      margin: 0.21429rem; }
      .tabs--custom .tab.tab-title a {
        color: #4f4f4f;
        text-decoration: none;
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 2;
        position: relative;
        display: block; }
        .tabs--custom .tab.tab-title a:hover, .tabs--custom .tab.tab-title a:focus, .tabs--custom .tab.tab-title a:visited {
          color: #4f4f4f;
          outline: none; }
        .tabs--custom .tab.tab-title a:active {
          color: #4f4f4f;
          outline: none; }
        @media screen and (min-width: 374px) {
          .tabs--custom .tab.tab-title a {
            font-size: 1rem; } }
        @media screen and (min-width: 450px) {
          .tabs--custom .tab.tab-title a {
            font-size: 1.1rem; } }
      .tabs--custom .tab.tab-title.is-active a {
        color: #FFF; }
      .tabs--custom .tab.tab-title.is-active:after {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000;
        position: absolute;
        left: calc(50% - 10px);
        bottom: -9px; }
  .tabs--custom.tabs--blue .tab.is-active {
    background-color: #1772b0; }
    .tabs--custom.tabs--blue .tab.is-active:after {
      border-top: 10px solid #1772b0; }
  .tabs--custom.tabs--lightblue .tab.is-active {
    background-color: #24a7d0; }
    .tabs--custom.tabs--lightblue .tab.is-active:after {
      border-top: 10px solid #24a7d0; }
  .tabs--custom.tabs--red .tab.is-active a {
    background-color: #9f1c3e; }
    .tabs--custom.tabs--red .tab.is-active a:after {
      border-top: 10px solid #9f1c3e; }
  .tabs--custom.tabs--darkred .tab.is-active a {
    background-color: #aa2b29; }
    .tabs--custom.tabs--darkred .tab.is-active a:after {
      border-top: 10px solid #aa2b29; }
  .tabs--custom.tabs--green .tab.is-active a {
    background-color: #239ba6; }
    .tabs--custom.tabs--green .tab.is-active a:after {
      border-top: 10px solid #239ba6; }
  .tabs--custom.tabs--blue-cel-fi .tab.is-active a {
    background-color: #4daddf; }
    .tabs--custom.tabs--blue-cel-fi .tab.is-active a:after {
      border-top: 10px solid #4daddf; }

.shop-by-brand h2 {
  text-align: center; }

.shop-by-brand .brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .shop-by-brand .brands-list .brand {
    transition: .3s ease;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 2%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .shop-by-brand .brands-list .brand svg {
      width: 100%;
      max-width: 300px;
      height: 35px; }
    @media (min-width: 1181px) {
      .shop-by-brand .brands-list .brand:hover {
        border: 3px solid #0199c6; } }
  .shop-by-brand .brands-list.brands-list--6 .brand, .shop-by-brand .brands-list.brands-list--4 .brand {
    width: 49%; }
    .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(odd), .shop-by-brand .brands-list.brands-list--4 .brand:nth-child(odd) {
      margin-right: 1%; }
    .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(even), .shop-by-brand .brands-list.brands-list--4 .brand:nth-child(even) {
      margin-left: 1%; }
    .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-wilsonpro, .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-wilsonpro {
      height: 24px; }
    .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-surecall, .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-surecall {
      height: 21px; }
    .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-weboost, .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-weboost {
      height: 21px; }
    .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-hiboost, .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-hiboost {
      height: 23px; }
    .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-zboost, .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-zboost {
      height: 30px; }
    .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-bolton-technical, .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-bolton-technical {
      height: 22px; }
    .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-cel-fi, .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-cel-fi {
      height: 30px; }
  .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(5), .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(6) {
    margin-bottom: 0; }
  .shop-by-brand .brands-list.brands-list--4 .brand:nth-child(3), .shop-by-brand .brands-list.brands-list--4 .brand:nth-child(4) {
    margin-bottom: 0; }
  .shop-by-brand .brands-list.brands-list--8 .brand {
    width: 90%; }
    .shop-by-brand .brands-list.brands-list--8 .brand svg.logo-wilsonpro {
      height: 30px; }
    .shop-by-brand .brands-list.brands-list--8 .brand svg.logo-surecall {
      height: 28px; }
    .shop-by-brand .brands-list.brands-list--8 .brand svg.logo-weboost {
      height: 27px; }
    .shop-by-brand .brands-list.brands-list--8 .brand svg.logo-hiboost {
      height: 30px; }
    .shop-by-brand .brands-list.brands-list--8 .brand svg.logo-zboost {
      height: 38px; }
    .shop-by-brand .brands-list.brands-list--8 .brand svg.logo-bolton-technical {
      height: 28px; }
    .shop-by-brand .brands-list.brands-list--8 .brand svg.logo-cel-fi {
      height: 40px; }
    .shop-by-brand .brands-list.brands-list--8 .brand img.logo-inhand {
      height: 55px; }
    .shop-by-brand .brands-list.brands-list--8 .brand img.logo-uniden {
      height: 29px; }
    @media (min-width: 551px) {
      .shop-by-brand .brands-list.brands-list--8 .brand {
        width: 46%;
        margin: .75rem; } }
    @media (min-width: 1181px) {
      .shop-by-brand .brands-list.brands-list--8 .brand {
        width: 23%; } }
  @media (min-width: 551px) {
    .shop-by-brand .brands-list .brand {
      height: 125px;
      margin: 0; }
    .shop-by-brand .brands-list.brands-list--3 .brand {
      width: 32%; }
      .shop-by-brand .brands-list.brands-list--3 .brand:nth-child(2) {
        margin: 0 2%; }
    .shop-by-brand .brands-list.brands-list--4 .brand {
      width: 48%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 1%; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brand:nth-child(even) {
        margin-right: 1% !important;
        margin-left: 1% !important; }
    .shop-by-brand .brands-list.brands-list--6 .brand {
      width: 32%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 2% !important; }
      .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(2), .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(5) {
        margin-right: 2% !important;
        margin-left: 2% !important; }
    .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(4), .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(5), .shop-by-brand .brands-list.brands-list--6 .brand:nth-child(6) {
      margin-bottom: 0 !important; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-wilsonpro, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-wilsonpro {
      height: 30px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-surecall, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-surecall {
      height: 28px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-weboost, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-weboost {
      height: 27px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-hiboost, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-hiboost {
      height: 30px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-zboost, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-zboost {
      height: 38px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-bolton-technical, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-bolton-technical {
      height: 28px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-cel-fi, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-cel-fi {
      height: 40px; }
    .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-wilsonpro {
      height: 33px; }
    .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-surecall {
      height: 33px; }
    .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-weboost {
      height: 33px; }
    .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-hiboost {
      height: 35px; }
    .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-zboost {
      height: 42px; }
    .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-bolton-technical {
      height: 28px; }
    .shop-by-brand .brands-list.brands-list--4 .brand svg.logo-cel-fi {
      height: 40px; } }
  @media (min-width: 1181px) {
    .shop-by-brand .brands-list.brands-list--4 .brand {
      width: 24%;
      margin: 0 .5%; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brands-list--4 .brand svg.logo-wilsonpro {
        height: 30px; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brands-list--4 .brand svg.logo-surecall {
        height: 30px; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brands-list--4 .brand svg.logo-weboost {
        height: 30px; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brands-list--4 .brand svg.logo-hiboost {
        height: 32px; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brands-list--4 .brand svg.logo-zboost {
        height: 38px; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brands-list--4 .brand svg.logo-bolton-technical {
        height: 26px; }
      .shop-by-brand .brands-list.brands-list--4 .brand.brands-list--4 .brand svg.logo-cel-fi {
        height: 35px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-wilsonpro, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-wilsonpro {
      height: 40px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-surecall, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-surecall {
      height: 36px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-weboost, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-weboost {
      height: 33px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-hiboost, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-hiboost {
      height: 38px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-zboost, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-zboost {
      height: 48px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-bolton-technical, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-bolton-technical {
      height: 36px; }
    .shop-by-brand .brands-list.brands-list--3 .brand svg.logo-cel-fi, .shop-by-brand .brands-list.brands-list--6 .brand svg.logo-cel-fi {
      height: 46px; } }

.page-main-header {
  width: 100%;
  text-align: center;
  position: relative;
  background: #165676;
  background-image: url("../img/page-header-background.png");
  height: 60px;
  background-size: 100%;
  font-family: "Montserrat", "Roboto", Arial, Helvetica, sans-serif;
  display: flex; }
  .page-main-header h1, .page-main-header span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 16px;
    border: 0 none; }
    @media (min-width: 1181px) {
      .page-main-header h1, .page-main-header span {
        font-size: 2.25rem;
        top: 22px; } }
  @media (min-width: 1181px) {
    .page-main-header {
      height: 90px; } }
  @media (max-width: 1080px) {
    .page-main-header {
      height: auto;
      padding: 1rem; }
      .page-main-header h1, .page-main-header span {
        top: 0;
        position: static; } }

body .blog-post-subtitle {
  margin: 15px 0;
  font-size: 20px;
  color: #000;
  clear: both; }

body .blog-post .left-section {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  float: left; }

body .blog-post .right-section {
  display: inline-block;
  width: 49%;
  margin-left: 1%;
  float: right;
  padding: 23px 0; }

body .blog-post > ul > li {
  list-style: disc;
  color: #000; }

body .blog-post p {
  color: #000; }

body .blog-post .products {
  text-align: center; }
  body .blog-post .products ul.product-list {
    margin: 0;
    clear: both; }
    body .blog-post .products ul.product-list li.product {
      display: inline-block;
      width: 48%;
      margin: 0 1%;
      float: left;
      text-align: left; }
      body .blog-post .products ul.product-list li.product .product-image {
        height: 115px; }
        body .blog-post .products ul.product-list li.product .product-image img {
          max-height: 100%; }
      body .blog-post .products ul.product-list li.product .product-name {
        font-size: 16px;
        color: #000;
        font-weight: 700;
        margin: 15px 0; }
      body .blog-post .products ul.product-list li.product ul li {
        list-style: disc;
        color: #000; }
  body .blog-post .products a {
    clear: both;
    display: inline-block;
    margin: 3rem 0;
    padding: 7px 20px;
    background: #00a5d5;
    color: #fff;
    text-decoration: none; }

body .blog-post-body .blog-post-tags {
  border-top: 1px solid #e2e4e6;
  padding: 30px 0;
  text-align: left; }
  body .blog-post-body .blog-post-tags > span {
    text-transform: uppercase;
    color: #000; }
  body .blog-post-body .blog-post-tags ul.tags {
    margin: 0;
    display: inline-block; }
    body .blog-post-body .blog-post-tags ul.tags li {
      border: 1px solid #1b7d9c;
      margin-left: 15px; }
      body .blog-post-body .blog-post-tags ul.tags li a {
        color: #1b7d9c;
        padding: 3px 8px; }

body .blog-header .blog-title {
  text-align: left;
  margin: 15px 0;
  color: #000;
  font-size: 28px; }
  body .blog-header .blog-title a {
    color: #000; }

body .blog-header .blog-author {
  text-align: left;
  margin: 0;
  color: #666;
  font-size: 14px;
  text-transform: uppercase; }

body .blog-header .blog-date {
  text-align: left;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1a8fb8; }
  body .blog-header .blog-date .tags {
    margin: 0;
    display: inline-block; }
    body .blog-header .blog-date .tags .tag {
      padding: 2px 16px;
      background: #df2579;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      margin-right: 5px; }
      body .blog-header .blog-date .tags .tag:nth-child(n+2) {
        display: none; }

body .blog-post-item {
  width: 33.33%;
  display: inline-block;
  float: left;
  padding: 0 10px; }
  body .blog-post-item .tags {
    text-align: left;
    background: #00a5d5;
    margin-bottom: 0px;
    padding: 8.5px 15px;
    color: #fff;
    font-size: 14px;
    position: relative; }
    body .blog-post-item .tags .tag svg {
      display: inline-block;
      height: 20px;
      width: 26px;
      vertical-align: middle;
      margin-right: 15px; }
  body .blog-post-item .blog-thumbnail {
    height: 180px;
    text-align: center;
    font: 0/0 a;
    margin-bottom: 0;
    overflow: hidden; }
    body .blog-post-item .blog-thumbnail a {
      display: inline-block;
      vertical-align: middle;
      max-height: 100%; }
  body .blog-post-item .blog-date {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #1a8fb8;
    font-size: 14px;
    font-weight: 700; }
  body .blog-post-item .blog-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
    text-align: left; }
    body .blog-post-item .blog-title a {
      color: #000;
      max-height: 67px;
      overflow: hidden;
      text-decoration: none;
      text-transform: none;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      margin: 15px 0;
      display: block; }
  body .blog-post-item .blog-post {
    font-size: 15px;
    color: #000; }
    body .blog-post-item .blog-post span {
      height: 65px;
      overflow: hidden;
      display: block; }
      body .blog-post-item .blog-post span.large {
        max-height: 192px;
        height: 100%; }
    body .blog-post-item .blog-post a {
      display: block;
      margin-top: 15px;
      text-decoration: none;
      color: #1a8fb8;
      font-weight: 700; }
  body .blog-post-item .tags li span.tag-icon {
    background-image: url(../../assets/img/blog-post-tag-icon.png);
    width: 20px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    background-repeat: no-repeat;
    background-size: cover; }
  body .blog-post-item .blog-post-figure {
    width: 100%; }
  body .blog-post-item .blog-post-body {
    width: 100%;
    height: 250px;
    overflow: hidden; }
    body .blog-post-item .blog-post-body.large {
      height: 385px; }
    body .blog-post-item .blog-post-body .blog-author {
      display: none; }

.recent-blog-posts .blog-post-section .section .blog-post-item-content {
  display: none; }

.recent-blog-posts .blog-post-content {
  display: none; }

@media (max-width: 768px) {
  body .blog-post .left-section {
    width: 100%;
    margin: 0;
    float: none; }
  body .blog-post .right-section {
    width: 100%;
    margin: 0;
    float: none; }
  body .blog-post-body .blog-post-tags > span {
    display: block; }
  body .blog-post-body .blog-post-tags ul.tags {
    margin: 15px 0 0 -15px;
    display: block;
    width: 100%; }
    body .blog-post-body .blog-post-tags ul.tags li {
      float: left;
      margin-bottom: 15px; } }

@media (max-width: 550px) {
  .blog-post-page .blog-post .products ul.product-list li.product {
    width: 100%;
    margin: 7.5px 0; } }

.blog-post-page .blog-post-tags .tags {
  text-align: left; }

.blog-post-page .blog-post-tags .tag {
  margin-right: 0.78571rem; }
  .blog-post-page .blog-post-tags .tag a {
    font-size: 13px;
    border: 1px solid #0C84C0;
    color: #0C84C0;
    padding: 0 1rem; }

.blog-ctas {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-bottom: 1.5rem !important;
  padding-bottom: 2rem;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-top: 1.5rem; }
  @media (min-width: 650px) {
    .blog-ctas {
      width: 100%;
      margin: 0; } }

.blog-ctasHeader {
  margin: 1.5rem 0;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  text-align: center; }
  @media (min-width: 650px) {
    .blog-ctasHeader {
      margin-bottom: 1.5rem; } }

.blog-ctasLinks {
  display: flex;
  flex-direction: column; }
  @media (min-width: 650px) {
    .blog-ctasLinks {
      flex-direction: row;
      margin: 0 -6px; } }

.blog-ctasLink {
  height: 110px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem; }
  .blog-ctasLink .main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 175px; }
    .blog-ctasLink .main div {
      color: #000;
      font-size: 22px;
      font-weight: 600;
      line-height: 26px; }
    .blog-ctasLink .main.white div, .blog-ctasLink .main.white a {
      color: #FFF !important; }
    .blog-ctasLink .main.white svg {
      fill: #FFF; }
    .blog-ctasLink .main a {
      display: flex;
      width: 145px;
      align-items: center;
      text-decoration: underline;
      text-transform: uppercase;
      color: #000 !important; }
      .blog-ctasLink .main a svg {
        width: 10px !important;
        height: 10px;
        margin-left: 5px;
        fill: #000; }
    @media (min-width: 650px) {
      .blog-ctasLink .main {
        align-items: center; }
        .blog-ctasLink .main a {
          justify-content: center; } }
  .blog-ctasLink .product {
    margin-right: 10px;
    width: 110px !important;
    align-self: flex-end;
    padding-top: 10px; }
    .blog-ctasLink .product img {
      display: block;
      margin: 0 auto;
      width: 90% !important; }
  @media (min-width: 650px) {
    .blog-ctasLink {
      width: 33.33%;
      height: auto !important;
      margin: 0 6px;
      flex-direction: column;
      position: relative;
      padding-bottom: 30%;
      justify-content: inherit; }
      .blog-ctasLink .main {
        position: absolute;
        top: 18%;
        z-index: 1; }
        .blog-ctasLink .main a {
          width: 100px;
          font-size: 12px;
          margin-top: 10px;
          padding: 6px 0;
          text-decoration: none;
          border: 1px solid #000; }
          .blog-ctasLink .main a:hover {
            background: #DD2C79;
            border: 1px solid #DD2C79 !important;
            color: #FFF !important; }
            .blog-ctasLink .main a:hover svg {
              fill: #FFF; }
        .blog-ctasLink .main.white a {
          border: 1px solid #FFF; }
      .blog-ctasLink .product {
        width: auto !important;
        margin-right: 0;
        position: absolute;
        align-self: auto;
        bottom: 0; }
        .blog-ctasLink .product img {
          width: 55% !important; } }
  @media (min-width: 880px) {
    .blog-ctasLink {
      height: 250px !important;
      padding-bottom: 0; } }
  @media (min-width: 1361px) {
    .blog-ctasLink {
      height: 190px !important; }
      .blog-ctasLink .main {
        width: 220px; }
        .blog-ctasLink .main div {
          font-size: 26px; }
      .blog-ctasLink .product.home img {
        width: 83% !important; }
      .blog-ctasLink .product.business img {
        width: 59% !important; }
      .blog-ctasLink .product.router img {
        width: 70% !important; } }

.blog-ctasLink--white {
  background: radial-gradient(#EFEFEF, #C0C0C0); }
  @media (min-width: 1361px) {
    .blog-ctasLink--white {
      background: radial-gradient(#EFEFEF, #C0C0C0); } }

.blog-ctasLink--green {
  background: linear-gradient(to right, #35B141, #1A1A1A); }
  @media (min-width: 1361px) {
    .blog-ctasLink--green {
      background: radial-gradient(circle 190px at 95px 0, #35B141, #1A1A1A); } }

.blog-ctasLink--blue {
  background: linear-gradient(to right, #0C88B6, #1E223B); }
  @media (min-width: 1361px) {
    .blog-ctasLink--blue {
      background: radial-gradient(circle 190px at 95px 0, #0C88B6, #1E223B); } }

.blog-ctasBottom {
  margin: 0 1.5rem; }
  .blog-ctasBottom div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
    .blog-ctasBottom div img {
      width: 30px !important;
      height: 30px;
      margin-right: 15px; }
    .blog-ctasBottom div span {
      color: #0C84C0;
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
      text-transform: uppercase; }
      .blog-ctasBottom div span br {
        display: none; }
        @media (min-width: 445px) {
          .blog-ctasBottom div span br {
            display: block; } }
  .blog-ctasBottom p {
    text-align: center; }
    .blog-ctasBottom p a.n {
      color: #000 !important;
      font-weight: 600;
      text-decoration: none; }
  @media (min-width: 650px) {
    .blog-ctasBottom {
      margin-top: 2rem; }
      .blog-ctasBottom p {
        max-width: 450px;
        margin: 0 auto; } }
  @media (min-width: 880px) {
    .blog-ctasBottom div img {
      width: 44px !important;
      height: 44px;
      margin-right: 15px; }
    .blog-ctasBottom div span {
      font-size: 20px;
      line-height: 27px; }
    .blog-ctasBottom p {
      max-width: 570px;
      font-size: 20px !important; } }

.blog-post-page .blog-post-body .blog-header .blog-title {
  margin: 2rem 0 .75rem 0 !important;
  line-height: 44px !important;
  font-size: 34px !important; }
  @media (min-width: 1181px) {
    .blog-post-page .blog-post-body .blog-header .blog-title {
      margin-top: 0 !important; } }

.blog-post-page .blog-post-body .blog-header .blog-details {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }
  .blog-post-page .blog-post-body .blog-header .blog-details .blog-author,
  .blog-post-page .blog-post-body .blog-header .blog-details .blog-published-date {
    display: block;
    font-size: 16px; }
  .blog-post-page .blog-post-body .blog-header .blog-details .blog-author {
    margin-right: .33rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #0c84c0; }
  .blog-post-page .blog-post-body .blog-header .blog-details .blog-published-date {
    color: #666; }

.blog-post-page .blog-newsletter-signup {
  background-color: #edeff1;
  padding: 2rem 2rem 0 2rem; }
  .blog-post-page .blog-newsletter-signup .cta-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .5rem; }
  .blog-post-page .blog-newsletter-signup .cta {
    margin-bottom: 1.5rem;
    color: #000; }

.blog-post-page .blog-hubs {
  background-color: #edeff1;
  padding: 2rem;
  margin-bottom: 1.5rem; }
  .blog-post-page .blog-hubs .cta-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .5rem; }
  .blog-post-page .blog-hubs .cta {
    color: #000; }
    .blog-post-page .blog-hubs .cta a {
      display: block;
      font-weight: 600; }

.blog-post-page .blog-contents-table {
  margin-bottom: 2rem;
  display: none; }
  @media (min-width: 1181px) {
    .blog-post-page .blog-contents-table {
      display: block; } }

.blog-post-page .blog-recent-posts .post {
  margin-bottom: 2rem; }
  .blog-post-page .blog-recent-posts .post .thumbnail {
    display: block;
    margin-bottom: 1rem; }
    .blog-post-page .blog-recent-posts .post .thumbnail img {
      width: 100%; }
  .blog-post-page .blog-recent-posts .post .title {
    font-weight: 600;
    display: block; }
  .blog-post-page .blog-recent-posts .post .date {
    font-size: 14px; }

@media (min-width: 490px) and (max-width: 1180px) {
  .blog-post-page .blog-recent-posts {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .blog-post-page .blog-recent-posts h3 {
      width: 100%;
      margin-top: 0rem; }
    .blog-post-page .blog-recent-posts .post {
      display: flex;
      width: 100%; }
      .blog-post-page .blog-recent-posts .post .thumbnail {
        width: 150px;
        flex-shrink: 0;
        flex-grow: 0;
        margin-right: 1.5rem; } }

.recent-blog-posts h4 {
  text-align: left;
  margin: 15px 0;
  color: #000;
  font-size: 24px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center; }

.recent-blog-posts .blog-post-item {
  margin-bottom: 30px;
  float: left;
  display: inline-block;
  width: 33.33%;
  padding: 0 10px; }
  .recent-blog-posts .blog-post-item .blog-post-item-heading {
    display: none !important;
    background: #00a5d5;
    margin-bottom: 2px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px; }
    .recent-blog-posts .blog-post-item .blog-post-item-heading::after {
      content: "";
      background-image: url(../../assets/img/blog-post-tag-icon.png);
      width: 30px;
      height: 27px;
      float: right;
      background-repeat: no-repeat;
      display: block;
      margin-top: -2px; }
  .recent-blog-posts .blog-post-item .blog-post-item-content > a {
    display: block;
    text-decoration: none;
    color: #1a8fb8;
    font-weight: 700; }
    .recent-blog-posts .blog-post-item .blog-post-item-content > a:first-child {
      text-align: center; }
    .recent-blog-posts .blog-post-item .blog-post-item-content > a > img {
      width: 100%; }
  .recent-blog-posts .blog-post-item .blog-post-item-content > .blog-date {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #1a8fb8;
    font-size: 14px;
    font-weight: 700; }
  .recent-blog-posts .blog-post-item .blog-post-item-content > h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
    text-align: left; }
    .recent-blog-posts .blog-post-item .blog-post-item-content > h5 > a {
      color: #000;
      max-height: 67px;
      overflow: hidden;
      text-decoration: none;
      text-transform: none;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      margin: 15px 0;
      display: block; }
  .recent-blog-posts .blog-post-item .blog-post-item-content > p {
    font-size: 15px;
    color: #000;
    margin: 0 0 15px; }

.blog-post-section .section .blog-post-recent-item-content.show, .blog-post-section .latest-blog-post-item-content.show {
  display: block !important; }

@media (max-width: 850px) {
  .blog-page .blog-page-content .blog-post-item {
    width: 50%; } }

@media (max-width: 550px) {
  .recent-blog-posts .blog-post-item {
    width: 100%; } }

.blog-upper-footer {
  background: #edeff1;
  padding: 2rem 0; }
  .blog-upper-footer .left-side-section {
    width: 65%;
    display: inline-block;
    float: left;
    margin-right: 5%; }
  .blog-upper-footer .right-side-section {
    width: 30%;
    display: inline-block;
    float: right; }
    .blog-upper-footer .right-side-section .twitter-section {
      background: #fff;
      border: 1px solid #999;
      padding: 15px; }
      .blog-upper-footer .right-side-section .twitter-section .section-heading {
        margin: 0 0 5px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #1378ba;
        font-weight: 700;
        position: relative; }
        .blog-upper-footer .right-side-section .twitter-section .section-heading::after {
          content: "";
          width: 38px;
          height: 38px;
          background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
          background-repeat: no-repeat;
          background-size: cover;
          display: block;
          position: absolute;
          top: -7px;
          right: -7px; }
    .blog-upper-footer .right-side-section .newsletter-section {
      background: #00a5d5;
      color: #fff;
      border: 1px solid #999;
      padding: 15px;
      margin-bottom: 15px; }
      .blog-upper-footer .right-side-section .newsletter-section .section-heading {
        margin: 0 0 5px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        position: relative; }
      .blog-upper-footer .right-side-section .newsletter-section form {
        margin: 0; }
        .blog-upper-footer .right-side-section .newsletter-section form #nl_email {
          border-radius: 0;
          border: 1px solid #999;
          color: #666;
          width: 100%;
          float: none;
          display: block; }
        .blog-upper-footer .right-side-section .newsletter-section form input[type="submit"] {
          border-radius: 0;
          border: 0 none;
          background: #1e253a;
          display: block;
          width: 100%;
          margin: -10px 0 10px;
          color: #fff; }

.blog-upper-footer .blog-footer-section {
  width: 31.33%;
  display: inline-block;
  float: left;
  margin: 0 1%;
  background: #fff;
  border: 1px solid #999;
  height: 310px;
  padding: 15px; }
  .blog-upper-footer .blog-footer-section .section-heading {
    margin: 0 0 5px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #1378ba;
    font-weight: 700;
    position: relative; }
  .blog-upper-footer .blog-footer-section.newsletter-section {
    background: #00a5d5;
    color: #fff; }
    .blog-upper-footer .blog-footer-section.newsletter-section .section-heading {
      color: #fff; }
  .blog-upper-footer .blog-footer-section.twitter-section .section-heading::after {
    content: "";
    width: 38px;
    height: 38px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -7px;
    right: -7px; }
  .blog-upper-footer .blog-footer-section .section-content {
    margin-top: 15px; }
  .blog-upper-footer .blog-footer-section.twitter-section .section-content {
    margin: 0; }
  .blog-upper-footer .blog-footer-section.category-section .section-content {
    height: 230px;
    overflow: hidden;
    color: #030303; }
    .blog-upper-footer .blog-footer-section.category-section .section-content ul {
      margin: 0; }
      .blog-upper-footer .blog-footer-section.category-section .section-content ul li {
        margin: 0;
        list-style: none;
        padding-left: 20px;
        position: relative; }
        .blog-upper-footer .blog-footer-section.category-section .section-content ul li::before {
          content: "";
          width: 9px;
          height: 9px;
          background-image: url("../../assets/icons/angle-right.svg");
          background-repeat: no-repeat;
          background-size: contain;
          display: block;
          position: absolute;
          top: 6px;
          left: 8px; }
        .blog-upper-footer .blog-footer-section.category-section .section-content ul li a {
          text-decoration: none; }
        .blog-upper-footer .blog-footer-section.category-section .section-content ul li span {
          font-weight: 700; }
  .blog-upper-footer .blog-footer-section.newsletter-section #nl_email {
    border-radius: 0;
    border: 1px solid #999;
    color: #666;
    width: 100%;
    float: none;
    display: block; }
  .blog-upper-footer .blog-footer-section.newsletter-section input[type="submit"] {
    border-radius: 0;
    border: 0 none;
    background: #1e253a;
    float: right;
    display: block;
    margin: 0;
    color: #fff; }

@media (max-width: 750px) {
  .body > .blog-lower-footer p {
    padding: 30px 15px 0; }
  .blog-upper-footer .blog-footer-section {
    padding: 15px 10px; } }

@media (max-width: 700px) {
  .body > .blog-upper-footer .right-side-section {
    width: 100%;
    float: none; }
  .body > .blog-upper-footer .left-side-section {
    width: 100%;
    float: none;
    margin: 0; } }

@media (max-width: 635px) {
  .blog-upper-footer .blog-footer-section {
    width: 32.33%;
    margin: 0 0.5%;
    padding: 15px 5px; } }

@media (max-width: 600px) {
  .blog-upper-footer .blog-footer-section {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px; }
  .blog-upper-footer .blog-footer-section.newsletter-section {
    margin: 0; } }

.whitepaper-teaser {
  background-color: #f1f4f8; }
  .whitepaper-teaser .container {
    display: flex;
    flex-direction: column-reverse; }
    .whitepaper-teaser .container .whitepaper-teaser__icon {
      padding: 1.5rem; }
      .whitepaper-teaser .container .whitepaper-teaser__icon img {
        padding-top: 3rem;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .whitepaper-teaser .container .whitepaper-teaser__name {
      color: #74889a;
      font-size: 16px;
      text-transform: uppercase; }
    .whitepaper-teaser .container .whitepaper-teaser__text p {
      font-size: 18px;
      margin-bottom: 3rem; }
    @media (min-width: 551px) {
      .whitepaper-teaser .container {
        flex-direction: row; }
        .whitepaper-teaser .container .whitepaper-teaser__icon, .whitepaper-teaser .container .whitepaper-teaser__text {
          width: 50%; }
        .whitepaper-teaser .container .whitepaper-teaser__text .section-title {
          text-align: left; }
        .whitepaper-teaser .container .button-link {
          float: right; } }
    @media (min-width: 551px) and (max-width: 1080px) {
      .whitepaper-teaser .container .whitepaper-teaser__icon {
        width: 300px; }
        .whitepaper-teaser .container .whitepaper-teaser__icon img {
          position: absolute;
          left: -50%; } }

@media (min-width: 551px) and (max-width: 1080px) and (min-width: 650px) {
  .whitepaper-teaser .container .whitepaper-teaser__icon img {
    width: 500px;
    left: -200px; }
  .whitepaper-teaser .container .whitepaper-teaser__text {
    width: calc(100% - 300px); } }

@media (min-width: 551px) and (max-width: 1080px) and (min-width: 800px) {
  .whitepaper-teaser .container {
    height: 400px; } }
    @media (min-width: 1080px) {
      .whitepaper-teaser .container .whitepaper-teaser__icon {
        padding: 0;
        position: relative; }
      .whitepaper-teaser .container .whitepaper-teaser__icon img {
        padding-top: 0;
        position: absolute;
        left: -10%;
        max-width: 523px; } }

.whitepaper-strip-banner-mobile {
  background-color: #485b6e; }
  .whitepaper-strip-banner-mobile a {
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    color: #FFF;
    font-weight: 700;
    text-decoration: none; }
    .whitepaper-strip-banner-mobile a:before {
      content: "READ";
      font-weight: 700;
      position: absolute;
      left: 15px;
      display: block;
      z-index: 1; }
    .whitepaper-strip-banner-mobile a span {
      margin-left: 100px; }
    .whitepaper-strip-banner-mobile a svg {
      height: 21px;
      width: 86px;
      position: absolute;
      left: 0; }
    @media (min-width: 485px) {
      .whitepaper-strip-banner-mobile a {
        height: 33px; } }
  @media (min-width: 1181px) {
    .whitepaper-strip-banner-mobile {
      display: none !important; } }

.wave-app-banner {
  background-color: #e9eaef;
  padding: 1.5rem;
  overflow: hidden;
  margin-top: 1.5rem; }
  @media (min-width: 1181px) {
    .wave-app-banner {
      padding: 1.5rem 2.5rem; } }

.wave-app-banner-heading {
  margin: 0 0 1.5rem 0;
  font-size: 16px;
  font-family: 'Roboto', Arial, Sans-Serif;
  font-weight: 700;
  color: #3d4355;
  text-transform: uppercase; }
  @media (min-width: 1181px) {
    .wave-app-banner-heading {
      font-size: 18px; } }

.wave-app-banner-image {
  margin: 1.5rem 0;
  width: 100%;
  max-width: 400px; }
  @media (min-width: 800px) {
    .wave-app-banner-image {
      float: right;
      max-width: 400px;
      margin-left: 25px;
      margin-top: 0; } }
  @media (min-width: 1181px) {
    .wave-app-banner-image {
      margin-left: 100px; } }

.wave-app-banner-links {
  display: flex;
  align-items: center; }
  .wave-app-banner-links a {
    max-width: 125px; }
  .wave-app-banner-links a:nth-child(1) {
    margin-right: 1rem; }
  @media (min-width: 800px) {
    .wave-app-banner-links {
      margin-top: 50px; }
      .wave-app-banner-links a {
        max-width: 150px; } }

.about-intro .wave-app-banner {
  margin-top: 1.5rem;
  margin-right: 0;
  margin-left: 0; }

.promotion-banner.inhand-march-2022 {
  background: #FFF; }
  .promotion-banner.inhand-march-2022 .container {
    background-image: url("https://www.signalboosters.com/content/images/promo-banner-inhand-verizon-router-mobile.jpg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 27%; }
  @media (min-width: 700px) {
    .promotion-banner.inhand-march-2022 .container {
      padding-bottom: 7%;
      background-image: url("https://www.signalboosters.com/content/images/promo-banner-inhand-verizon-router-desktop.jpg");
      background-size: cover; } }
  @media (min-width: 1181px) {
    .promotion-banner.inhand-march-2022 {
      display: block; }
      .promotion-banner.inhand-march-2022 .container {
        padding-bottom: 0;
        height: 90px; } }

.promotion-banner.surecall-july-2022 {
  background: linear-gradient(to right, #5fc0c9 50%, #05aa84 0%); }
  .promotion-banner.surecall-july-2022 .container {
    background-image: url("https://www.signalboosters.com/content/images/promo-banner-surecall-july-2022-mobile.jpg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 26.5%; }
  @media (min-width: 700px) {
    .promotion-banner.surecall-july-2022 .container {
      padding-bottom: 7%;
      background-image: url("https://www.signalboosters.com/content/images/promo-banner-surecall-july-2022-desktop.jpg");
      background-size: 101%; } }
  @media (min-width: 1181px) {
    .promotion-banner.surecall-july-2022 {
      display: block; }
      .promotion-banner.surecall-july-2022 .container {
        padding-bottom: 0;
        height: 90px; } }

.design-installation-work {
  background-color: #FFF;
  padding-bottom: 3rem; }
  .design-installation-work .installation-work-slider {
    margin-bottom: 1.07143rem; }
  .design-installation-work .installation-work-slide {
    display: flex;
    flex-flow: row wrap; }
    @media (min-width: 750px) {
      .design-installation-work .installation-work-slide .left-side {
        min-height: 29.28571rem; } }
    .design-installation-work .installation-work-slide .right-side {
      min-height: 25rem; }
      @media (min-width: 750px) {
        .design-installation-work .installation-work-slide .right-side {
          min-height: 29.28571rem; } }
    .design-installation-work .installation-work-slide .left-side {
      padding: 2.5rem;
      padding-bottom: 0;
      background-color: white;
      width: 100%; }
      @media (min-width: 750px) {
        .design-installation-work .installation-work-slide .left-side {
          width: 50%;
          padding-bottom: 2.5rem; } }
      .design-installation-work .installation-work-slide .left-side .logo {
        margin-bottom: 0.71429rem; }
        @media (min-width: 551px) {
          .design-installation-work .installation-work-slide .left-side .logo {
            min-height: 8.21429rem;
            margin-bottom: 0; } }
        .design-installation-work .installation-work-slide .left-side .logo img {
          width: auto; }
      .design-installation-work .installation-work-slide .left-side h3 {
        margin: 0 0 0.78571rem;
        padding: 0;
        text-transform: uppercase; }
      .design-installation-work .installation-work-slide .left-side p {
        font-size: 16px; }
    .design-installation-work .installation-work-slide .right-side {
      width: 100%;
      position: relative;
      overflow: hidden; }
      @media (min-width: 750px) {
        .design-installation-work .installation-work-slide .right-side {
          width: 50%; } }
      .design-installation-work .installation-work-slide .right-side .right-side-image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%; }
        .design-installation-work .installation-work-slide .right-side .right-side-image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 715px; }
          @media (min-width: 750px) {
            .design-installation-work .installation-work-slide .right-side .right-side-image img {
              position: relative;
              max-height: 410px;
              top: 0;
              left: 0;
              transform: none; } }
      .design-installation-work .installation-work-slide .right-side-content {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 1.5rem 2.5rem 3.5rem 4rem;
        font-size: 15px;
        color: white; }
        @media (min-width: 750px) {
          .design-installation-work .installation-work-slide .right-side-content {
            padding: 1.5rem 2.5rem 3.5rem 4.5rem; } }
        .design-installation-work .installation-work-slide .right-side-content p {
          position: relative;
          width: 100%;
          color: white !important; }
          .design-installation-work .installation-work-slide .right-side-content p .quote {
            position: absolute;
            display: block;
            left: 0;
            width: 1.21429rem;
            height: 1rem;
            background: url("../img/icon-quote-white.png") 50% 50% no-repeat;
            background-size: 100% auto;
            margin-left: -2rem; }
    .design-installation-work .installation-work-slide.slide-1 .logo img {
      max-height: 6.42857rem; }
    .design-installation-work .installation-work-slide.slide-2 .logo img {
      max-height: 3.21429rem; }
    .design-installation-work .installation-work-slide.slider-3 .logo img {
      max-height: 3.21429rem; }
    .design-installation-work .installation-work-slide.slide-4 .logo img {
      max-height: 6.42857rem; }
    .design-installation-work .installation-work-slide.slide-5 .logo img {
      max-height: 5rem; }
  .design-installation-work .installation-work-nav {
    background-color: white;
    padding: 0.78571rem 0; }
  .design-installation-work .carousel-buttons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    background-color: white;
    padding: 0.78571rem 0; }
  .design-installation-work .custom-slider-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    .design-installation-work .custom-slider-nav .slick-dots,
    .design-installation-work .custom-slider-nav .slick-prev,
    .design-installation-work .custom-slider-nav .slick-next {
      top: initial;
      bottom: initial;
      right: initial;
      left: initial;
      position: relative; }
    .design-installation-work .custom-slider-nav .slick-prev,
    .design-installation-work .custom-slider-nav .slick-next {
      background: url("../icons/arrow-down.svg") 50% 50% no-repeat;
      background-size: 100%;
      width: 1.42857rem;
      height: 1.14286rem;
      cursor: pointer;
      border: 0;
      padding: 0;
      margin-top: 0; }
      .design-installation-work .custom-slider-nav .slick-prev::before,
      .design-installation-work .custom-slider-nav .slick-next::before {
        content: none; }
    .design-installation-work .custom-slider-nav .slick-prev {
      transform: rotate(90deg);
      margin-right: 1.21429rem; }
      @media (min-width: 480px) {
        .design-installation-work .custom-slider-nav .slick-prev {
          margin-right: 2.28571rem; } }
    .design-installation-work .custom-slider-nav .slick-next {
      transform: rotate(270deg);
      margin-left: 1.21429rem; }
      @media (min-width: 480px) {
        .design-installation-work .custom-slider-nav .slick-next {
          margin-right: 2.28571rem; } }
    .design-installation-work .custom-slider-nav .slick-dots li {
      margin: 0 0.21429rem;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 480px) {
        .design-installation-work .custom-slider-nav .slick-dots li {
          margin: 0 0.35714rem; } }
      .design-installation-work .custom-slider-nav .slick-dots li button {
        display: initial;
        height: 1rem;
        width: 1rem;
        background: #CCC;
        border: 2px solid white; }
        .design-installation-work .custom-slider-nav .slick-dots li button::before {
          content: none; }
      .design-installation-work .custom-slider-nav .slick-dots li:hover button {
        border-color: #333;
        background-color: #333; }
      .design-installation-work .custom-slider-nav .slick-dots li.slick-active button, .design-installation-work .custom-slider-nav .slick-dots li.slick-active:hover button {
        background-color: white;
        border: 4px solid #C60A2A; }
    .design-installation-work .custom-slider-nav .dots {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: center; }
      .design-installation-work .custom-slider-nav .dots .dot {
        height: 1rem;
        width: 1rem;
        border: 2px solid white;
        margin: 0 0.92857rem;
        border-radius: 100%;
        cursor: pointer; }
        .design-installation-work .custom-slider-nav .dots .dot:first-child {
          margin-left: 0; }
        .design-installation-work .custom-slider-nav .dots .dot:last-child {
          margin-right: 0; }
        .design-installation-work .custom-slider-nav .dots .dot.active, .design-installation-work .custom-slider-nav .dots .dot.active:hover {
          background-color: white;
          border: 4px solid; }

.customSlickDots {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0.78571rem 1.14286rem; }
  .customSlickDots .slick-dots,
  .customSlickDots .slick-prev,
  .customSlickDots .slick-next {
    top: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    position: relative; }
  .customSlickDots .slick-prev,
  .customSlickDots .slick-next {
    background: url("../icons/carousel-arrow.svg") 50% 50% no-repeat;
    opacity: .2;
    background-size: 100%;
    width: 8px;
    height: 15px;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin-top: 0;
    transform: none; }
    .customSlickDots .slick-prev::before,
    .customSlickDots .slick-next::before {
      content: none; }
  .customSlickDots .slick-prev {
    transform: rotate(180deg);
    margin-right: 1.5rem; }
  .customSlickDots .slick-next {
    margin-left: 1.5rem; }
  .customSlickDots .slick-dots li {
    margin: 0 0.21429rem;
    font-size: 0;
    top: 2px; }
    @media (min-width: 480px) {
      .customSlickDots .slick-dots li {
        margin: 0 0.35714rem; } }
    .customSlickDots .slick-dots li button {
      display: initial;
      height: 1rem;
      width: 1rem;
      background: #D9DCE0;
      border: 2px solid white; }
      .customSlickDots .slick-dots li button::before {
        content: none; }
    .customSlickDots .slick-dots li:hover button {
      border-color: #068AC7;
      background-color: #068AC7; }
    .customSlickDots .slick-dots li.slick-active button, .customSlickDots .slick-dots li.slick-active:hover button {
      background-color: white;
      border: 4px solid #068AC7; }
  .customSlickDots .dots {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center; }
    .customSlickDots .dots .dot {
      height: 1rem;
      width: 1rem;
      background: #D9DCE0;
      border: 2px solid white;
      margin: 0 0.92857rem;
      border-radius: 100%;
      cursor: pointer; }
      .customSlickDots .dots .dot:first-child {
        margin-left: 0; }
      .customSlickDots .dots .dot:last-child {
        margin-right: 0; }
      .customSlickDots .dots .dot:hover {
        border-color: #068AC7;
        background-color: #068AC7; }
      .customSlickDots .dots .dot.active, .customSlickDots .dots .dot.active:hover {
        background-color: white;
        border: 4px solid #068AC7; }

.business-services-guarantee .section-title {
  font-weight: 400;
  margin-bottom: 1.5rem; }

.business-services-guarantee .section-subtitle {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #000000; }

.business-services-guarantee .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 1.5rem; }
  .business-services-guarantee .row .column {
    width: 100%;
    text-align: center;
    margin-top: 3rem; }
    @media (min-width: 320px) {
      .business-services-guarantee .row .column {
        width: 50%;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 481px) {
      .business-services-guarantee .row .column {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .business-services-guarantee .row .column {
        max-width: 210px;
        width: 20%; } }
    .business-services-guarantee .row .column.warranty .image img {
      max-height: 52px; }
    .business-services-guarantee .row .column .image,
    .business-services-guarantee .row .column .text {
      max-width: 210px;
      margin: auto; }
    .business-services-guarantee .row .column .image {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 90px; }
      .business-services-guarantee .row .column .image img {
        max-height: 62px; }
    .business-services-guarantee .row .column .text {
      color: #000000;
      font-size: 15px; }
      @media (min-width: 700px) {
        .business-services-guarantee .row .column .text {
          font-size: 17px; } }

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

.hawk input[type='text'],
.hawk input[type='password'],
.hawk input[type='email'],
.hawk input[type='number'],
.hawk input[type='search'],
.hawk input[type='tel'],
.hawk input[type='time'],
.hawk input[type='url'],
.hawk input[type='week'],
.hawk select {
  display: block;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.hawk input[type='text']:focus,
.hawk input[type='password']:focus,
.hawk input[type='email']:focus,
.hawk input[type='number']:focus,
.hawk input[type='search']:focus,
.hawk input[type='tel']:focus,
.hawk input[type='time']:focus,
.hawk input[type='url']:focus,
.hawk input[type='week']:focus,
.hawk select:focus {
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk input[type='text']:focus,
.hawk input[type='password']:focus,
.hawk input[type='email']:focus,
.hawk input[type='number']:focus,
.hawk input[type='search']:focus,
.hawk input[type='tel']:focus,
.hawk input[type='time']:focus,
.hawk input[type='url']:focus,
.hawk input[type='week']:focus,
.hawk select:focus {
  outline: none; }

.hawk input[type='number'],
.hawk input[type='week'],
.hawk input[type='time'] {
  width: auto; }

.hawk textarea {
  display: block;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  min-height: 100px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.hawk textarea:focus {
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk textarea:focus {
  outline: none; }

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

.hawk {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 16px; }

.hawk__header {
  margin-bottom: 1em; }

.hawk__body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px; }

@media only screen and (min-width: 48em) {
  .hawk__body {
    flex-wrap: nowrap; } }

.hawk-btn {
  display: inline-block;
  padding: 7px 1.15rem;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: #3f4044;
  color: #fff;
  border-radius: 4px;
  outline: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, ␍ box-shadow 0.15s ease-in-out; }

.hawk-btn:focus {
  outline: none; }

.hawk-btn.focus,
.hawk-btn:focus,
.hawk-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333437; }

.hawk-btn.active,
.hawk-btn:active {
  background-image: none;
  outline: 0;
  background-color: #333437; }

.hawk-btn.disabled,
.hawk-btn[disabled],
fieldset[disabled] .hawk-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65; }

a.hawk-btn.disabled,
fieldset[disabled] a.hawk-btn {
  pointer-events: none; }

.hawk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.hawk-btn-default.focus,
.hawk-btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.hawk-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.hawk-btn-default.active,
.hawk-btn-default:active,
.open > .dropdown-toggle.hawk-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.hawk-btn-default.active.focus,
.hawk-btn-default.active:focus,
.hawk-btn-default.active:hover,
.hawk-btn-default:active.focus,
.hawk-btn-default:active:focus,
.hawk-btn-default:active:hover,
.open > .dropdown-toggle.hawk-btn-default.focus,
.open > .dropdown-toggle.hawk-btn-default:focus,
.open > .dropdown-toggle.hawk-btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.hawk-btn-default.active,
.hawk-btn-default:active,
.open > .dropdown-toggle.hawk-btn-default {
  background-image: none; }

.hawk-btn-default.disabled.focus,
.hawk-btn-default.disabled:focus,
.hawk-btn-default.disabled:hover,
.hawk-btn-default[disabled].focus,
.hawk-btn-default[disabled]:focus,
.hawk-btn-default[disabled]:hover,
fieldset[disabled] .hawk-btn-default.focus,
fieldset[disabled] .hawk-btn-default:focus,
fieldset[disabled] .hawk-btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.hawk-btn-default .badge {
  color: #fff;
  background-color: #333; }

.hawk-btn-primary {
  color: #fff;
  background-color: #3f4044;
  border-color: transparent; }

.hawk-btn-primary.focus,
.hawk-btn-primary:focus {
  color: #fff;
  background-color: #333437;
  border-color: transparent; }

.hawk-btn-primary:hover {
  color: #fff;
  background-color: #333437;
  border-color: transparent; }

.hawk-btn-primary.active,
.hawk-btn-primary:active,
.open > .dropdown-toggle.hawk-btn-primary {
  color: #fff;
  background-color: #333437;
  border-color: transparent; }

.hawk-btn-primary.active.focus,
.hawk-btn-primary.active:focus,
.hawk-btn-primary.active:hover,
.hawk-btn-primary:active.focus,
.hawk-btn-primary:active:focus,
.hawk-btn-primary:active:hover,
.open > .dropdown-toggle.hawk-btn-primary.focus,
.open > .dropdown-toggle.hawk-btn-primary:focus,
.open > .dropdown-toggle.hawk-btn-primary:hover {
  color: #fff;
  background-color: #26272a;
  border-color: transparent; }

.hawk-btn-primary.active,
.hawk-btn-primary:active,
.open > .dropdown-toggle.hawk-btn-primary {
  background-image: none; }

.hawk-btn-primary.disabled.focus,
.hawk-btn-primary.disabled:focus,
.hawk-btn-primary.disabled:hover,
.hawk-btn-primary[disabled].focus,
.hawk-btn-primary[disabled]:focus,
.hawk-btn-primary[disabled]:hover,
fieldset[disabled] .hawk-btn-primary.focus,
fieldset[disabled] .hawk-btn-primary:focus,
fieldset[disabled] .hawk-btn-primary:hover {
  background-color: #333437;
  border-color: transparent; }

.hawk-btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.hawk-btn-primary-outline {
  color: #3f4044;
  background-color: transparent;
  background-image: none;
  border-color: #3f4044; }

.hawk-btn-primary-outline:hover {
  color: #fff;
  background-color: #3f4044;
  border-color: #3f4044; }

.hawk-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.hawk-btn-success.focus,
.hawk-btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.hawk-btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.hawk-btn-success.active,
.hawk-btn-success:active,
.open > .dropdown-toggle.hawk-btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.hawk-btn-success.active.focus,
.hawk-btn-success.active:focus,
.hawk-btn-success.active:hover,
.hawk-btn-success:active.focus,
.hawk-btn-success:active:focus,
.hawk-btn-success:active:hover,
.open > .dropdown-toggle.hawk-btn-success.focus,
.open > .dropdown-toggle.hawk-btn-success:focus,
.open > .dropdown-toggle.hawk-btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.hawk-btn-success.active,
.hawk-btn-success:active,
.open > .dropdown-toggle.hawk-btn-success {
  background-image: none; }

.hawk-btn-success.disabled.focus,
.hawk-btn-success.disabled:focus,
.hawk-btn-success.disabled:hover,
.hawk-btn-success[disabled].focus,
.hawk-btn-success[disabled]:focus,
.hawk-btn-success[disabled]:hover,
fieldset[disabled] .hawk-btn-success.focus,
fieldset[disabled] .hawk-btn-success:focus,
fieldset[disabled] .hawk-btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.hawk-btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.hawk-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.hawk-btn-info.focus,
.hawk-btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.hawk-btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.hawk-btn-info.active,
.hawk-btn-info:active,
.open > .dropdown-toggle.hawk-btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.hawk-btn-info.active.focus,
.hawk-btn-info.active:focus,
.hawk-btn-info.active:hover,
.hawk-btn-info:active.focus,
.hawk-btn-info:active:focus,
.hawk-btn-info:active:hover,
.open > .dropdown-toggle.hawk-btn-info.focus,
.open > .dropdown-toggle.hawk-btn-info:focus,
.open > .dropdown-toggle.hawk-btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.hawk-btn-info.active,
.hawk-btn-info:active,
.open > .dropdown-toggle.hawk-btn-info {
  background-image: none; }

.hawk-btn-info.disabled.focus,
.hawk-btn-info.disabled:focus,
.hawk-btn-info.disabled:hover,
.hawk-btn-info[disabled].focus,
.hawk-btn-info[disabled]:focus,
.hawk-btn-info[disabled]:hover,
fieldset[disabled] .hawk-btn-info.focus,
fieldset[disabled] .hawk-btn-info:focus,
fieldset[disabled] .hawk-btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.hawk-btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.hawk-btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.hawk-btn-warning.focus,
.hawk-btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.hawk-btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.hawk-btn-warning.active,
.hawk-btn-warning:active,
.open > .dropdown-toggle.hawk-btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.hawk-btn-warning.active.focus,
.hawk-btn-warning.active:focus,
.hawk-btn-warning.active:hover,
.hawk-btn-warning:active.focus,
.hawk-btn-warning:active:focus,
.hawk-btn-warning:active:hover,
.open > .dropdown-toggle.hawk-btn-warning.focus,
.open > .dropdown-toggle.hawk-btn-warning:focus,
.open > .dropdown-toggle.hawk-btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.hawk-btn-warning.active,
.hawk-btn-warning:active,
.open > .dropdown-toggle.hawk-btn-warning {
  background-image: none; }

.hawk-btn-warning.disabled.focus,
.hawk-btn-warning.disabled:focus,
.hawk-btn-warning.disabled:hover,
.hawk-btn-warning[disabled].focus,
.hawk-btn-warning[disabled]:focus,
.hawk-btn-warning[disabled]:hover,
fieldset[disabled] .hawk-btn-warning.focus,
fieldset[disabled] .hawk-btn-warning:focus,
fieldset[disabled] .hawk-btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.hawk-btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.hawk-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.hawk-btn-danger.focus,
.hawk-btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.hawk-btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.hawk-btn-danger.active,
.hawk-btn-danger:active,
.open > .dropdown-toggle.hawk-btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.hawk-btn-danger.active.focus,
.hawk-btn-danger.active:focus,
.hawk-btn-danger.active:hover,
.hawk-btn-danger:active.focus,
.hawk-btn-danger:active:focus,
.hawk-btn-danger:active:hover,
.open > .dropdown-toggle.hawk-btn-danger.focus,
.open > .dropdown-toggle.hawk-btn-danger:focus,
.open > .dropdown-toggle.hawk-btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.hawk-btn-danger.active,
.hawk-btn-danger:active,
.open > .dropdown-toggle.hawk-btn-danger {
  background-image: none; }

.hawk-btn-danger.disabled.focus,
.hawk-btn-danger.disabled:focus,
.hawk-btn-danger.disabled:hover,
.hawk-btn-danger[disabled].focus,
.hawk-btn-danger[disabled]:focus,
.hawk-btn-danger[disabled]:hover,
fieldset[disabled] .hawk-btn-danger.focus,
fieldset[disabled] .hawk-btn-danger:focus,
fieldset[disabled] .hawk-btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.hawk-btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.body .hawk-btn-link {
  display: inline;
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: inherit; }

.body .hawk-btn-link:hover {
  text-decoration: underline;
  color: #285f8f; }

.body .hawk-btn-link--logout {
  color: #fff; }

.body .hawk-btn-link--logout:hover,
.body .hawk-btn-link--logout:active,
.body .hawk-btn-link--logout:focus {
  color: #fff; }

.hawk-btn-link,
.hawk-btn-link.active,
.hawk-btn-link:active,
.hawk-btn-link[disabled],
fieldset[disabled] .hawk-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.hawk-btn-link,
.hawk-btn-link:active,
.hawk-btn-link:focus,
.hawk-btn-link:hover {
  border-color: transparent; }

.hawk-btn-link:focus,
.hawk-btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.hawk-btn-link[disabled]:focus,
.hawk-btn-link[disabled]:hover,
fieldset[disabled] .hawk-btn-link:focus,
fieldset[disabled] .hawk-btn-link:hover {
  color: #777;
  text-decoration: none; }

.hawk-btn-group-lg > .hawk-btn,
.hawk-btn-lg {
  padding: 1rem 1.8rem;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.hawk-btn-group-sm > .hawk-btn,
.hawk-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.hawk-btn-group-xs > .hawk-btn,
.hawk-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.hawk-btn-block {
  display: block;
  width: 100%; }

.hawk-btn-block + .hawk-btn-block {
  margin-top: 5px; }

input[type='button'].hawk-btn-block,
input[type='reset'].hawk-btn-block,
input[type='submit'].hawk-btn-block {
  width: 100%; }

.hawk-btn-bottom-margin {
  margin-bottom: 1em; }

.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icon-roc-logo {
  width: 100px;
  height: auto;
  position: relative;
  top: -5px; }

.icon-primary {
  fill: #3f4044;
  color: #3f4044; }

.icon-primary path {
  fill: #3f4044;
  color: #3f4044; }

.icon-disabled {
  pointer-events: none; }

.icon-disabled path {
  fill: #b9bbbd !important; }

.listing-item-status-icon {
  width: 30px; }

@media only screen and (min-width: 75em) {
  .listing-item-status-icon {
    width: 15px; } }

.hawk-dropdown-toggle {
  display: flex;
  align-items: center; }

.hawk-dropdown-toggle::after {
  vertical-align: 0.155em; }

.hawk-dropdown-toggle:not(:disabled):not(.disabled):active:focus,
.hawk-dropdown-toggle:not(:disabled):not(.disabled).active:focus,
.show > .hawk-dropdown-toggle.dropdown-toggle:focus .hawk-hawk-btn-outline-secondary {
  color: #000; }

.hawk-dropdown-toggle__text {
  width: 100%; }

.hawk-dropdown-item:not(:disabled) {
  cursor: pointer; }

.hawk-dropdown--right .dropdown-menu {
  transform: none !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important; }

.hawk-dropdown--left .dropdown-menu {
  transform: none !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important; }

.hawk-autosuggest-menu {
  position: relative;
  z-index: 110; }

.hawk-autosuggest-menu__list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  left: auto;
  top: auto;
  margin-top: -3px;
  display: block;
  overflow-y: auto;
  line-height: 35px;
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  z-index: 5;
  background: white;
  box-sizing: border-box;
  cursor: default; }

.hawk-autosuggest-menu__item {
  padding-left: 10px;
  background-color: #fff;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer; }

.hawk-autosuggest-menu__item:hover,
.hawk-autosuggest-menu__item:focus,
.hawk-autosuggest-menu__item--highlighted {
  background-color: #3f4044;
  color: #fff; }

.hawk-sqItemImage-thumb {
  width: 100px;
  height: 100px; }

.hawk-autosuggest-menu__text--deleted {
  color: #d9534f; }

.autosuggest-menu__item:hover .hawk-autosuggest-menu__text--deleted,
.autosuggest-menu__item:focus .hawk-autosuggest-menu__text--deleted {
  color: #fff; }

.hawk-autosuggest-menu__text--archived {
  color: #f0ad4e; }

.hawk-autosuggest-menu__item:hover .hawk-autosuggest-menu__text--archived,
.hawk-autosuggest-menu__item:focus .hawk-autosuggest-menu__text--archived {
  color: #fff; }

.hawk__searchBox .hawk-autosuggest-menu h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list {
  display: flex;
  flex-direction: row;
  padding: 15px;
  flex-wrap: wrap;
  list-style: none; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list {
  flex: 2;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list h3 {
  width: 100%; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list li {
  display: flex;
  flex-direction: column;
  width: calc(33% - 20px);
  padding: 0;
  margin: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  padding: 10px; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list li:hover {
  background: transparent !important;
  color: #212529; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list li.autosuggest-menu__item--highlighted {
  background: transparent !important;
  color: #212529; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list li.autosuggest-menu__item--highlighted:hover {
  background: transparent !important;
  color: #212529; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list li .p-name {
  font-size: 12px; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-list > .view-matches {
  width: 100%;
  text-align: center;
  color: #007bff;
  cursor: pointer; }

.hawk__searchBox .hawk-autosuggest-menu .hawk-autosuggest-outer-list .hawk-autosuggest-inner-container {
  flex: 1;
  padding-left: 15px; }

.hidden-label {
  display: none; }

.hawk-facet-rail {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center; }
  @media (max-width: 1000px) {
    .hawk-facet-rail {
      flex-wrap: wrap; }
      .hawk-facet-rail .hawk-facet-rail__heading {
        width: 100%;
        margin-bottom: 25px;
        padding-top: 1.5rem; }
      .hawk-facet-rail .hawk-facet-rail__facet-list {
        width: 100%; }
      .hawk-facet-rail .hawk-button {
        position: absolute;
        top: 1rem;
        right: 1.5rem; } }
  @media (min-width: 1000px) {
    .hawk-facet-rail > .hawk-button {
      margin-right: 1.5rem; } }

@media only screen and (min-width: 48em) {
  .hawk-facet-rail {
    width: auto;
    min-width: 230px;
    margin-right: 0; } }

.hawk-facet-rail .hawk-facet-rail__w-100 {
  width: 100%; }

.hawk-facet-rail__facet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: calc(100% - 302px);
  align-content: center;
  align-items: center;
  gap: 12px;
  overflow-x: scroll;
  scrollbar-width: none; }
  @media (min-width: 700px) {
    .hawk-facet-rail__facet-list {
      overflow-x: visible; } }

.hawk-facet-rail__facet-list-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 6px; }

.hawk-facet-rail__facet-list-item.hawkFacet-group {
  flex-direction: column; }

.hawk-facet-rail__facet-list-item.hawkFacet-group .hawkFacet-group__inline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6px; }

.hawk-facet-rail__facet-list-item.hawkFacet-group .hawkFacet-group__inline svg {
  margin: 0; }

.hawk-facet-rail__heading {
  width: 207px;
  opacity: 1;
  color: #1f253a;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: left;
  line-height: 33px;
  margin: 0;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 93rem; }

.hawk-facet-rail__selections {
  border-bottom: 1px solid #d9d9d6;
  margin: 1em 0; }

@media only screen and (min-width: 48em) {
  .hawk-facet-rail__selections {
    margin: 0; } }

.hawk-facet-rail__selections h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.2em; }

#faceted-search-container {
  float: none;
  width: 100%;
  max-width: 93rem;
  margin: 0 auto; }

main#product-listing-container, main#search-results-content {
  float: none;
  width: 100%;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  max-width: 93rem;
  margin: 0 auto !important; }

.hawk-all-facets {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1111;
  width: 100%;
  background: rgba(17, 17, 17, 0.4); }
  .hawk-all-facets .hawk-side-close {
    height: 100vh;
    width: calc(100% - 450px); }
  .hawk-all-facets .hawk-all-facets-heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #a7b2c1;
    padding-bottom: 12px; }
    .hawk-all-facets .hawk-all-facets-heading .hawk-close-button {
      cursor: pointer;
      font-size: 34px;
      font-weight: 400;
      color: #333;
      transform: rotate(45deg); }
    .hawk-all-facets .hawk-all-facets-heading h4 {
      font-size: 20px;
      font-weight: 700;
      margin: 0; }
  .hawk-all-facets .hawk-all-facets-content {
    height: 100vh;
    width: 450px;
    max-width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    overflow-x: scroll; }
    .hawk-all-facets .hawk-all-facets-content ul.hawk-facet-rail__facet-list {
      display: block;
      width: 100%; }
      .hawk-all-facets .hawk-all-facets-content ul.hawk-facet-rail__facet-list li.hawk-facet-rail__facet {
        display: block;
        width: 100%;
        border-radius: 0;
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none;
        margin-left: 0;
        background: none;
        height: auto; }
        .hawk-all-facets .hawk-all-facets-content ul.hawk-facet-rail__facet-list li.hawk-facet-rail__facet .hawk-facet-rail__facet-heading h4 {
          padding: 16px 36px 16px 0;
          font-size: 16px;
          font-weight: 400; }
        .hawk-all-facets .hawk-all-facets-content ul.hawk-facet-rail__facet-list li.hawk-facet-rail__facet .hawk-facet-rail__facet-checkbox {
          right: 16px !important; }
        .hawk-all-facets .hawk-all-facets-content ul.hawk-facet-rail__facet-list li.hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body {
          position: relative;
          border: 0 none;
          box-shadow: none;
          margin-bottom: 20px;
          padding-left: 0;
          padding-right: 0;
          width: 100%;
          left: 0; }
          .hawk-all-facets .hawk-all-facets-content ul.hawk-facet-rail__facet-list li.hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list-item {
            border: 0; }

.hawk-button {
  font-size: 16px;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  border: 1px solid #a7b2c1;
  opacity: 1;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hawk-button:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    margin-left: 8px;
    background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icon-filter.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.hawk-clear-button {
  font-size: 16px;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  border: 1px solid #a7b2c1;
  opacity: 1;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin: 3rem auto; }

.hawk-selected-facets {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 2px solid #f2f2f2; }
  .hawk-selected-facets .facet-list {
    display: flex;
    gap: 12px;
    overflow-x: scroll;
    scrollbar-width: none;
    align-items: center; }
    .hawk-selected-facets .facet-list .facet-section {
      margin: 0;
      flex-shrink: 0;
      flex-grow: 0;
      display: flex;
      align-items: center;
      gap: 12px; }
      @media (max-width: 1180px) {
        .hawk-selected-facets .facet-list .facet-section:first-child {
          margin-left: 1.5rem; } }
      @media (min-width: 1181px) {
        .hawk-selected-facets .facet-list .facet-section:first-child {
          margin-left: .75rem; } }
      .hawk-selected-facets .facet-list .facet-section:nth-child(2) {
        margin-left: .6rem; }
      .hawk-selected-facets .facet-list .facet-section:last-child {
        margin-right: 1.5rem; }
      .hawk-selected-facets .facet-list .facet-section .facet-item {
        margin: 0; }
  .hawk-selected-facets span {
    border-radius: 4px;
    border: 1px solid #a7b2c1;
    opacity: 1;
    background-color: white;
    opacity: 1;
    color: #1f253a;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left;
    line-height: 23px;
    display: inline-block;
    margin-right: 12px;
    padding: 12px 55px 12px 13px;
    position: relative;
    cursor: pointer; }
    .hawk-selected-facets span::after {
      content: "+";
      transform: rotate(45deg);
      position: absolute;
      top: 13px;
      right: 12px;
      font-size: 28px;
      font-weight: 400;
      color: #09a3d7;
      width: 15px;
      height: 15px;
      display: block; }
    .hawk-selected-facets span.hidden {
      display: none; }
  .hawk-selected-facets .facet-section {
    display: inline-block; }

.hawk-facet-rail__facet {
  padding: 0;
  border-radius: 4px;
  border: 1px solid #a7b2c1;
  opacity: 1;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0; }
  .hawk-facet-rail__facet.opened {
    background-color: #f2f9fc; }
  .hawk-facet-rail__facet:first-child {
    margin-left: 1.5rem; }
  .hawk-facet-rail__facet:nth-child(3) {
    margin-right: 1.5rem; }
  .hawk-facet-rail__facet:nth-child(n + 4) {
    display: none; }
  .hawk-facet-rail__facet.selected {
    background-color: #f3f6fa; }
  .hawk-facet-rail__facet .hawk-facet-rail__facet-heading::after {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    top: 21px;
    right: 13px;
    background-image: url(".../../../icons/chevron-pointer-down-blue.svg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    transition: all ease .2s; }
  .hawk-facet-rail__facet .hawk-facet-rail__facet-body {
    display: none; }
  .hawk-facet-rail__facet.opened button::after {
    transform: rotate(180deg); }
  .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body {
    display: block;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #a7b2c1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
    opacity: 1;
    width: 320px;
    background-color: white;
    left: auto;
    z-index: 1;
    padding: 15px; }
    @media (max-width: 700px) {
      .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body {
        width: 90%;
        left: 1.5rem; } }
    .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list {
      flex-wrap: wrap;
      width: 100%; }
      .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item {
        width: 100%;
        border-bottom: 0.2px solid #506076; }
        .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item:last-child {
          border-bottom: 0 none; }
        .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn-exclude {
          display: none !important; }
        .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn {
          width: 100%;
          max-width: 100%;
          margin: 0;
          display: block;
          position: relative;
          padding: 10px 0; }
          .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name {
            opacity: 1;
            color: #1f253a;
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 0px;
            text-align: left;
            line-height: 23px; }
            .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name > div {
              position: relative;
              padding-right: 25px; }
              .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name > div::before {
                position: absolute;
                top: -4px;
                left: -6px;
                width: 7px;
                height: 8px;
                background: white;
                content: ""; }
              .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name > div::after {
                position: absolute;
                bottom: -4px;
                left: -2px;
                width: 8px;
                height: 8px;
                background: white;
                content: ""; }
          .hawk-facet-rail__facet.opened .hawk-facet-rail__facet-body .hawk-facet-rail__facet-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn .hawk-facet-rail__facet-checkbox {
            position: absolute;
            top: 13px;
            right: 0;
            margin: 0 !important; }

.hawk-facet-rail__facet-heading {
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 0;
  position: relative; }

.hawk-facet-rail__facet-heading h4 {
  margin: 0;
  padding: 12px 55px 12px 13px;
  display: block;
  flex-grow: 1;
  text-transform: none;
  text-align: left;
  opacity: 1;
  color: black;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 25px; }

.hawk-facet-rail__facet-heading .icon {
  width: 1em;
  height: 1em; }

.hawk-facet-rail__facet-heading .hawk-questionmark {
  width: 25px;
  height: 25px; }

.hawk-facet-rail__facet-heading .custom-tooltip {
  display: inline-block;
  position: relative;
  text-align: left; }

.hawk-facet-rail__facet-heading .custom-tooltip .right {
  min-width: 250px;
  top: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translate(0, -50%);
  padding: 10px 20px;
  color: #000;
  background-color: #fff;
  font-weight: 600;
  font-size: 1em;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
  cursor: auto; }

.hawk-facet-rail__facet-heading .custom-tooltip .right div {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; }

.hawk-facet-rail__facet-heading .custom-tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden; }

.hawk-facet-rail__facet-heading .custom-tooltip .right i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); }

.hawk-facet-rail__facet-heading .custom-tooltip:hover .right {
  display: block; }

.hawk-facet-rail__facet-body {
  margin-top: 10px; }

.hawk-facet-rail__facet__quick-lookup {
  margin-bottom: 5px; }

.hawk-facet-rail__facet__quick-lookup input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d6;
  padding: 5px; }

.hawk-facet-rail__facet-values {
  background-color: #fff;
  border: 1px solid #d9d9d6;
  padding: 10px; }

.hawk__btn__select-facet {
  width: 200px;
  text-align: left;
  margin-right: 5px;
  font-size: 12px;
  background-color: #007041; }

.hawk-facet-rail__facet-values__search input {
  border: none;
  width: 100%; }

.hawk-facet-rail__facet-values__search-clear {
  height: 35px;
  text-align: right; }

.hawk-facet-rail__facet-values__search-clear span {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer; }

.hawk-facet-rail__facet-values__search-clear span:hover {
  text-decoration: underline; }

.hawk-facet-rail__facet-values__search-clear .link-button {
  background: transparent;
  border: none;
  margin-top: 10px;
  color: #6f6f6f;
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none; }

.hawk-facet-rail__facet-values__search-clear .link-button:hover {
  text-decoration: underline; }

.hawk-facet-rail__facet-btn {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
  padding: 0;
  flex-grow: 1;
  text-align: left;
  margin: 0 5px;
  box-shadow: none;
  color: #000;
  font-weight: normal;
  font-size: 14px; }

.hawk-facet-rail__facet-btn:focus,
.hawk-facet-rail__facet-btn:active {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__facet-btn:not(:disabled):not(.disabled):active {
  background-color: transparent; }

@media only screen and (min-width: 62em) {
  .hawk-facet-rail__facet-btn {
    line-height: 1.4; } }

.hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name {
  word-break: break-all; }

.hawk-facet-rail__facet-btn:focus,
.hawk-facet-rail__facet-btn:active {
  box-shadow: none; }

.hawk-facet-rail__facet-btn:focus .hawk-facet-rail__facet-name,
.hawk-facet-rail__facet-btn:active .hawk-facet-rail__facet-name {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__facet-btn:hover {
  color: #f47b20; }

button.hawk-collapseState {
  position: absolute;
  background-color: inherit;
  border: none;
  display: inline-block;
  padding: 0;
  cursor: pointer; }

button.hawk-collapseState:after {
  display: inline-block;
  position: absolute;
  content: '\2212';
  font-size: 10px;
  font-family: 'hawksearch';
  color: #b8b8b8;
  right: 2px;
  top: 4px; }

button.hawk-collapseState.collapsed:after {
  content: '\2b'; }

.hawk-facet-rail__facet-btn-exclude {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer; }

.hawk-facet-rail__facet-btn-exclude:focus,
.hawk-facet-rail__facet-btn-exclude:active {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__facet-btn-exclude:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-facet-rail__facet-btn-include {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  color: #3f4044; }

.hawk-facet-rail__facet-btn-include:focus,
.hawk-facet-rail__facet-btn-include:active {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__facet-btn-include:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-facet-rail__show-more-btn {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer; }

.hawk-facet-rail__show-more-btn:focus,
.hawk-facet-rail__show-more-btn:active {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__show-more-btn:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-facet-rail__facet-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #3f4044;
  border-radius: 4px;
  margin-right: 5px; }

.hawk-facet-rail__facet-checkbox-icon {
  width: 1em;
  height: 1em; }

.hawk-facet-rail_empty {
  height: auto; }

.hawk-preview__results_tabs .nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.hawk-preview__results_tabs .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.hawk-preview__results_tabs .nav-item {
  margin: 0.5rem; }

.hawk-preview__results_tabs .nav-link {
  display: block;
  padding: .5rem 1rem; }

.hawk-pagination__left {
  height: 15px;
  cursor: pointer; }

.hawk-pagination__left path {
  fill: #000; }

.hawk-pagination__right {
  height: 15px;
  cursor: pointer; }

.hawk-pagination__right path {
  fill: #000; }

@keyframes shake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: rotateY(-9deg) translateX(-6px); }
  18.5% {
    transform: rotateY(7deg) translateX(5px); }
  31.5% {
    transform: rotateY(5deg) translateX(-3px); }
  43.5% {
    transform: rotateY(3deg) translateX(2px); }
  50% {
    transform: translateX(0); } }

.hawk-items-per-page {
  display: inline-block; }

.hawk-results {
  flex-grow: 1; }

.hawk-results__item {
  margin: 0 0 2em;
  width: 100%; }

@media only screen and (min-width: 48em) {
  .hawk-results__item {
    max-width: 300px;
    width: 50%; } }

@media only screen and (min-width: 62em) {
  .hawk-results__item {
    width: 25%; } }

.hawk-results__item-image {
  padding: 10px; }

.hawk-results__item-image img {
  display: block;
  margin: auto;
  width: 175px;
  max-width: 100%; }

.hawk-results__item-name {
  width: 75%;
  margin: auto;
  margin-top: 10px;
  text-align: center; }

.hawk-results__listing {
  display: flex;
  flex-wrap: wrap; }

.hawk-results__top-tool-row {
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc; }

@media only screen and (min-width: 48em) {
  .hawk-results__top-tool-row {
    margin-top: 0; } }

.hawk-results__bottom-tool-row {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ccc; }

@media only screen and (min-width: 48em) {
  .hawk-results__bottom-tool-row {
    padding-top: 0; } }

.hawk-preview__banner-container img {
  width: 300px;
  display: block;
  margin: 0 auto; }

.hawk-results__contentItem {
  color: #000;
  display: table;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #cccccc; }

.hawk-results__contentItem a {
  color: #000;
  text-decoration: none; }

.hawk-results__contentItem .hawk-results__hawk-contentTitle {
  margin-bottom: 10px; }

.hawk-preview__results_tabs .nav-tabs {
  background: #f7f7f7; }

.hawk-preview__results_tabs ul .nav-item {
  position: relative;
  font-size: 0.938em;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: #e3e0df;
  cursor: pointer; }

.hawk-preview__results_tabs ul .nav-item.active {
  color: white;
  background-color: #f37622; }

.hawk-preview__results_tabs ul .nav-item a {
  border: 0;
  cursor: pointer; }

.hawk-preview__results_tabs ul .nav-item a:hover,
.hawk-preview__results_tabs ul .nav-item a:focus {
  border: 0; }

.hawk-results__top-tool-row {
  border-bottom: none;
  margin-bottom: none; }

.hawk-selections__category-wrapper {
  background-color: #f0f0f0; }

.hawk-preview-tooltip {
  max-width: 210px !important; }

.hawk-preview__trigger-tooltip .arrow::before {
  border-right-color: #6c757d; }

.hawk-preview__trigger-tooltip .bs-tooltip-left .arrow::before {
  border-left-color: #6c757d; }

.hawk-preview__trigger-tooltip .tooltip-inner {
  padding: 1.25rem 1.5rem !important;
  border: 1px solid #6c757d;
  background-color: #fff !important;
  -webkit-box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75); }

.hawk-preview__banner-container .hawk-results__item-image img {
  width: initial; }

.hawk-selections {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  background-color: #fff;
  padding: 0;
  margin: 0; }

.hawk-selections__item-remove {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  display: inline-flex;
  margin-right: 5px; }

.hawk-selections__item-remove:focus,
.hawk-selections__item-remove:active {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-selections__item-remove:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-selections__category {
  display: flex;
  align-items: stretch;
  margin: 0 1em 1em 0; }

.hawk-selections__category-wrapper {
  background-color: #ccebcd;
  display: flex;
  align-items: flex-start;
  padding: 5.8px 9px;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.hawk-selections__category-remove {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  background-color: #d9534f; }

.hawk-selections__category-remove:focus,
.hawk-selections__category-remove:active {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-selections__category-remove:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-selections__category-remove:not(:disabled):not(.disabled):active {
  background-color: #d9534f; }

.hawk-selections__category-remove svg {
  width: 2.7em;
  height: 2.7em; }

.hawk-selections__category-name-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 0.5em; }

.hawk-selections__category-name {
  display: block;
  font-weight: 600;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 5px; }

.hawk-selections__item-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.hawk-selections__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px; }

.hawk-selections__item-name {
  margin-right: 5px;
  color: #3f4044;
  font-size: 14px; }

.hawk-selections__item-name--negated {
  text-decoration: line-through; }

.hawk-tool-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

@media only screen and (min-width: 62em) {
  .hawk-tool-row {
    flex-wrap: nowrap;
    justify-content: flex-start; } }

.hawk-sorting {
  display: flex;
  align-items: center; }

.hawk-sorting__label {
  white-space: nowrap;
  margin-right: 10px; }

.hawk-tool-row__item {
  margin-right: 15px;
  padding: 0 0 15px; }

@media only screen and (min-width: 48em) {
  .hawk-tool-row__item {
    padding: 15px 0; } }

.hawk-tool-row__item:last-child {
  margin-right: 0; }

.hawk-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

@media only screen and (min-width: 48em) {
  .hawk-pagination {
    justify-content: flex-start; } }

.hawk-pagination__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%; }

@media only screen and (min-width: 36em) {
  .hawk-pagination__controls {
    width: auto;
    margin-bottom: 0;
    margin-right: 15px; } }

.hawk-pagination__item {
  display: inline-block;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  cursor: pointer;
  margin: 0 18px; }

.hawk-pagination__item:after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.02, 1);
  transition-property: transform, opacity, background-color;
  top: 50%;
  left: 50%;
  background: none;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-50%) scale(0);
  width: 40px;
  height: 40px;
  z-index: 1; }

.hawk-pagination__item:hover:after,
.hawk-pagination__item:focus:after {
  transform: translateY(-50%) translateX(-50%) scale(1);
  background-color: rgba(0, 112, 65, 0.2);
  border: none;
  opacity: 1; }

.hawk-pagination__item:focus,
.hawk-pagination__item:active {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-pagination__item:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk .hawk-pagination__item {
  box-shadow: none; }

.hawk .hawk-pagination__input[type='number'] {
  width: 70px; }

.hawk-pagination__total-text {
  white-space: nowrap; }

.DefaultProgressBar__vertical {
  width: 24px;
  height: 100%; }

.DefaultProgressBar_progressBar {
  background-color: #07a4d7;
  position: absolute; }

.DefaultProgressBar_progressBar__vertical {
  height: 100%;
  width: 24px; }

.DefaultProgressBar_background__vertical {
  height: 100%;
  top: 0px;
  width: 15px; }

.DefaultProgressBar_background__horizontal {
  height: 13px;
  top: 0px; }

.DefaultHandle_handle {
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #d8d8d8;
  background-color: #fcfcfc;
  border-radius: 20%;
  outline: none;
  z-index: 2;
  box-shadow: 0 2px 2px #dbdbdb; }

.DefaultHandle_handle:focus {
  box-shadow: #abc4e8 0 0 1px 1px; }

.DefaultHandle_handle:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #dadfe8; }

.DefaultHandle_handle:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #dadfe8; }

.DefaultHandle_handle__horizontal {
  margin-left: 0;
  top: -5px; }

.DefaultHandle_handle__horizontal:before {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 10px; }

.DefaultHandle_handle__horizontal:after {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 13px; }

.DefaultHandle_handle__vertical {
  margin-top: -12px;
  left: -10px; }

.DefaultHandle_handle__vertical:before {
  top: 10px; }

.DefaultHandle_handle__vertical:after {
  top: 13px;
  left: 8px;
  height: 1px;
  width: 10px; }

.DefaultHandle_handle__disabled {
  border-color: #dbdbdb; }

.DefaultBackground {
  background-color: #fcfcfc;
  height: 15px;
  width: 100%;
  border: 1px solid #d8d8d8;
  position: relative; }

.DefaultBackground_background__horizontal {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%; }

.DefaultBackground_background__vertical {
  width: 15px;
  top: 0px;
  height: 100%; }

.rheostat {
  position: relative;
  overflow: visible; }

@media (min-width: 1128px) {
  .autoAdjustVerticalPosition {
    top: 12px; } }

.rheostat__vertical {
  height: 100%; }

.handleContainer {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: calc(100% - 20px);
  position: absolute; }

.rheostat_background {
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  position: relative; }

.rheostat_background__horizontal {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%; }

.rheostat_background__vertical {
  width: 15px;
  top: 0px;
  height: 100%; }

.hawk-sliderNumeric {
  margin-bottom: 10px; }

.hawk-sliderNumeric {
  min-height: 36px; }

.hawk-sliderNumeric input.hawk-numericInput {
  width: 80px; }

.hawk-sliderNumeric input.hawk-numericInput.numeric-from {
  float: left; }

.hawk-sliderNumeric input.hawk-numericInput.numeric-to {
  float: right; }

.hawk-facet-rail__facet-values-swatch ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px; }

.hawk-facet-rail__facet-values-swatch li {
  float: left;
  padding: 0;
  margin: 1px;
  position: relative; }

.hawk-facet-rail__facet-values-swatch li button.hawk-facet-rail__facet-btn.hawk-styleSwatch {
  display: inline-block;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 2px;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 0 #fff;
  color: #333;
  font-weight: 600;
  border: 3px solid #fff; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon {
  display: none;
  background-color: inherit;
  border: none;
  padding: 0;
  float: right;
  color: #999;
  position: absolute;
  right: 0px;
  top: 2px; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon .hawkIcon-blocked {
  min-width: 10px;
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon .hawkIcon-blocked:before {
  content: '\20e0'; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon .hawkIcon-blocked:hover {
  color: #444; }

.hawk-facet-rail__facet-values-swatch li.hawkFacet-active button.hawk-facet-rail__facet-btn.hawk-styleSwatch {
  border-color: #e98820; }

.hawk-facet-rail__facet-values-swatch li.hawkFacet-negative button.hawk-negativeIcon,
.hawk-facet-rail__facet-values-swatch li:hover button.hawk-negativeIcon {
  cursor: pointer;
  display: block; }

ul.hawk-facet-rail__facet-list.colors {
  display: flex;
  flex-wrap: wrap; }

.hawk-facet-rail__facet-values-swatch .hawk-selectionInner {
  display: block;
  height: 32px;
  width: 32px;
  border: 2px solid #fff;
  overflow: hidden; }

.hawk-facet-rail__facet-values-swatch .hawk-selectionInner .hawk-swatchColor {
  display: block;
  width: 32px;
  height: 32px; }

.hawk-open-range {
  margin-bottom: 10px; }

.hawk-open-range {
  min-height: 36px; }

.hawk-open-range input.hawk-text-input {
  width: 80px; }

.hawk-open-range input.hawk-text-input.value-start {
  float: left; }

.hawk-open-range input.hawk-text-input.value-end {
  float: right; }

.hawk-modal {
  position: absolute;
  left: 50%;
  top: 35%; }

.hawk-modal__content {
  padding: 10px;
  border: 2px solid dimgray;
  border-radius: 10px 10px;
  background-color: white; }

.hawk-results__item-placeholder {
  display: flex;
  width: 175px;
  height: 175px;
  max-width: 100%;
  background-color: #fff;
  align-items: center;
  justify-content: center; }
  .hawk-results__item-placeholder:after {
    display: none; }

.hawk-results__item-name-placeholder {
  height: 20px;
  width: 125px;
  background-color: #fff; }

.hawk-facet-rail__facet-heading-placeholder {
  height: 49px;
  background-color: #fff;
  border-radius: 5px; }
  .hawk-facet-rail__facet-heading-placeholder:after {
    display: none; }

.hawk-placeholder__image {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #007041;
  background: -moz-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: -webkit-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: -o-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: -ms-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: linear-gradient(to right, #007041 10%, rgba(0, 112, 65, 0) 42%);
  position: relative;
  -webkit-animation: hawk-placeholder__image-frames 2s infinite linear;
  animation: hawk-placeholder__image-frames 2s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.hawk-placeholder__image:before {
  width: 50%;
  height: 50%;
  background: #007041;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.hawk-placeholder__image:after {
  background: #f7f7f7;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes hawk-placeholder__image-frames {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes hawk-placeholder__image-frames {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

.recommendations-container {
  display: flex;
  overflow-x: auto; }

.recommendations-item {
  flex-shrink: 0; }

.hawk-recommendations__item-name {
  margin: auto;
  margin-top: 10px;
  margin-left: 15px;
  text-align: center; }

.hawk-recommendations__item {
  margin: 0 0 2em;
  width: 100%; }

@media only screen and (min-width: 48em) {
  .hawk-recommendations__item {
    max-width: 300px; } }

.recommendations-wrapper {
  width: 100%; }

.recommendations-wrapper .filler {
  display: inline-block;
  flex: 1; }

.recommendations-wrapper .recommendations-navigation {
  display: flex; }

.recommendations-wrapper .recommendations-navigation-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50px; }

.recommendations-wrapper .recommendations-wrapper-inner {
  display: flex; }

.recommendations-wrapper .recommendations-container {
  position: relative;
  width: 100%; }

.recommendations-wrapper .slider-button-prev,
.recommendations-wrapper .slider-button-next {
  display: inline-block;
  width: 80px;
  height: 320px;
  vertical-align: top;
  position: relative; }

.recommendations-wrapper .slider-button-prev svg,
.recommendations-wrapper .slider-button-next svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block; }

.recommendations-wrapper .slider-enabled {
  height: 320px;
  display: inline-block; }

.recommendations-wrapper .slider-enabled .recommendations-container-inner {
  position: absolute;
  left: 0;
  width: 9000px; }

.recommendations-wrapper .slider-enabled .recommendations-item {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin: 0; }

.recommendations-wrapper .slider-enabled::-webkit-scrollbar {
  display: none; }

.hawk-autocorrect-suggestion h3 {
  color: #f37624; }

.hawk-autocorrect-suggestion li {
  cursor: pointer;
  margin-left: 25px; }

.hawk-autocorrect-suggestion li:hover {
  color: #f37624;
  text-decoration: underline; }

.hawk__compare-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px; }

.hawk__compare-container__list {
  display: flex; }

.hawk__compare-container .hawk__compare-tiles {
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid gray;
  border: 1px solid #b8b8b8;
  margin: 2px; }

.hawk__compare-container .hawk__compare-tiles img {
  width: 30px;
  height: 30px;
  padding: 2px; }

.hawk-facet-rail__facet-values-size ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  flex-direction: row;
  justify-content: flex-start; }

.hawk-facet-rail__facet-values-size ul li {
  cursor: pointer;
  display: flex;
  min-width: 70px;
  height: 65px;
  margin: 5px;
  border: 1px solid #d9d9d6;
  align-items: center;
  justify-content: center;
  max-width: 70px; }

.hawk-facet-rail__facet-values-size ul li div {
  text-align: center;
  font-size: 14px; }

.hawk-facet-rail__facet-values-size ul li.selected {
  border: 2px solid #f37624; }

.line-through[data-v-205207c4] {
  text-decoration: line-through; }

.hawk-facet-rail__facet-values-checkbox__scrollable[data-v-205207c4] {
  overflow-y: scroll;
  padding-right: 10px; }

.slider[data-v-25cc7a26] {
  position: relative;
  overflow: visible;
  margin: 0 10px; }

.slider-background[data-v-25cc7a26] {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%;
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  position: relative; }

.slider-wrapper[data-v-25cc7a26] {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%;
  position: absolute; }

.slider-button[data-v-25cc7a26] {
  margin-left: -12px;
  top: -5px;
  width: 24px;
  height: 24px;
  border: 1px solid #d8d8d8;
  background-color: #fcfcfc;
  border-radius: 20%;
  outline: none;
  z-index: 2;
  box-shadow: 0 2px 2px #dbdbdb;
  position: absolute;
  cursor: pointer; }

.slider-button[data-v-25cc7a26]:before {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 10px;
  content: "";
  display: block;
  position: absolute;
  background-color: #dadfe8; }

.slider-button[data-v-25cc7a26]:after {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 13px;
  content: "";
  display: block;
  position: absolute;
  background-color: #dadfe8; }

.slider-progressbar[data-v-25cc7a26] {
  height: 13px;
  top: 0;
  background-color: #3f4044;
  position: absolute; }

.custom-select-wrapper[data-v-4e6ec620] {
  width: 180px; }

.custom-component-select[data-v-49b11702] {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  height: 32px;
  line-height: 32px; }

.custom-component-select .selected[data-v-49b11702] {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding-left: 1em;
  cursor: pointer;
  user-select: none; }

.custom-component-select .selected.open[data-v-49b11702] {
  border: 1px solid #ccc;
  border-radius: 6px 6px 0px 0px; }

.custom-component-select .selected[data-v-49b11702]:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 1em;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent; }

.custom-component-select .items[data-v-49b11702] {
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  background-color: white;
  left: 0;
  right: 0;
  z-index: 1; }

.custom-component-select .items div[data-v-49b11702] {
  padding-left: 1em;
  cursor: pointer;
  user-select: none; }

.custom-component-select .items div[data-v-49b11702]:hover {
  color: white;
  background-color: #007bff; }

.selectHide[data-v-49b11702] {
  display: none; }

.break[data-v-6d4627d7] {
  width: 6px;
  display: inline-block; }

.custom-select-wrapper[data-v-738d2efe] {
  width: 130px; }

.hawk__searchBox__searchInput > input {
  font-weight: 400;
  font-size: 13px;
  color: #444;
  padding: 0 1rem;
  height: 2.57143rem;
  line-height: 2.57143rem;
  font-weight: 400;
  font-size: 13px;
  color: #444;
  border: 1px solid #aeafaf;
  border-radius: 4px;
  width: 100%;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 99%; }

.hawk__searchBox__searchInput {
  margin-bottom: 1rem;
  margin-left: 4%;
  margin-right: 8%; }

span.contentHeading.active::after {
  display: block;
  content: "";
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background: white; }

.header-quickHawksearch .form-quick-search .form-field-intro {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.78571rem; }

.quickSearchResults {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.12); }

.quickSearchResults .view-all {
  display: block;
  font-size: 16px;
  position: relative;
  padding-right: 18px;
  line-height: 1.2;
  color: black;
  font-weight: 600;
  text-align: right;
  margin: 0px 20px 30px 0px; }

.quickSearchResults .view-all::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23000000' d='M45.34 29.564l-25.785 25.785c-0.869 0.869-2.259 0.869-3.128 0l-5.768-5.768c-0.869-0.869-0.869-2.259 0-3.128l18.452-18.452-18.452-18.452c-0.869-0.869-0.869-2.259 0-3.128l5.768-5.768c0.869-0.869 2.259-0.869 3.128 0l25.785 25.785c0.869 0.869 0.869 2.259 0 3.128z'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.quickSearchResults .price--rrp {
  color: #999;
  font-size: 16px; }

.quickSearchResults.desktop .view-all {
  display: block;
  font-size: 16px;
  position: relative;
  padding-right: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: right; }

.form-quick-search .form-input {
  font-weight: 400;
  font-size: 13px;
  color: #444;
  padding: 0 1rem;
  height: 2.57143rem;
  line-height: 2.57143rem;
  font-weight: 400;
  font-size: 13px;
  color: #444;
  border: 1px solid #aeafaf;
  border-radius: 4px;
  width: 100%;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 99%; }

.quickSearchContent {
  background: #fff;
  overflow: hidden; }

.header-nav .mobileTopMenu .quickSearchResults ul.productGrid > li.product p, .header-nav > .container .quickSearchResults ul.productGrid > li.product p, header .mobileTopMenu .quickSearchResults ul.productGrid > li.product p, header > .container .quickSearchResults ul.productGrid > li.product p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  color: #000; }

ul.productList li.searchContentItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%; }

ul.productList li.searchContentItem .left-side {
  padding: 1.5rem;
  width: calc(100% - 182px);
  margin: 1.5rem 0 0;
  border-bottom: 1px solid #a9afb6; }

ul.productList li.searchContentItem .left-side strong a {
  font-size: 1.2rem;
  color: #1484c0;
  transition: color .15s ease;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.78571rem; }

ul.productList li.searchContentItem .right-side {
  padding: 1.5rem;
  width: 182px;
  margin: 1.5rem 0 0;
  border-bottom: 1px solid #a9afb6; }

ul.productList li.searchContentItem .right-side a {
  transition: color .15s ease;
  width: 100%;
  margin-bottom: 0.78571rem;
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.78571rem;
  color: #fff;
  background-color: #08a3d7;
  font-weight: 600;
  text-transform: uppercase;
  border: 0 none;
  border-radius: 0;
  transition: all .2s ease; }

ul.productList li.searchContentItem .right-side a:hover,
ul.productList li.searchContentItem .right-side a:focus {
  background-color: #1b7d9c; }

#faceted-search-container .hawk-facet-rail__facet-values {
  border: 0 none;
  padding: 0; }

#faceted-search-container .hawk-facet-rail__facet-checkbox {
  min-width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 0;
  margin-top: 3px; }
  #faceted-search-container .hawk-facet-rail__facet-checkbox.hawk-facet-rail__facet-checkbox--checked {
    border-color: #08a3d7;
    background: #08a3d7;
    color: #fff; }
    #faceted-search-container .hawk-facet-rail__facet-checkbox.hawk-facet-rail__facet-checkbox--checked svg {
      height: 10px;
      margin-left: 0px; }

#faceted-search-container .hawk-facet-rail__facet-btn:hover {
  color: #000; }

@media (max-width: 1023px) {
  .topNav-dropdown-quickSearch .form, .topNav-dropdown-quickSearch .form-field {
    max-width: 35.71429rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .form-quick-search .form-input {
    font-size: 15px;
    border: 1px solid #aeafaf;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 42px;
    border-radius: 0;
    margin-bottom: 5px; }
  .quickSearchResults span.contentHeading.active {
    position: relative; }
    .quickSearchResults span.contentHeading.active::after {
      position: absolute; }
  #quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body h4 {
    color: #5078a1;
    font-size: 14px;
    font-weight: 700; } }

@media (max-width: 500px) {
  .topNav-dropdown-quickSearch .form {
    padding-left: 1rem;
    padding-right: 1.21429rem; } }

@media (max-width: 767px) {
  .hawk-facet-rail__heading {
    cursor: pointer; } }

.hawk-modal {
  margin-left: -33px; }

@media (max-width: 550px) {
  #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar {
    height: 57px !important; } }

@media (min-width: 1181px) {
  #product-listing-container .toolRow {
    display: flex;
    align-items: center; }
    #product-listing-container .toolRow .actionBar {
      min-width: 400px; } }

#product-listing-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px !important; }
  #product-listing-container .pagination-container {
    order: 2;
    margin: 0 auto; }
    #product-listing-container .pagination-container .results-count {
      font-size: 16px;
      font-weight: 400;
      margin-top: 1rem;
      color: #333; }
  #product-listing-container .toolRow {
    order: 2;
    width: 100%;
    display: none;
    text-align: center; }
    #product-listing-container .toolRow .actionBar {
      display: none; }
    #product-listing-container .toolRow .pagination {
      justify-content: center;
      flex-direction: column; }
      #product-listing-container .toolRow .pagination .pagination-results {
        opacity: 1;
        color: #1f253a;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0px;
        text-align: center;
        line-height: 23px;
        margin: 0 0 20px; }
  #product-listing-container .extra-products {
    order: 3;
    width: 100%; }
    #product-listing-container .extra-products button {
      display: block;
      border: 1px solid #333;
      color: #333;
      font-size: 16px;
      font-weight: 700;
      margin: 1.5rem auto;
      height: 44px; }
      #product-listing-container .extra-products button:hover {
        color: #333;
        border: 2px solid #0199c6; }
  #product-listing-container ul.productList {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    gap: 20px;
    width: 100%; }
    #product-listing-container ul.productList li.product {
      border: 1px solid #f2f2f2;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      opacity: 1;
      background-color: #fff;
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 551px) {
        #product-listing-container ul.productList li.product {
          width: calc(50% - 10px); } }
      @media (min-width: 800px) {
        #product-listing-container ul.productList li.product {
          width: calc(33.33% - 15px); } }
      @media (min-width: 1181px) {
        #product-listing-container ul.productList li.product {
          width: calc(25% - 15px); } }
      #product-listing-container ul.productList li.product .listItem {
        height: 100%;
        display: flex; }
        #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content {
          padding: 18px;
          display: flex;
          height: 100%;
          grid-template-columns: minmax(50px, 200px) minmax(50%, 1fr); }
          #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-right-side {
            display: flex;
            flex-direction: column; }
            @media (min-width: 551px) {
              #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-right-side {
                width: 100%; } }
          #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-figure {
            padding: 0 15px 0 0;
            position: relative;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: flex-start; }
            @media (max-width: 367px) {
              #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-figure {
                padding: 0;
                width: 100%; } }
            @media (min-width: 551px) {
              #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-figure {
                width: 100%;
                padding: 0; } }
            #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-figure a {
              display: flex;
              align-items: center;
              justify-content: center; }
              @media (min-width: 1181px) {
                #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-figure a {
                  height: 265px; } }
              #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-figure a img {
                max-height: inherit; }
                @media (min-width: 1181px) {
                  #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-figure a img {
                    max-height: 95%; } }
          #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-title {
            padding: 0;
            opacity: 1;
            color: black;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0px;
            text-align: left;
            line-height: 24px;
            margin: 0; }
            #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-title a {
              padding: 0;
              opacity: 1;
              color: black;
              font-size: 18px;
              font-weight: 700;
              letter-spacing: 0px;
              text-align: left;
              line-height: 24px;
              margin-bottom: 15px;
              overflow: hidden;
              text-transform: none; }
          #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-description {
            opacity: 1;
            color: #1f253a;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0px;
            text-align: left;
            line-height: 23px;
            margin-bottom: 24px; }
            #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-description ul {
              margin-left: 1.5rem; }
          #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-details {
            min-height: 20px;
            padding: 0;
            width: 100%;
            margin-bottom: 15px;
            margin-top: auto; }
            #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-details .yotpo .yotpo-review-count {
              opacity: 1;
              color: #506076 !important;
              font-size: 15px !important;
              line-height: 14px !important;
              font-weight: 600;
              letter-spacing: 0px;
              text-align: center;
              margin-left: 14px; }
          #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions {
            width: 100%;
            position: relative;
            margin: 0;
            top: 0;
            right: 0;
            height: 51px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-content: flex-end;
            align-items: center;
            padding: 0; }
            #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions .listItem-price {
              margin: 0; }
              #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section {
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                align-content: flex-start;
                text-align: left; }
                #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section .price {
                  opacity: 1;
                  color: black;
                  font-size: 22px;
                  font-weight: 700;
                  letter-spacing: 0px;
                  text-align: left;
                  line-height: 25px; }
                  #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section .price.price--rrp {
                    opacity: 1;
                    color: #adadad;
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0px;
                    text-align: left;
                    line-height: 24px;
                    text-decoration: line-through; }
            #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions a.button.button--primary {
              border-radius: 4px;
              opacity: 1;
              background-color: #08a3d7;
              opacity: 1;
              color: white;
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0px;
              text-align: left;
              width: 150px;
              padding: 10px 0px;
              margin: 0; }
              #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions a.button.button--primary:hover, #product-listing-container ul.productList li.product .listItem .listItem-body .listItem-content .listItem-actions a.button.button--primary:focus {
                background: #0199c6; }

.header {
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  border-bottom: 1px solid #CCC; }
  @media (min-width: 1181px) {
    .header {
      background-color: white;
      overflow: visible;
      position: relative;
      z-index: 399; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1181px) {
      .header.is-open {
        height: auto; } }

.header-container-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 38px;
  background-color: #FFFFFF;
  min-height: 57px; }
  @media (min-width: 1181px) {
    .header-container-row {
      padding-left: 1.85714rem;
      margin-top: 0; }
      .header-container-row:not(.fixed) {
        height: 110px;
        padding-right: 1rem; }
        .header-container-row:not(.fixed) .navUser-item--contact .navUser-action {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 115px;
          height: 57px;
          text-transform: initial;
          font-weight: 700;
          font-size: 16px; } }
  .header-container-row .navUser-item--contact {
    display: none; }
    @media (min-width: 1181px) {
      .header-container-row .navUser-item--contact {
        display: flex;
        align-items: center; }
        .header-container-row .navUser-item--contact .navUser-action {
          font-size: 16px;
          font-weight: 700;
          height: 36px; } }
  .header-container-row.quickSearch-marginTop {
    margin-top: 102px; }
    @media (min-width: 1181px) {
      .header-container-row.quickSearch-marginTop {
        margin-top: 74px; } }
    .header-container-row.quickSearch-marginTop .mobileMenu-toggle {
      top: 7.6rem; }
  .header-container-row .header-container-column ul {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%; }
  .header-container-row .first-column {
    width: 50%; }
    @media (min-width: 1181px) {
      .header-container-row .first-column {
        width: 15%;
        position: relative;
        padding-right: 1.5rem; } }
  .header-container-row .second-column {
    display: none;
    width: 100%; }
    @media (min-width: 1181px) {
      .header-container-row .second-column {
        display: flex;
        justify-content: center;
        width: 70%; } }
  .header-container-row .third-column {
    display: flex;
    justify-content: flex-end;
    width: 50%; }
    @media (min-width: 1181px) {
      .header-container-row .third-column {
        width: 15%; } }

.header-logo {
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 0.78571rem; }
  @media (min-width: 1181px) {
    .header-logo {
      margin: 1.5rem auto 1.5rem;
      padding: 0; } }
  .header-logo > a {
    color: #4f4f4f;
    display: inline-block;
    padding: 1rem 0;
    position: relative;
    text-decoration: none;
    width: 105px; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 1181px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #a5a5a5; }
    .header-logo > a:active {
      color: #a5a5a5; }

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

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

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.35714rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.64286rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 1181px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.64286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; } }

@media (min-width: 1181px) {
  .header-logo-image {
    max-width: 194px;
    position: relative;
    top: -5px; } }

.mobileMenu-toggle {
  background-color: #E12179;
  width: 3.5rem;
  height: 3.42857rem;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  right: 0.35rem;
  top: 3.15rem;
  z-index: 3; }
  @media (min-width: 1181px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 0.28571rem;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.71429rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.57143rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.50rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.50rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    width: 2.28571rem;
    height: 0.42857rem; }
  .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: white;
      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); }

@media (min-width: 1181px) {
  header .header-container-row:not(.fixed) .inner {
    display: flex;
    align-items: center; }
    header .header-container-row:not(.fixed) .inner .header-container-column.second-column, header .header-container-row:not(.fixed) .inner .header-container-column.third-column {
      margin-top: 0.5rem; } }
    @media (min-width: 1181px) and (min-width: 1280px) {
      header .header-container-row:not(.fixed) .inner .header-container-column.second-column, header .header-container-row:not(.fixed) .inner .header-container-column.third-column {
        margin-top: 1.5rem; } }

@media (min-width: 1181px) {
    header .header-container-row:not(.fixed) .inner .header-container-column.second-column ul, header .header-container-row:not(.fixed) .inner .header-container-column.third-column ul {
      margin-bottom: 0 !important; }
  header nav .inner .navUser-section.navUser-section--alt {
    position: relative; }
    header nav .inner .navUser-section.navUser-section--alt .navUser-item.navUser-item--cart {
      top: 0; }
  .header-container-row {
    max-width: 107rem; }
    .header-container-row.fixed {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background: #1e253a;
      position: fixed;
      top: 0px;
      z-index: 9999;
      width: 100%;
      margin-top: 0 !important; }
      .header-container-row.fixed .hidden {
        display: inline-block; }
        .header-container-row.fixed .hidden.divider {
          display: none; } }
        @media (min-width: 1181px) and (min-width: 1270px) {
          .header-container-row.fixed .hidden.divider {
            display: flex;
            flex: 1; } }

@media (min-width: 1181px) {
      .header-container-row.fixed .inner {
        padding: 0 20px !important; }
      .header-container-row.fixed h1, .header-container-row.fixed .navUser-item--contactUs, .header-container-row.fixed .navUser-item--headerQuickSearch, .header-container-row.fixed .header-logo--center {
        display: none; }
      .header-container-row.fixed .header-container-column.first-column {
        width: 100px; } }
      @media (min-width: 1181px) and (min-width: 1224px) {
        .header-container-row.fixed .header-container-column.first-column {
          width: 12%; } }
      @media (min-width: 1181px) and (min-width: 1340px) {
        .header-container-row.fixed .header-container-column.first-column {
          width: calc(37% - 267px); } }
      @media (min-width: 1181px) and (min-width: 1525px) {
        .header-container-row.fixed .header-container-column.first-column {
          width: calc(38% - 367px); } }

@media (min-width: 1181px) {
        .header-container-row.fixed .header-container-column.first-column svg {
          width: 100px; }
      .header-container-row.fixed .header-container-column.second-column {
        width: 534px; } }
      @media (min-width: 1181px) and (min-width: 1525px) {
        .header-container-row.fixed .header-container-column.second-column {
          width: 734px; } }

@media (min-width: 1181px) {
      .header-container-row.fixed .header-container-column.third-column {
        position: relative;
        width: calc(100% - 634px); } }
      @media (min-width: 1181px) and (min-width: 1224px) {
        .header-container-row.fixed .header-container-column.third-column {
          width: calc(88% - 534px); } }
      @media (min-width: 1181px) and (min-width: 1340px) {
        .header-container-row.fixed .header-container-column.third-column {
          width: calc(63% - 267px); } }
      @media (min-width: 1181px) and (min-width: 1525px) {
        .header-container-row.fixed .header-container-column.third-column {
          width: calc(62% - 367px); } }

@media (min-width: 1181px) {
      .header-container-row.fixed .navPages-list > .navPages-item {
        padding-top: 0; }
        .header-container-row.fixed .navPages-list > .navPages-item:nth-child(2) {
          display: none; }
        .header-container-row.fixed .navPages-list > .navPages-item:nth-child(4) {
          display: none; } }
        @media (min-width: 1181px) and (min-width: 1525px) {
          .header-container-row.fixed .navPages-list > .navPages-item:nth-child(4) {
            display: block; } }

@media (min-width: 1181px) {
        .header-container-row.fixed .navPages-list > .navPages-item > .navPages-action {
          color: #fff;
          border-bottom: 0;
          font-weight: 400;
          font-size: 16px; }
      .header-container-row.fixed .header-container-column ul li.hidden svg {
        display: block;
        fill: white;
        stroke: transparent;
        width: 32px;
        height: 23px;
        transition: all 0.15s ease;
        margin: 0 auto;
        fill-rule: evenodd;
        cursor: pointer; }
      .header-container-row.fixed .header-container-column.third-column ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 0; }
        .header-container-row.fixed .header-container-column.third-column ul li.hidden {
          padding: 19px 20px; }
          .header-container-row.fixed .header-container-column.third-column ul li.hidden.cart-item {
            width: 72px;
            border: 0 none;
            background: #24a7d0;
            position: relative; }
            .header-container-row.fixed .header-container-column.third-column ul li.hidden.cart-item:hover {
              background: #1b7d9c; }
            .header-container-row.fixed .header-container-column.third-column ul li.hidden.cart-item a span {
              display: none;
              position: absolute;
              top: 10px;
              background-color: #df2579;
              border-radius: 50%;
              color: white;
              font-size: 12px;
              font-weight: 700;
              height: 20px;
              line-height: 20px;
              text-align: center;
              width: 20px;
              left: 42px; }
              .header-container-row.fixed .header-container-column.third-column ul li.hidden.cart-item a span.cart-item--positive {
                display: block; }
    .header-container-row .hidden.header-logo {
      margin: 10px 0; }
      .header-container-row .hidden.header-logo svg {
        height: 40px;
        width: 106px; }
  div.body.fixed-margin-top {
    margin-top: 88px; } }
  @media screen and (min-width: 1181px) and (min-width: 1200px) {
    div.body.fixed-margin-top {
      margin-top: 112px; } }

@media (min-width: 1181px) {
  .header-container-row.fixed .navUser-item--headerQuickSearch {
    position: fixed;
    z-index: 999999;
    top: 0px !important;
    left: 135px !important;
    height: 60px;
    width: calc(100% - 352px);
    padding: 0 0 0 30px;
    background-color: #1e253a; }
    .header-container-row.fixed .navUser-item--headerQuickSearch .form {
      top: 11px; }
    .header-container-row.fixed .navUser-item--headerQuickSearch .form-fieldset {
      padding: 0; }
      .header-container-row.fixed .navUser-item--headerQuickSearch .form-fieldset .search-border {
        width: 100%; }
      .header-container-row.fixed .navUser-item--headerQuickSearch .form-fieldset .form-input {
        border: 0 !important;
        margin: 0 !important;
        padding: 0 20px !important; }
        .header-container-row.fixed .navUser-item--headerQuickSearch .form-fieldset .form-input:focus {
          width: 100% !important; }
  .header-container-row.fixed .header-container-column.third-column ul li.hidden.search-item {
    display: none !important;
    cursor: pointer; }
    .header-container-row.fixed .header-container-column.third-column ul li.hidden.search-item svg:first-child {
      display: block; }
    .header-container-row.fixed .header-container-column.third-column ul li.hidden.search-item svg:last-child {
      display: none; }
    .header-container-row.fixed .header-container-column.third-column ul li.hidden.search-item.open-search {
      padding: 17.5px 0.78571rem; }
      .header-container-row.fixed .header-container-column.third-column ul li.hidden.search-item.open-search svg:first-child {
        display: none; }
      .header-container-row.fixed .header-container-column.third-column ul li.hidden.search-item.open-search svg:last-child {
        display: block; }
  .header-container-row.fixed .header-container-column.third-column ul li.hidden.phone-item a {
    display: flex;
    align-items: center;
    text-decoration: none; }
    .header-container-row.fixed .header-container-column.third-column ul li.hidden.phone-item a svg {
      height: 25px;
      width: 25px;
      margin-right: 10px;
      flex-grow: 0;
      flex-shrink: 0; }
    .header-container-row.fixed .header-container-column.third-column ul li.hidden.phone-item a span {
      font-size: 16px;
      font-weight: 700;
      color: #fff; } }

@media (min-width: 1400px) {
  header .header-container-row .inner, header nav .inner {
    max-width: 100%;
    padding: 0 50px; }
  header nav .inner .navUser-item--cart {
    margin-right: -50px !important; }
  header nav .inner .navUser-section.navUser-section--alt {
    position: relative; }
    header nav .inner .navUser-section.navUser-section--alt .navUser-item.navUser-item--cart {
      top: 0; } }

#searchspring-autocomplete_results .ac_result_title {
  background: #74889a !important; }

#searchspring-autocomplete_results .ac_product_title {
  background: #24a7d0 !important; }

@media (max-width: 1080px) {
  #searchspring-autocomplete_results {
    max-width: 380px !important;
    width: inherit !important;
    top: 125px !important; } }

body h2 {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.header-container-row .hidden {
  display: none; }

#previewModal-letsTalk,
.previewModal-basicForm {
  max-width: 92%;
  background-color: transparent;
  padding-top: 3.35714rem; }
  @media (min-width: 551px) {
    #previewModal-letsTalk,
    .previewModal-basicForm {
      max-width: 508px; } }
  #previewModal-letsTalk .modal-close,
  .previewModal-basicForm .modal-close {
    color: #FFFFFF;
    font-size: 50px;
    top: 0;
    right: 0; }
  #previewModal-letsTalk .modal-content,
  .previewModal-basicForm .modal-content {
    background-color: #FFFFFF; }
  #previewModal-letsTalk .contact-us-heading,
  .previewModal-basicForm .contact-us-heading {
    color: #032E47;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding: 2.5rem 2.28571rem 0 2.28571rem;
    text-align: center; }
    @media (min-width: 551px) {
      #previewModal-letsTalk .contact-us-heading,
      .previewModal-basicForm .contact-us-heading {
        font-size: 21px; } }
  #previewModal-letsTalk .contact-us-form,
  .previewModal-basicForm .contact-us-form {
    overflow: hidden;
    padding: 0 1.5rem; }
    #previewModal-letsTalk .contact-us-form input, #previewModal-letsTalk .contact-us-form textarea,
    .previewModal-basicForm .contact-us-form input,
    .previewModal-basicForm .contact-us-form textarea {
      width: 100%;
      background-color: #E3E9F2;
      padding: 10px;
      outline: none !important;
      border: 1px solid #E3E9F2;
      border-left: 0 !important; }
      #previewModal-letsTalk .contact-us-form input:active, #previewModal-letsTalk .contact-us-form input:focus, #previewModal-letsTalk .contact-us-form textarea:active, #previewModal-letsTalk .contact-us-form textarea:focus,
      .previewModal-basicForm .contact-us-form input:active,
      .previewModal-basicForm .contact-us-form input:focus,
      .previewModal-basicForm .contact-us-form textarea:active,
      .previewModal-basicForm .contact-us-form textarea:focus {
        border: 1px solid #08A3D7; }
      #previewModal-letsTalk .contact-us-form input.hs-input.error, #previewModal-letsTalk .contact-us-form textarea.hs-input.error,
      .previewModal-basicForm .contact-us-form input.hs-input.error,
      .previewModal-basicForm .contact-us-form textarea.hs-input.error {
        border: 1px solid #DD2C79;
        background-color: #FFF; }
    #previewModal-letsTalk .contact-us-form input,
    .previewModal-basicForm .contact-us-form input {
      height: 40px; }
      #previewModal-letsTalk .contact-us-form input:-webkit-autofill,
      .previewModal-basicForm .contact-us-form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset; }
    #previewModal-letsTalk .contact-us-form textarea,
    .previewModal-basicForm .contact-us-form textarea {
      height: 90px; }
    #previewModal-letsTalk .contact-us-form .input,
    .previewModal-basicForm .contact-us-form .input {
      display: flex;
      align-items: center; }
      #previewModal-letsTalk .contact-us-form .input:before,
      .previewModal-basicForm .contact-us-form .input:before {
        content: "";
        display: block;
        background-color: #4B5577;
        width: 40px;
        height: 40px;
        background-size: 58%;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
    #previewModal-letsTalk .contact-us-form .hs_firstname,
    .previewModal-basicForm .contact-us-form .hs_firstname {
      margin-bottom: 1.5rem; }
      #previewModal-letsTalk .contact-us-form .hs_firstname label,
      .previewModal-basicForm .contact-us-form .hs_firstname label {
        display: none; }
      #previewModal-letsTalk .contact-us-form .hs_firstname .input:before,
      .previewModal-basicForm .contact-us-form .hs_firstname .input:before {
        background-image: url(".../../../img/icon-account-white.svg"); }
    #previewModal-letsTalk .contact-us-form .hs_email label,
    .previewModal-basicForm .contact-us-form .hs_email label {
      display: none; }
    #previewModal-letsTalk .contact-us-form .hs_email .input:before,
    .previewModal-basicForm .contact-us-form .hs_email .input:before {
      background-image: url(".../../../img/icon-mail-white.svg"); }
    #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2b_, #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2c_,
    .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2b_,
    .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2c_ {
      margin-bottom: 25px; }
      #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2b_ label, #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2c_ label,
      .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2b_ label,
      .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2c_ label {
        margin: 15px 0 5px 0;
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        display: block; }
      #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2b_ .input:before, #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2c_ .input:before,
      .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2b_ .input:before,
      .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2c_ .input:before {
        height: 90px;
        background-image: url(".../../../img/icon-message-white.svg");
        background-size: 60%;
        background-position: 50% 25%; }
    #previewModal-letsTalk .contact-us-form .hs_email .hs-error-msgs:before, #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2b_ .hs-error-msgs:before, #previewModal-letsTalk .contact-us-form .hs_customer_message_sb_b2c_ .hs-error-msgs:before,
    .previewModal-basicForm .contact-us-form .hs_email .hs-error-msgs:before,
    .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2b_ .hs-error-msgs:before,
    .previewModal-basicForm .contact-us-form .hs_customer_message_sb_b2c_ .hs-error-msgs:before {
      content: "Error: incomplete or invalid information. Please try again.";
      display: block;
      color: #DD2C79;
      font-size: 12px; }
    #previewModal-letsTalk .contact-us-form .hs_submit,
    .previewModal-basicForm .contact-us-form .hs_submit {
      width: 157px;
      float: right; }
      #previewModal-letsTalk .contact-us-form .hs_submit input,
      .previewModal-basicForm .contact-us-form .hs_submit input {
        width: 157px;
        height: 57px;
        background-color: #DD2C79;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        border: 0 !important; }
        #previewModal-letsTalk .contact-us-form .hs_submit input:hover,
        .previewModal-basicForm .contact-us-form .hs_submit input:hover {
          background-color: #a71c5b; }
    #previewModal-letsTalk .contact-us-form .hs-form-required,
    .previewModal-basicForm .contact-us-form .hs-form-required {
      display: none !important; }
    #previewModal-letsTalk .contact-us-form .hs-error-msgs li,
    .previewModal-basicForm .contact-us-form .hs-error-msgs li {
      display: none !important; }
    #previewModal-letsTalk .contact-us-form .submitted-message,
    .previewModal-basicForm .contact-us-form .submitted-message {
      text-align: center;
      font-size: 16px;
      max-width: 88%;
      margin: 0.5rem auto 0; }
      @media (min-width: 1181px) {
        #previewModal-letsTalk .contact-us-form .submitted-message,
        .previewModal-basicForm .contact-us-form .submitted-message {
          font-size: 18px; } }
  #previewModal-letsTalk .contact-us-call,
  .previewModal-basicForm .contact-us-call {
    margin-top: 3rem;
    padding: 1.5rem;
    clear: both;
    display: flex;
    align-items: center;
    background-color: #1E233B;
    text-decoration: none; }
    #previewModal-letsTalk .contact-us-call svg,
    .previewModal-basicForm .contact-us-call svg {
      height: 32px;
      width: 32px;
      fill: #FFFFFF;
      margin-right: 0.78571rem; }
      @media (min-width: 551px) {
        #previewModal-letsTalk .contact-us-call svg,
        .previewModal-basicForm .contact-us-call svg {
          height: 45px;
          width: 45px; } }
    #previewModal-letsTalk .contact-us-call div,
    .previewModal-basicForm .contact-us-call div {
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 700; }
      @media (min-width: 551px) {
        #previewModal-letsTalk .contact-us-call div,
        .previewModal-basicForm .contact-us-call div {
          font-size: 22px; } }
      #previewModal-letsTalk .contact-us-call div > div,
      .previewModal-basicForm .contact-us-call div > div {
        color: #1484C0;
        font-weight: 400;
        text-decoration: underline; }

.pardotModalForm {
  overflow: auto; }
  .pardotModalForm .heading {
    background: #1780bc;
    padding: 2rem;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFF; }
    @media (min-width: 500px) {
      .pardotModalForm .heading {
        font-size: 22px; }
        .pardotModalForm .heading br {
          display: none; } }
  .pardotModalForm .body {
    padding: 1.5rem;
    overflow: hidden; }
    @media (min-width: 700px) {
      .pardotModalForm .body {
        padding: .75rem; } }
    .pardotModalForm .body .slidein {
      display: block;
      animation-duration: .3s;
      animation-name: slidein; }

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; }
  to {
    margin-left: 0%;
    width: 100%; } }
  .pardotModalForm .subheading {
    width: 100%;
    display: none;
    flex-direction: row;
    width: calc(100% + .75rem);
    margin-left: -.375rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 1181px) {
      .pardotModalForm .subheading {
        display: flex; } }
    .pardotModalForm .subheading .step {
      width: 33.33%;
      height: 60px;
      background-color: #1780bc;
      position: relative;
      display: flex;
      margin: 0 .375rem;
      padding: .75rem;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      justify-content: center;
      align-items: center;
      text-transform: uppercase; }
      .pardotModalForm .subheading .step .number {
        flex-shrink: 0;
        flex-grow: 0;
        border-radius: 50%;
        height: 37px;
        width: 37px;
        background: #FFF;
        display: flex;
        margin-right: 0.78571rem;
        align-items: center;
        justify-content: center;
        color: #1780bc;
        font-size: 22px; }
      .pardotModalForm .subheading .step:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 30px solid white;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent; }
      .pardotModalForm .subheading .step:before {
        content: "";
        position: absolute;
        right: -30px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 30px solid #1780bc;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent; }
      .pardotModalForm .subheading .step:nth-child(1) {
        z-index: 3; }
        .pardotModalForm .subheading .step:nth-child(1):after {
          display: none; }
      .pardotModalForm .subheading .step:nth-child(2) {
        z-index: 2; }
      .pardotModalForm .subheading .step:nth-child(3) {
        z-index: 1; }
        .pardotModalForm .subheading .step:nth-child(3):before {
          display: none; }
      .pardotModalForm .subheading .step.disabled {
        background-color: #bbcada; }
        .pardotModalForm .subheading .step.disabled .number {
          color: #bbcada; }
        .pardotModalForm .subheading .step.disabled:before {
          border-left: 30px solid #bbcada; }
  .pardotModalForm .questions {
    display: flex;
    flex-direction: column; }
    @media (min-width: 700px) {
      .pardotModalForm .questions {
        display: flex;
        flex-direction: column; } }
    .pardotModalForm .questions .form-controls {
      margin-top: auto;
      margin-bottom: 1.5rem;
      padding-top: 1.5rem;
      border-top: 1px solid #CCC;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 700px) {
        .pardotModalForm .questions .form-controls {
          border-top: 0;
          margin-top: 0; } }
      .pardotModalForm .questions .form-controls .next, .pardotModalForm .questions .form-controls .previous {
        width: 150px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0.78571rem;
        color: #FFF;
        background-color: #1780bc;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 4px;
        cursor: pointer; }
      .pardotModalForm .questions .form-controls .next:hover {
        background-color: #084568; }
      .pardotModalForm .questions .form-controls .previous {
        background-color: #FFF;
        border: 1px solid #1780bc;
        color: #1780bc; }
      .pardotModalForm .questions .form-controls .hidden, .pardotModalForm .questions .form-controls.hidden {
        display: none; }
    .pardotModalForm .questions .disclaimer {
      max-width: 700px;
      margin: 2rem auto 0 auto;
      padding-top: 1.5rem;
      border-top: 1px solid #CCC; }
      .pardotModalForm .questions .disclaimer p {
        font-size: 14px; }
  .pardotModalForm .question {
    overflow: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 1.5rem; }
    .pardotModalForm .question .question-heading {
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      margin-top: 0.78571rem;
      margin-bottom: 2rem; }
    .pardotModalForm .question form {
      display: flex;
      flex-direction: column; }
      .pardotModalForm .question form .radio-container {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 1.15rem;
        cursor: pointer;
        font-size: 17px;
        line-height: 24px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        @media (min-width: 700px) {
          .pardotModalForm .question form .radio-container {
            font-size: 18px;
            line-height: 22px;
            padding-left: 30px; } }
        .pardotModalForm .question form .radio-container .radio {
          position: absolute;
          top: 3px;
          left: 0;
          height: 18px;
          width: 18px;
          background-color: #fff;
          border: 1px solid #a0a0a0;
          border-radius: 50%; }
          .pardotModalForm .question form .radio-container .radio:after {
            content: "";
            position: absolute;
            display: none;
            top: 4px;
            left: 4px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #1780bc; }
          @media (min-width: 700px) {
            .pardotModalForm .question form .radio-container .radio {
              height: 18px;
              width: 18px; }
              .pardotModalForm .question form .radio-container .radio:after {
                top: 4px;
                left: 4px;
                width: 8px;
                height: 8px; } }
        .pardotModalForm .question form .radio-container input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
          .pardotModalForm .question form .radio-container input:hover ~ .radio {
            background-color: #fff; }
          .pardotModalForm .question form .radio-container input:checked ~ .radio {
            background-color: #fff; }
          .pardotModalForm .question form .radio-container input:checked ~ .radio:after {
            display: block; }
    .pardotModalForm .question[data-step="0"] .question-container {
      max-width: 285px;
      margin: 0 auto; }
    .pardotModalForm .question[data-step="1"] .question-container {
      max-width: 310px;
      margin: 0 auto; }
    .pardotModalForm .question[data-step="2"] .question-container .business, .pardotModalForm .question[data-step="2"] .question-container .wifi-vehicle {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5rem; }
      @media (min-width: 1181px) {
        .pardotModalForm .question[data-step="2"] .question-container .business, .pardotModalForm .question[data-step="2"] .question-container .wifi-vehicle {
          flex-direction: row;
          flex-wrap: wrap; } }
    .pardotModalForm .question[data-step="2"] .question-container .vehicle {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5rem; }
      @media (min-width: 1181px) {
        .pardotModalForm .question[data-step="2"] .question-container .vehicle {
          max-width: 470px;
          flex-direction: row;
          flex-wrap: wrap; }
          .pardotModalForm .question[data-step="2"] .question-container .vehicle .radio-container:nth-child(1),
          .pardotModalForm .question[data-step="2"] .question-container .vehicle .radio-container:nth-child(3) {
            width: 50%; }
          .pardotModalForm .question[data-step="2"] .question-container .vehicle .radio-container:nth-child(2),
          .pardotModalForm .question[data-step="2"] .question-container .vehicle .radio-container:nth-child(4) {
            width: 50%; } }
    .pardotModalForm .question[data-step="2"] .question-container .wifi-business, .pardotModalForm .question[data-step="2"] .question-container .wifi-residential {
      max-width: 310px;
      margin: 0 auto; }
    .pardotModalForm .question[data-step="3"] .pardot-form iframe {
      height: 570px !important; }
    @media (min-width: 700px) {
      .pardotModalForm .question[data-step="3"] {
        overflow: hidden; }
        .pardotModalForm .question[data-step="3"] .question-heading {
          display: none; }
        .pardotModalForm .question[data-step="3"] .pardot-form {
          padding: 1.5rem 3rem 0 3rem; } }
  .pardotModalForm[data-form="professional-services"] iframe {
    height: 1300px; }
    @media (min-width: 500px) {
      .pardotModalForm[data-form="professional-services"] iframe {
        height: 720px; } }
  .pardotModalForm .hidden {
    display: none; }

.yotpo .text-m {
  line-height: 19px !important;
  margin-left: 5px !important;
  font-size: 14px;
  font-weight: 600;
  color: #0196d3 !important; }
  .yotpo .text-m:hover {
    color: #0196d3; }

.yotpo .promoted-products-box {
  display: none !important; }

.yotpo.bottomLine {
  display: flex;
  align-items: center;
  height: 22px; }

.yotpo .yotpo-review-score {
  display: flex;
  align-items: center; }

.yotpo .yotpo-review-star {
  height: 17px;
  width: 17px;
  background-size: cover; }

.yotpo .yotpo-review-star--empty {
  background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/review-star-empty-34x34.png"); }

.yotpo .yotpo-review-star--half {
  background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/review-star-half-34x34.png"); }

.yotpo .yotpo-review-star--full {
  background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/review-star-full-34x34.png"); }

.yotpo .yotpo-review-count {
  font-size: 1rem !important;
  line-height: 19px !important;
  margin-left: 5px !important;
  font-weight: 600;
  color: #0196d3 !important;
  position: relative;
  top: 1px; }

.pardotModalForm--productInquiry .heading,
.pardotModalForm--contactUs .heading {
  margin-bottom: 3rem; }

.pardotModalForm--productInquiry iframe,
.pardotModalForm--contactUs iframe {
  height: 560px; }
  @media (min-width: 526px) {
    .pardotModalForm--productInquiry iframe,
    .pardotModalForm--contactUs iframe {
      height: 400px; } }

.pardotModalForm--blogInquiry .heading {
  margin-bottom: 3rem; }

.pardotModalForm--blogInquiry iframe {
  height: 660px; }
  @media (min-width: 526px) {
    .pardotModalForm--blogInquiry iframe {
      height: 500px; } }

.pardotModalForm--wrongInformationForm p {
  padding: 1.5rem;
  font-size: 16px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto; }

.pardotModalForm--wrongInformationForm iframe {
  height: 600px; }

.shoppingReviews .review {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 3rem; }
  .shoppingReviews .review .reviewImage {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem; }
    .shoppingReviews .review .reviewImage img {
      width: 100%;
      max-width: 135px; }
  .shoppingReviews .review .reviewProduct {
    display: block;
    font-size: 20px;
    margin-bottom: 1rem; }
  .shoppingReviews .review .yotpo {
    margin-bottom: 1rem; }
  .shoppingReviews .review .reviewContent,
  .shoppingReviews .review .reviewAuthor,
  .shoppingReviews .review .reviewDate {
    font-size: 16px;
    line-height: 26px; }
  .shoppingReviews .review .reviewContent {
    margin-bottom: 1.5rem; }
  .shoppingReviews .review .reviewAuthor {
    font-weight: 600; }
  @media (min-width: 551px) {
    .shoppingReviews .review {
      flex-direction: row;
      padding: 1.5rem; }
      .shoppingReviews .review .reviewImage {
        width: 150px;
        flex-shrink: 0;
        flex-grow: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center; }
      .shoppingReviews .review .reviewDetails {
        width: calc(100% - 150px);
        padding-left: 1.5rem; } }

#yotpoSiteReviewsWidget {
  display: none !important;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #FFF;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 15px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #CCC;
  box-shadow: #999 0px 1px 4px 0px; }
  #yotpoSiteReviewsWidget .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px; }
    #yotpoSiteReviewsWidget .rating .score {
      margin-right: 0.5rem;
      position: relative;
      top: 2px; }
  #yotpoSiteReviewsWidget .count {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400; }
  @media (min-width: 1181px) {
    #yotpoSiteReviewsWidget {
      display: block !important; } }

.siteReviewsModal {
  width: 90% !important;
  height: 100vh !important;
  max-height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  left: 0;
  transform: none !important;
  overflow: scroll;
  max-width: 100% !important; }
  @media (min-width: 551px) {
    .siteReviewsModal {
      width: 450px !important; } }
  .siteReviewsModal .modal-content {
    overflow: hidden;
    padding: 1.5rem; }
  .siteReviewsModal .modal-close {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1); }
  @media (max-width: 550px) {
    .siteReviewsModal .modal-close {
      position: fixed;
      right: calc(10% + 1.5rem); } }

.globalReviewHeader {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  max-width: 220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 551px) {
    .globalReviewHeader {
      font-size: 22px;
      max-width: 100%; } }

.globalReviewSummary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem; }
  .globalReviewSummary .avg {
    width: 100%;
    font-size: 32px;
    text-align: center;
    font-weight: 600; }
  .globalReviewSummary .yotpo {
    position: relative;
    top: -2px;
    margin-right: 5px; }
  .globalReviewSummary .count {
    font-size: 15px; }

.globalReview {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #edeff1; }

.globalReviewImageDetails {
  display: flex;
  align-items: center;
  margin-bottom: .5rem; }

.globalReviewImage {
  width: 60px;
  height: 60px;
  margin-right: 10px; }

.globalReviewDetails {
  display: flex;
  flex-wrap: wrap; }

.globalReviewDate {
  margin-left: 5px; }

.globalReviewAuthor {
  width: 100%;
  font-weight: 600; }

.globalReviewContentShort {
  position: relative;
  overflow: hidden;
  max-height: 42px; }
  .globalReviewContentShort.active {
    max-height: revert;
    overflow: revert; }

.globalReviewMore {
  color: #0196d3;
  cursor: pointer; }

.globalReviewLoadMore {
  background: #edeff1;
  text-align: center;
  padding: 10px;
  max-width: 150px;
  margin: 0 auto;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer; }

@media (min-width: 1181px) {
  header .container-menu-wrapper {
    border-top: 1px solid #dedede; } }

header .container-menu {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto; }
  header .container-menu nav.navPages {
    text-align: left; }
    @media (max-width: 1199px) {
      header .container-menu nav.navPages .navPages-item--main:before {
        content: "";
        height: 1px;
        width: calc(100% - 28px);
        background: #D8D8D8;
        display: block;
        margin: 0 auto; }
      header .container-menu nav.navPages .navPages-item--mainFirst:before {
        content: "";
        height: 1px;
        width: 100%;
        background: #D8D8D8;
        display: block;
        margin: 0 auto; }
      header .container-menu nav.navPages .navPages-item--mainLast:before, header .container-menu nav.navPages .navPages-item--mainLast:after {
        content: "";
        height: 1px;
        width: calc(100% - 28px);
        background: #D8D8D8;
        display: block;
        margin: 0 auto; } }
    @media (min-width: 1181px) {
      header .container-menu nav.navPages {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 0; }
        header .container-menu nav.navPages > ul.navPages-list > .navPages-item {
          position: unset; }
          header .container-menu nav.navPages > ul.navPages-list > .navPages-item > .navPage-subMenu.navPage-subMenu--first {
            position: absolute;
            top: 123%;
            left: 0;
            width: 100%;
            max-width: 125rem; }
          header .container-menu nav.navPages > ul.navPages-list > .navPages-item > .navPages-action {
            opacity: 1;
            color: #1f253a;
            font-family: "Roboto";
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0px;
            text-align: left; } }
    @media (min-width: 1181px) {
      header .container-menu nav.navPages > ul.navPages-list > .navPages-item:hover > .navPage-subMenu.navPage-subMenu--first {
        display: flex;
        align-items: flex-start; } }
    header .container-menu nav.navPages > ul.navPages-list > .navPages-item > .navPages-action.has-subMenu.is-open i.icon.navPages-action-arrow svg {
      transform: rotate(180deg); }
    header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first {
      border: 0 none !important;
      justify-content: space-between;
      flex-wrap: wrap; }
      header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first::before {
        display: none; }
      header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        @media (min-width: 1181px) {
          header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links {
            width: 65%; } }
        header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link {
          display: flex;
          width: 100%;
          justify-content: flex-start; }
          @media (min-width: 1181px) {
            header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link {
              width: 31%;
              margin-right: 2.33%; } }
          header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link.navPage-subMenu-link--heading {
            width: 100%;
            display: none; }
            @media (min-width: 1181px) {
              header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link.navPage-subMenu-link--heading {
                display: block; }
                header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link.navPage-subMenu-link--heading > span:hover {
                  color: #028EC8; } }
          header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link .all-boosters-heading {
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            color: #028EC8;
            padding-top: 0.78571rem;
            padding-bottom: 0.78571rem; }
            header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link .all-boosters-heading:hover, header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link .all-boosters-heading:focus {
              color: #028EC8;
              text-decoration: underline;
              background-color: transparent !important; }
          header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a {
            display: flex;
            border-top: 0 none;
            border-bottom: 0 none;
            padding: 0.5rem 1rem; }
            @media (min-width: 1181px) {
              header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a {
                padding: 0.78571rem 2.28571rem; } }
            header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a:hover {
              background-color: #f2f9fc;
              color: #000; }
            header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a p {
              font-weight: normal;
              margin-bottom: 7px;
              color: #475467;
              font-family: "Roboto";
              font-size: 14px;
              font-weight: 400;
              letter-spacing: -0.14px;
              text-align: left;
              line-height: 21px; }
              header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a p strong {
                color: #1f253a;
                font-family: "Roboto";
                font-size: 16px;
                font-weight: 400;
                letter-spacing: -0.16px;
                text-align: left;
                line-height: 24px; }
            header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a .submenu-icon {
              flex: none;
              display: inline-block; }
              header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > a .submenu-icon svg {
                max-height: 25px;
                max-width: 25px;
                margin-right: 15px; }
          header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span {
            display: block;
            width: 100%;
            border-top: 0 none;
            border-bottom: 0 none;
            padding: 0.5rem 1rem;
            color: #028ec8;
            font-family: "Roboto";
            font-size: 18px;
            font-weight: 400;
            letter-spacing: -0.18px;
            text-align: left;
            line-height: 27px; }
            @media (min-width: 1181px) {
              header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span {
                padding: 0.78571rem 2.28571rem; } }
            header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > .navPage-subMenu-link > span:hover {
              background-color: #fff;
              color: #08a4d7; }
      header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .menu-right-cell {
        display: none;
        width: 35%;
        padding: 0.78571rem 2.28571rem; }
        @media (min-width: 1181px) {
          header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .menu-right-cell {
            display: inline-block; } }
        header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .menu-right-cell p {
          font-size: 16px;
          color: #000;
          margin-bottom: 7px;
          max-width: 260px;
          width: 100%;
          margin-left: auto;
          color: #475467;
          font-family: "Roboto";
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0px;
          text-align: left;
          line-height: 20px; }
          header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .menu-right-cell p strong, header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .menu-right-cell p a {
            color: #1f253a;
            font-family: "Roboto";
            font-size: 16px;
            font-weight: 700;
            font-style: Bold;
            letter-spacing: 0px;
            text-align: left;
            line-height: 24px;
            text-decoration: none; }
        header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .menu-right-cell img {
          max-width: 260px;
          width: 100%;
          margin-left: auto;
          display: block;
          margin-bottom: 1.5rem; }
        header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .menu-right-cell a {
          max-width: 260px;
          width: 100%;
          margin-left: auto;
          display: block;
          color: #028ec8;
          font-family: "Roboto";
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0px;
          text-align: left;
          line-height: 20px;
          text-decoration: underline; }
    header .container-menu nav.navPages ul.navPages-list {
      width: 100%; }
      header .container-menu nav.navPages ul.navPages-list li.navPages-item.product-finder-button {
        display: none; }
        @media (min-width: 1181px) {
          header .container-menu nav.navPages ul.navPages-list li.navPages-item.product-finder-button {
            display: block; } }
        @media (max-width: 1470px) and (min-width: 1180px) {
          header .container-menu nav.navPages ul.navPages-list li.navPages-item.product-finder-button {
            display: none; } }
        header .container-menu nav.navPages ul.navPages-list li.navPages-item.product-finder-button a.navPages-action {
          background: #08a4d7;
          color: #fff;
          border-radius: 4px;
          padding: 8px 2rem;
          margin: 13px 0.5rem;
          transition: all ease .2s; }
          header .container-menu nav.navPages ul.navPages-list li.navPages-item.product-finder-button a.navPages-action:hover, header .container-menu nav.navPages ul.navPages-list li.navPages-item.product-finder-button a.navPages-action:focus {
            background: #0199c6; }
        @media (min-width: 1181px) {
          header .container-menu nav.navPages ul.navPages-list li.navPages-item.product-finder-button {
            float: right; } }
      header .container-menu nav.navPages ul.navPages-list ul.mobile-shortcuts {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 1.5rem 0; }
        @media (min-width: 1181px) {
          header .container-menu nav.navPages ul.navPages-list ul.mobile-shortcuts {
            display: none; } }
        header .container-menu nav.navPages ul.navPages-list ul.mobile-shortcuts li {
          display: inline-block;
          flex: none;
          width: 50%; }
          header .container-menu nav.navPages ul.navPages-list ul.mobile-shortcuts li a {
            display: flex;
            padding: 0.5rem 0 0.5rem 2rem; }
            header .container-menu nav.navPages ul.navPages-list ul.mobile-shortcuts li a svg {
              max-width: 27px;
              max-height: 25px;
              margin-right: 10px; }
            header .container-menu nav.navPages ul.navPages-list ul.mobile-shortcuts li a span {
              text-transform: none; }
          header .container-menu nav.navPages ul.navPages-list ul.mobile-shortcuts li.navPages-item-account a svg {
            border-radius: 50%;
            border: 2px solid #08a4d7;
            padding: 2px;
            max-width: 25px; }
      header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer {
        display: block;
        background-image: url("https://store-cmcpr.mybigcommerce.com/content/images/revamp/menu-footer-background.jpg");
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        padding: 1.5rem 0; }
        @media (min-width: 1181px) {
          header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer {
            display: none; } }
        header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer h4 {
          color: #fff;
          margin: 5px 0 15px;
          font-weight: bold; }
        header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer p {
          margin: 0 0 15px;
          color: #fbffff;
          font-weight: 300; }
          header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer p strong {
            font-weight: 700;
            color: #fffffd; }
        header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer .actions {
          width: 100%;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          padding-bottom: 1.5rem; }
        header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer .navUser-action {
          background: #08a4d7;
          color: #fff;
          padding: 0.9rem 2rem;
          display: inline-block;
          text-transform: none;
          border-radius: 4px;
          height: 48px;
          margin-bottom: 1rem;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer .navUser-action a {
            color: #FFF; }
          @media (min-width: 400px) {
            header .container-menu nav.navPages ul.navPages-list div.mobile-menu-footer .navUser-action {
              width: 45%;
              max-width: 250px;
              margin-right: 10px; } }
    header .container-menu nav.navPages i.icon.navPages-action-arrow {
      width: 12px;
      height: 12px;
      margin-left: 12px; }
    header .container-menu nav.navPages .navPages-list > .navPages-item > .navPages-action {
      text-transform: none; }

@media (min-width: 1181px) {
  header .header-container-row:not(.fixed) {
    width: 100%;
    margin: 0 auto; }
  header .header-container-row .second-column {
    width: 55%; }
    header .header-container-row .second-column .container {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0; }
  header .header-container-row .third-column {
    width: 30%; } }

@media (min-width: 1600px) {
  header .header-container-row .second-column form {
    position: relative;
    left: 7rem; } }

header .header-container-row {
  margin-top: 0; }
  header .header-container-row .second-column .container form[data-quick-search-form] {
    margin: 0; }
    header .header-container-row .second-column .container form[data-quick-search-form] .form-field {
      margin: 0;
      position: relative; }
      header .header-container-row .second-column .container form[data-quick-search-form] .form-field i.icon.search-icon {
        width: 26px;
        height: 26px;
        position: absolute;
        top: 8px;
        right: 10px;
        display: block; }
        header .header-container-row .second-column .container form[data-quick-search-form] .form-field i.icon.search-icon svg {
          margin: 3px 0 0 0; }
  header .header-container-row .third-column {
    padding-right: 60px; }
    @media (min-width: 1181px) {
      header .header-container-row .third-column {
        padding-right: 0; } }

header .header-container-row .navUser-item--contact {
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 3rem;
  line-height: 24px; }
  header .header-container-row .navUser-item--contact .navUser-action {
    background: transparent;
    width: auto !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
    color: #506076;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0px;
    text-align: center; }
  header .header-container-row .navUser-item--contact a.phone-number {
    display: block;
    color: #08a3d7;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0px;
    text-align: left; }

header .header-container-row .navUser-item--cart {
  background: transparent;
  width: auto;
  height: auto;
  padding: 0; }
  header .header-container-row .navUser-item--cart .navUser-action {
    padding: 0;
    min-width: 30px;
    height: auto; }
    header .header-container-row .navUser-item--cart .navUser-action svg {
      height: 22px;
      width: 27px; }
      @media (min-width: 1181px) {
        header .header-container-row .navUser-item--cart .navUser-action svg {
          width: 37px;
          height: 30px; } }
    header .header-container-row .navUser-item--cart .navUser-action .count {
      right: 12px;
      display: none; }

header .header-container-row .navUser-item--account .navUser-action {
  border-radius: 50%;
  border: 2px solid #08a4d7;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 7px; }

header .header-container-row .navUser-item.navUser-item--account {
  display: none; }
  @media (min-width: 1181px) {
    header .header-container-row .navUser-item.navUser-item--account {
      display: block; } }

header .header-container-row .navUser-item.navUser-item--topSearch {
  display: block; }
  @media (min-width: 1181px) {
    header .header-container-row .navUser-item.navUser-item--topSearch {
      display: none; } }
  header .header-container-row .navUser-item.navUser-item--topSearch .navUser-action {
    min-width: 22px;
    margin-right: 22px; }

header .header-container-row .navUser-item.navUser-item--divider {
  color: #08a4d7;
  margin: 0 13px;
  display: none;
  font-size: 0; }
  @media (min-width: 1181px) {
    header .header-container-row .navUser-item.navUser-item--divider {
      display: block;
      border-right: 2px solid #08a4d7;
      height: 30px; } }

header .header-container-row .header-container-column ul {
  display: flex;
  align-items: center;
  align-content: center; }

header .mobileMenu-toggle {
  top: 10px; }

header .mobileMenu-toggle {
  background: transparent; }
  header .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #08a4d7;
    width: 20px;
    height: 2px;
    border: 0 none;
    border-radius: 1px; }
    header .mobileMenu-toggle .mobileMenu-toggleIcon::before, header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      border-radius: 1px;
      background: #08a4d7;
      width: 20px;
      height: 2px;
      border: 0 none; }
  header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    height: 2px;
    width: 22px;
    border: 0 none; }
    header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      width: 22px;
      background-color: #08a4d7;
      height: 2px;
      border: 0 none; }

header .navPages-container.is-open {
  top: 68px; }

header .navPage-subMenu.navPage-subMenu--first.is-open {
  position: relative;
  padding-bottom: 0; }
  @media (min-width: 1181px) {
    header .navPage-subMenu.navPage-subMenu--first.is-open {
      position: absolute; } }

header #nav-quick-search {
  height: 44px;
  border-radius: 5px;
  background: #F3F6FA;
  border: 1px solid #e3e3e5; }

@media (min-width: 1181px) {
  header .navUser-item--cart:hover > a {
    background: transparent; } }

@media (max-width: 1180px) {
  header .navPages-list > .navPages-item > .navPages-action {
    border: 0 none;
    padding-top: 14px;
    padding-bottom: 14px; }
  header .container-menu nav.navPages i.icon.navPages-action-arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 21px; }
  header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links {
    justify-content: flex-start;
    margin: 0; }
    header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > li.navPage-subMenu-link {
      justify-content: flex-start;
      width: 100%;
      padding-left: 1.2rem; }
      header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > li.navPage-subMenu-link:hover {
        background: #f2f9fc; }
      header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > li.navPage-subMenu-link > a .submenu-details p {
        opacity: 1;
        color: #475467;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.14px;
        text-align: left;
        line-height: 21px;
        text-transform: none;
        max-width: 100%;
        width: 185px; }
        header .container-menu nav.navPages .navPage-subMenu.navPage-subMenu--first > .navPage-subMenu-links > li.navPage-subMenu-link > a .submenu-details p strong {
          opacity: 1;
          color: #1f253a;
          font-family: "Roboto";
          font-size: 16px;
          font-weight: 700;
          letter-spacing: -0.16px;
          text-align: left;
          line-height: 24px;
          text-transform: none; } }

.has-activeNavPages .header-container-column.second-column {
  display: none; }

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

.promo-banner-mobile {
  display: block; }

.promo-banner-desktop {
  display: none; }

@media (min-width: 1181px) {
  .promo-banner-mobile {
    display: none; }
  .promo-banner-desktop {
    display: block; } }

/* .body {
    margin-bottom: spacing("double") * 2;
    margin-top: spacing("single"); // 1

    @include breakpoint("medium") {
        margin-top: spacing("single") + spacing("base"); // 1
    }
} */
#maintenance-notice {
  display: none !important; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .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: 1181px) {
  .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: 1181px) {
    .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; } }

.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1181px) {
    .inner {
      padding: 0 1.5rem; } }

.das-installation-design-services .section {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  background: #fff; }
  @media (min-width: 1181px) {
    .das-installation-design-services .section {
      padding-bottom: 25px !important;
      padding-top: 25px !important; } }
  .das-installation-design-services .section.grey {
    background: #eee; }
  .das-installation-design-services .section.gradient-blue {
    background: linear-gradient(180deg, #009CD2 0%, #0063A6 100%); }
  .das-installation-design-services .section .container {
    max-width: 1498px; }
    @media (min-width: 1181px) {
      .das-installation-design-services .section .container {
        padding-left: 0;
        padding-right: 0; } }
    .das-installation-design-services .section .container h2.title {
      font-family: Roboto;
      font-weight: 700;
      font-style: Bold;
      font-size: 24px;
      leading-trim: NONE;
      line-height: 26px;
      letter-spacing: 0px;
      vertical-align: middle;
      color: #08A3D7; }
      .das-installation-design-services .section .container h2.title.center {
        text-align: center; }
    .das-installation-design-services .section .container p {
      font-family: Roboto;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 24px;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #1F253A; }
    .das-installation-design-services .section .container .cells-wrapper {
      display: flex;
      justify-content: space-between;
      align-content: stretch;
      align-items: stretch;
      flex-wrap: wrap; }
      .das-installation-design-services .section .container .cells-wrapper .cell {
        display: inline-block;
        flex: none; }
      .das-installation-design-services .section .container .cells-wrapper.two-cells .cell {
        width: 100%; }
        @media (min-width: 1181px) {
          .das-installation-design-services .section .container .cells-wrapper.two-cells .cell {
            width: 48%; } }
      .das-installation-design-services .section .container .cells-wrapper.three-cells .cell {
        width: 100%; }
        @media (min-width: 1181px) {
          .das-installation-design-services .section .container .cells-wrapper.three-cells .cell {
            width: 31%; } }
      .das-installation-design-services .section .container .cells-wrapper.four-cells .cell {
        width: 100%; }
        @media (min-width: 1181px) {
          .das-installation-design-services .section .container .cells-wrapper.four-cells .cell {
            width: 23%; } }
      .das-installation-design-services .section .container .cells-wrapper.five-cells .cell {
        width: 100%; }
        @media (min-width: 1181px) {
          .das-installation-design-services .section .container .cells-wrapper.five-cells .cell {
            width: 18.5%; } }
      .das-installation-design-services .section .container .cells-wrapper.six-cells .cell {
        width: 100%; }
        @media (min-width: 1181px) {
          .das-installation-design-services .section .container .cells-wrapper.six-cells .cell {
            width: 15%; } }
  .das-installation-design-services .section.das-services-hero {
    background-image: url(https://cdn11.bigcommerce.com/s-6q5bpsuh/images/stencil/original/image-manager/das-texas-hero.png?t=1765377711);
    background-position: right center;
    background-size: 50%;
    background-repeat: no-repeat; }
    .das-installation-design-services .section.das-services-hero h1 {
      font-family: Roboto;
      font-weight: 700;
      font-style: Bold;
      font-size: 40px;
      leading-trim: NONE;
      line-height: 45px;
      letter-spacing: 0px;
      vertical-align: middle;
      color: #08A3D7;
      margin: 0 0 30px; }
    .das-installation-design-services .section.das-services-hero p {
      font-family: Roboto;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 24px;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #1F253A; }
    .das-installation-design-services .section.das-services-hero .request-quote-form {
      gap: 10px;
      angle: 0 deg;
      opacity: 1;
      padding-top: 26px;
      padding-right: 30px;
      padding-bottom: 26px;
      padding-left: 30px;
      border-radius: 15px;
      height: 400px;
      background: #D5DEE8; }

.footer {
  background-color: white; }
  @media (min-width: 1181px) {
    .footer {
      padding-bottom: 4rem; } }
  .footer .container {
    max-width: 115rem; }

.footer-primary {
  background: #dfe2e8; }

.footer-primary div[class*="footer-"],
.footer-newsletter-row div[class*="footer-"] {
  font-size: 1rem; }

.footer-primary .hs-form-field,
.footer-newsletter-row .hs-form-field {
  position: relative; }

.footer-primary .hs-form-field > label,
.footer-newsletter-row .hs-form-field > label {
  display: none; }

.footer-primary .hs-input,
.footer-newsletter-row .hs-input {
  padding: 0.78571rem;
  border: 1px solid #FFFFFF;
  width: 100%;
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset; }
  .footer-primary .hs-input::placeholder,
  .footer-newsletter-row .hs-input::placeholder {
    color: #969696; }
  .footer-primary .hs-input:focus,
  .footer-newsletter-row .hs-input:focus {
    color: #000000;
    outline: none;
    border: 1px solid #24a7d0; }
  .footer-primary .hs-input.error,
  .footer-newsletter-row .hs-input.error {
    border: 1px solid #df2579; }

.footer-primary .actions,
.footer-newsletter-row .actions {
  text-align: right; }

.footer-primary input[type="submit"],
.footer-newsletter-row input[type="submit"] {
  background: #E12179 url("../img/arrow-right.svg") 50% 50% no-repeat;
  border: 0px;
  text-indent: -99999px;
  width: 96px;
  height: 41px;
  background-size: 24px; }
  .footer-primary input[type="submit"]:hover,
  .footer-newsletter-row input[type="submit"]:hover {
    background-color: #A71C56; }

.footer-primary ::-webkit-input-placeholder,
.footer-newsletter-row ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696; }

.footer-primary ::-moz-placeholder,
.footer-newsletter-row ::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696; }

.footer-primary :-ms-input-placeholder,
.footer-newsletter-row :-ms-input-placeholder {
  /* IE 10+ */
  color: #969696; }

.footer-primary :-moz-placeholder,
.footer-newsletter-row :-moz-placeholder {
  /* Firefox 18- */
  color: #969696; }

.footer-primary .hs-error-msgs,
.footer-newsletter-row .hs-error-msgs {
  position: absolute;
  margin: 0;
  list-style-type: none;
  color: #df2579;
  font-size: 9pt;
  line-height: 24px;
  width: 97%;
  text-align: left; }
  .footer-primary .hs-error-msgs label:before,
  .footer-newsletter-row .hs-error-msgs label: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='#df2579' /%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 9pt;
    left: -0.14286rem;
    margin-right: 0.07143rem;
    position: relative;
    top: 2px;
    width: 9pt; }
  @media (max-width: 420px) {
    .footer-primary .hs-error-msgs,
    .footer-newsletter-row .hs-error-msgs {
      width: 275px;
      text-align: left; } }

.footer-primary .hs_error_rollup,
.footer-newsletter-row .hs_error_rollup {
  display: none !important; }

.footer-newsletter-row {
  background-color: #3E4354; }
  .footer-newsletter-row .footer-newsletter {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 1.85714rem 0;
    max-width: 736px;
    margin: 0 auto; }
    @media (min-width: 1181px) {
      .footer-newsletter-row .footer-newsletter {
        max-width: 1000px;
        padding: 1.85714rem 0 0.35714rem; } }
    .footer-newsletter-row .footer-newsletter p {
      font-size: 20px;
      font-weight: 700;
      color: #FFFFFF;
      width: 100%;
      text-align: center; }
      @media (min-width: 481px) {
        .footer-newsletter-row .footer-newsletter p {
          font-size: 22px; } }
      @media (min-width: 551px) {
        .footer-newsletter-row .footer-newsletter p {
          font-size: 25px; } }
      @media (min-width: 1181px) {
        .footer-newsletter-row .footer-newsletter p {
          width: 55%;
          text-align: left;
          padding-right: 1rem; } }
    .footer-newsletter-row .footer-newsletter .newsletter-form {
      width: 100%; }
      @media (min-width: 1181px) {
        .footer-newsletter-row .footer-newsletter .newsletter-form {
          width: 45%;
          padding-left: 1rem; } }
      .footer-newsletter-row .footer-newsletter .newsletter-form .hs-form {
        display: flex;
        flex-flow: row;
        align-items: center; }
    .footer-newsletter-row .footer-newsletter .hs-form-field {
      padding-bottom: 1.5rem; }
    .footer-newsletter-row .footer-newsletter .hs_email {
      width: 100%; }
    .footer-newsletter-row .footer-newsletter .hs_submit {
      margin-top: 0; }
    .footer-newsletter-row .footer-newsletter .hs_email,
    .footer-newsletter-row .footer-newsletter .hs_submit {
      display: inline-block;
      vertical-align: bottom;
      padding-bottom: 0px; }
      @media (min-width: 1181px) {
        .footer-newsletter-row .footer-newsletter .hs_email,
        .footer-newsletter-row .footer-newsletter .hs_submit {
          display: block;
          padding-bottom: 1.5rem; } }
    .footer-newsletter-row .footer-newsletter .hs_error_rollup {
      display: none !important; }

.footer-contact {
  padding: 2rem 0;
  max-width: 736px;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .footer-contact {
      padding: 4.5rem 0; } }
  .footer-contact h3 {
    font-size: 22px;
    color: #000000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.78571rem;
    font-weight: 700; }
    @media (min-width: 551px) {
      .footer-contact h3 {
        font-size: 32px;
        font-weight: 400; } }
  .footer-contact p {
    font-size: 16px;
    text-align: center; }
    @media (min-width: 1181px) {
      .footer-contact p {
        font-size: 18px; } }
  .footer-contact form {
    font-size: 0; }
  .footer-contact .contact-form {
    margin-top: 2rem; }
    .footer-contact .contact-form iframe {
      height: 450px; }
      @media (min-width: 1181px) {
        .footer-contact .contact-form iframe {
          height: 400px; } }
  .footer-contact .hs-form-field {
    font-size: 1rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 551px) {
      .footer-contact .hs-form-field {
        display: inline-block;
        float: left;
        vertical-align: top;
        width: 50%;
        padding-bottom: 1.75rem;
        padding-right: 1.5rem; } }
  .footer-contact .hs_customer_message_sb_b2c_ input,
  .footer-contact .hs_customer_message_sb_b2b_ input {
    height: 100px; }
  .footer-contact .hs_customer_message_sb_b2c_ textarea,
  .footer-contact .hs_customer_message_sb_b2b_ textarea {
    height: 152px;
    resize: none; }
  @media (min-width: 551px) {
    .footer-contact .hs_customer_message_sb_b2c_,
    .footer-contact .hs_customer_message_sb_b2b_ {
      width: 100%; } }
  @media (min-width: 551px) {
    .footer-contact .actions {
      margin-top: -1rem;
      padding-right: 1.5rem; } }
  .footer-contact .hs_lastname {
    display: none !important; }

.footer-menu {
  background: #1e253a; }
  @media (min-width: 551px) {
    .footer-menu {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .footer-menu .container {
    padding-bottom: 22rem; }
    @media (min-width: 551px) {
      .footer-menu .container {
        display: flex;
        padding-bottom: 0; } }
  .footer-menu .footer-info {
    margin: 0;
    width: 100%; }
  .footer-menu .footer-info-heading {
    color: #0199c6;
    font-size: 15px;
    padding: 1rem 0;
    border-bottom: 1px solid #3d4356;
    margin: 0 0 -1px;
    text-align: left;
    position: relative; }
    @media (min-width: 551px) {
      .footer-menu .footer-info-heading {
        border: 0;
        margin: 0 0 0.78571rem;
        padding: 0px; } }
  .footer-menu article:last-child .footer-info-heading:nth-child(3) {
    border-bottom: 0; }
  .footer-menu article.active .footer-info-heading::after,
  .footer-menu article .active .footer-info-heading::after {
    transform: rotate(-180deg) !important; }
  .footer-menu article.active .footer-info-list,
  .footer-menu article .active .footer-info-list {
    display: block;
    border-top: 1px solid #0199c6;
    border-bottom: 1px solid #0199c6; }
    @media (min-width: 551px) {
      .footer-menu article.active .footer-info-list,
      .footer-menu article .active .footer-info-list {
        border: 0; } }
  .footer-menu article .footer-info-heading::after {
    content: "";
    transition: all 0.15s ease;
    background: url("../img/arrow-down-blue.svg") 50% 50% no-repeat;
    background-size: 20px 12px;
    width: 1.42857rem;
    height: 1.42857rem;
    position: absolute;
    right: 0;
    font-size: 20px; }
    @media (min-width: 551px) {
      .footer-menu article .footer-info-heading::after {
        display: none; } }
  .footer-menu li {
    text-align: left; }
    .footer-menu li:last-child a {
      border-bottom: 0; }
    .footer-menu li.new {
      position: relative;
      display: flex;
      align-items: center; }
      .footer-menu li.new:before {
        content: "READ";
        display: block;
        position: absolute;
        left: 30px;
        font-size: 13px;
        font-weight: 700;
        color: #fff; }
      .footer-menu li.new svg {
        height: 17.5px;
        width: 60px;
        margin-left: 20px; }
      .footer-menu li.new a {
        padding-left: 0.35714rem; }
      @media (min-width: 551px) {
        .footer-menu li.new {
          margin-top: 0.35714rem; }
          .footer-menu li.new:before {
            left: 10px; }
          .footer-menu li.new svg {
            margin-left: 0; } }
    .footer-menu li:last-child a {
      border: 0; }
  .footer-menu li a {
    color: #d7dae2;
    padding: 0.78571rem 0.78571rem;
    display: block;
    border-bottom: 1px solid #595959; }
    @media (min-width: 551px) {
      .footer-menu li a {
        background: none;
        border: 0;
        padding: 0 0 0.35714rem 0; } }
    .footer-menu li a.new-page {
      display: flex;
      align-items: center; }
      .footer-menu li a.new-page:before {
        content: "NEW";
        display: block;
        background-image: url("../icons/new-item-bg.svg");
        background-size: 62px;
        background-position: -21px 0;
        background-repeat: no-repeat;
        height: 17px;
        width: 45px;
        padding-left: 5px;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none; }
  .footer-menu .footer-info-col {
    width: 100%;
    margin-bottom: 0;
    padding: 0; }
    @media (min-width: 551px) {
      .footer-menu .footer-info-col {
        width: 50%;
        margin-bottom: 3rem;
        padding: 0 1.5rem 0 0; } }
    @media (min-width: 1181px) {
      .footer-menu .footer-info-col {
        width: 25%;
        margin-bottom: 3rem;
        padding: 0 1.5rem; } }
  .footer-menu .footer-info-list {
    display: none; }
    @media (min-width: 551px) {
      .footer-menu .footer-info-list {
        display: block; } }

.footer-store {
  text-align: center;
  padding-top: 2.28571rem; }
  @media (min-width: 551px) {
    .footer-store {
      padding-top: 0;
      padding-bottom: 0;
      text-align: left;
      padding-right: 1.5rem;
      margin-right: 1.5rem;
      border-right: 1px solid #5b6d84;
      width: 205px;
      flex-shrink: 0; } }
  .footer-store div, .footer-store a {
    color: #D7DAE2 !important; }
  .footer-store a, .footer-store img {
    display: block; }
  .footer-store .logo {
    margin: 0 auto 1.5rem;
    max-width: 150px; }
    @media (min-width: 551px) {
      .footer-store .logo {
        margin: 0 0 3rem; } }
  .footer-store .footer-contact-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 551px) {
      .footer-store .footer-contact-details {
        position: relative;
        bottom: 0; } }
  .footer-store .footer-store-number {
    font-weight: 400; }
  .footer-store .footer-store-hours {
    font-weight: 400; }
  .footer-store .footer-store-hours, .footer-store .footer-store-email {
    margin-bottom: 1.28571rem; }
    @media (min-width: 551px) {
      .footer-store .footer-store-hours, .footer-store .footer-store-email {
        margin-bottom: 1.5rem; } }
  .footer-store .footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem; }
    .footer-store .footer-socials a {
      margin: 0 .75rem; }

.footer-secondary {
  color: #d2d3d5;
  background-color: #3e4354;
  padding-bottom: 0.78571rem; }
  .footer-secondary svg {
    fill: #d2d3d5; }
  .footer-secondary .footer-misc {
    padding: 1.5rem 0 0 0;
    text-align: center; }
    @media (min-width: 1181px) {
      .footer-secondary .footer-misc {
        text-align: left;
        display: flex;
        align-items: center; } }
  @media (min-width: 1181px) {
    .footer-secondary .footer-misc-social {
      margin-left: auto; } }
  .footer-secondary .footer-misc-social .socialLinks .icon svg {
    fill: #fff; }
  .footer-secondary .footer-misc-payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .footer-secondary .footer-misc-payments img {
      margin: 0.35714rem 0.78571rem; }
      @media (min-width: 1181px) {
        .footer-secondary .footer-misc-payments img {
          margin: 0 1.5rem; } }

.footer-copyright > .powered-by {
  color: #333;
  font-size: 14px;
  margin: .75rem 0 0 0;
  text-align: right; }

.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: #989898;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1181px) {
    .footer-info-col {
      width: 25%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

.footer-info-col--social {
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important; }
  @media (min-width: 1181px) {
    .footer-info-col--social {
      width: 33.33334%;
      text-align: right; } }
  .footer-info-col--social .socialLinks-item {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1.5rem; }
    .footer-info-col--social .socialLinks-item:nth-child(1) {
      margin-left: 0; }

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

.footer-info-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .footer-info-list {
      margin-bottom: 1.5rem; } }
  .footer-info-list a {
    color: #989898;
    text-decoration: none; }
    .footer-info-list a:hover {
      text-decoration: underline; }
    .footer-info-list a.active {
      color: #4f4f4f; }
  @media (max-width: 550px) {
    .footer-info-list {
      position: relative;
      display: block;
      width: calc(100% + 3rem);
      padding: 0 1.5rem;
      left: -1.5rem;
      background: #3d4355; } }

.footer-legal ul {
  margin: 0 0 0.78571rem 0;
  text-align: center; }
  .footer-legal ul li {
    display: inline-block;
    padding: 0 0.78571rem;
    border-right: 1px solid  #2357c5; }
    .footer-legal ul li a {
      color: #2357c5;
      font-size: 13px;
      line-height: 14px; }
    .footer-legal ul li:last-child {
      border-right: 0; }

@media (min-width: 551px) {
  .footer-legal {
    display: none; } }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 1181px) {
    .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: #4f4f4f; }

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

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

.footer-lowest .trust-seals {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto; }
  @media (min-width: 860px) {
    .footer-lowest .trust-seals {
      padding-bottom: 1.5rem;
      justify-content: flex-end; } }
  .footer-lowest .trust-seals .trust-seal {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 36px;
    width: 33.33%;
    margin-bottom: 1.85714rem; }
    @media (min-width: 380px) {
      .footer-lowest .trust-seals .trust-seal {
        width: 25%; } }
    @media (min-width: 860px) {
      .footer-lowest .trust-seals .trust-seal {
        width: auto;
        margin-bottom: 0;
        margin-left: 3rem; } }
    .footer-lowest .trust-seals .trust-seal img {
      max-width: 63px;
      max-height: 30px; }

footer h3, footer p, footer input, footer textarea, footer h5, footer a, footer span {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important; }

.footer-form {
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, #0074af 0, #018fc6 40%, #03a6da 100%); }
  .footer-form .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  @media (min-width: 1181px) {
    .footer-form {
      padding: 3rem 0; }
      .footer-form .container {
        flex-direction: row; } }

.footer-formIcon {
  max-width: 85px; }
  @media (min-width: 1181px) {
    .footer-formIcon {
      max-width: 147px; } }

.footer-formCTA {
  text-align: center; }
  .footer-formCTA div {
    margin: 1.5rem 0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #FFF; }
    .footer-formCTA div strong {
      display: block;
      color: #97DBFF;
      margin-top: 1rem; }
      @media (min-width: 1181px) {
        .footer-formCTA div strong {
          margin-top: 0; } }
  @media (min-width: 1181px) {
    .footer-formCTA {
      padding-left: 3rem;
      text-align: left; }
      .footer-formCTA div {
        font-size: 42px;
        line-height: 48px; } }

.footerForm {
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, #0074af 0, #018fc6 40%, #03a6da 100%); }
  .footerForm .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  @media (min-width: 1181px) {
    .footerForm {
      padding: 3rem 0; }
      .footerForm .container {
        flex-direction: row;
        flex-wrap: wrap; } }
  .footerForm .footerForm-icon {
    display: none; }
    @media (min-width: 1181px) {
      .footerForm .footerForm-icon {
        display: block;
        width: 40%; }
        .footerForm .footerForm-icon img {
          width: 300px;
          margin: 0 auto;
          display: block; } }
  .footerForm .footerForm-cta {
    text-align: left; }
    .footerForm .footerForm-cta h2 {
      margin: 1.5rem 0;
      font-size: 28px;
      line-height: 36px;
      font-weight: 700;
      color: #FFF; }
      .footerForm .footerForm-cta h2 strong {
        display: block;
        color: #97DBFF;
        margin-top: 1rem; }
        @media (min-width: 1181px) {
          .footerForm .footerForm-cta h2 strong {
            margin-top: 0; } }
    .footerForm .footerForm-cta p {
      font-size: 16px;
      color: #FFF; }
      .footerForm .footerForm-cta p a {
        text-decoration: underline;
        color: #FFF !important;
        font-weight: 600; }
    @media (min-width: 1181px) {
      .footerForm .footerForm-cta {
        padding-right: 3rem;
        width: 60%; }
        .footerForm .footerForm-cta h2 {
          font-size: 44px;
          line-height: 52px; }
        .footerForm .footerForm-cta p {
          font-size: 18px; } }
  .footerForm .footerForm-button {
    display: inline-block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #DD2C79;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 0.78571rem 1.5rem;
    text-decoration: none; }
    .footerForm .footerForm-button:hover, .footerForm .footerForm-button:focus {
      background-color: #A71C56; }
  .footerForm .footerForm-links {
    font-size: 16px;
    color: #FFF !important; }
    @media (min-width: 1181px) {
      .footerForm .footerForm-links {
        font-size: 18px; } }
    .footerForm .footerForm-links a {
      text-decoration: underline;
      color: #FFF !important;
      font-weight: 600; }

.modalForm-heading {
  color: #032E47;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 2.5rem 2.28571rem 0 2.28571rem;
  text-align: center; }
  @media (min-width: 551px) {
    .modalForm-heading {
      font-size: 21px; } }

.modalForm-form {
  overflow: hidden;
  padding: 0 1.5rem; }

.modalForm-call {
  margin-top: 1.5rem;
  padding: 1.5rem;
  clear: both;
  display: flex;
  align-items: center;
  background-color: #1E233B;
  text-decoration: none; }
  .modalForm-call div {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 551px) {
      .modalForm-call div {
        font-size: 22px; } }
    .modalForm-call div > div {
      color: #1484C0;
      font-weight: 400;
      text-decoration: underline; }

@media (max-width: 550px) {
  .footer-info-list {
    background: transparent;
    border-top: 0 none !important;
    border-bottom: 0 none !important; }
    .footer-info-list li:first-child {
      border-top: 1px solid #3d4356; }
    .footer-info-list li a {
      border: 0 none;
      padding-left: 0; }
  .footer-store .footer-contact-details {
    text-align: left;
    padding-left: 20px; }
  .footer-store .footer-socials {
    justify-content: flex-start;
    margin-left: -10px; } }

.footer {
  padding-bottom: 0; }
  .footer .footer-menu .footer-info-heading {
    color: #08A3D7;
    font-size: 15.565px;
    line-height: 18.9px;
    font-weight: 500; }
  .footer .footer-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 24.46px;
    padding-bottom: 0;
    font-weight: 400; }
    @media (min-width: 1181px) {
      .footer .footer-menu li a {
        color: #C7D4E5;
        font-size: 15.565px; } }
  .footer .footer-store .footer-contact-details {
    color: #c7d4e5;
    font-family: "Roboto";
    font-size: 15.565278053283691px;
    font-weight: normal; }
    .footer .footer-store .footer-contact-details .footer-store-number a {
      font-weight: 700; }
    .footer .footer-store .footer-contact-details .footer-store-email {
      text-decoration: underline; }
  .footer .footer-lowest {
    display: none; }
  .footer .footer-menu article .footer-info-heading::after {
    width: 16px;
    height: 16px;
    background-size: contain; }
  .footer .footer-store .footer-socials {
    margin-top: 40px; }
  .footer > .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .footer .footer-copyright {
    background: #506076;
    padding: 19px; }
    .footer .footer-copyright > .powered-by {
      margin: 0;
      text-align: center;
      color: white;
      font-family: 'Roboto';
      font-size: 15.565278053283691px;
      font-weight: 500;
      letter-spacing: 0px;
      line-height: 18.900693893432617px; }
  .footer .desktop-upper-footer {
    display: block;
    background: #1f253a;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("https://store-cmcpr.mybigcommerce.com/content/images/revamp/menu-footer-background.jpg");
    background-size: cover; }
    @media (min-width: 1181px) {
      .footer .desktop-upper-footer {
        background-size: contain;
        background-position: bottom center;
        background-image: url("https://store-cmcpr.mybigcommerce.com/content/images/revamp/footer-desktop-background.jpg"); } }
    .footer .desktop-upper-footer .heading {
      font-size: 50px;
      line-height: 54px;
      font-weight: 600;
      text-align: center;
      padding: 3rem 0 1.5rem 0;
      color: #fff;
      margin: 0; }
      @media (min-width: 1181px) {
        .footer .desktop-upper-footer .heading {
          font-size: 75px;
          text-align: left;
          padding: 4.5rem 0 3rem 0; } }
      .footer .desktop-upper-footer .heading span {
        color: #08a3d7; }
    .footer .desktop-upper-footer .upper-footer-wrapper {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 100px;
      position: relative; }
      @media (min-width: 1181px) {
        .footer .desktop-upper-footer .upper-footer-wrapper {
          margin-bottom: 0; } }
      .footer .desktop-upper-footer .upper-footer-wrapper .left-cell {
        display: flex;
        width: 100%;
        text-align: left; }
        @media (min-width: 1181px) {
          .footer .desktop-upper-footer .upper-footer-wrapper .left-cell {
            width: 45%; } }
        .footer .desktop-upper-footer .upper-footer-wrapper .left-cell.footer-form {
          padding: 0;
          background: transparent; }
          .footer .desktop-upper-footer .upper-footer-wrapper .left-cell.footer-form .footer-formCTA {
            padding: 0; }
        .footer .desktop-upper-footer .upper-footer-wrapper .left-cell p {
          margin: 0 0 3rem;
          font-size: 18px;
          color: #fff;
          font-weight: 300;
          text-align: left; }
          @media (min-width: 1181px) {
            .footer .desktop-upper-footer .upper-footer-wrapper .left-cell p {
              font-size: 22px; } }
          .footer .desktop-upper-footer .upper-footer-wrapper .left-cell p a {
            color: #FFF; }
        .footer .desktop-upper-footer .upper-footer-wrapper .left-cell .footer-formButton {
          cursor: pointer;
          display: inline-block;
          background-color: #08a3d7;
          height: 60px;
          opacity: 1;
          color: white;
          font-size: 18px;
          font-weight: 700;
          letter-spacing: 0px;
          text-align: center;
          padding: 0;
          line-height: 60px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          margin: 0;
          border-radius: 5px;
          margin-bottom: 3rem; }
          @media (min-width: 1181px) {
            .footer .desktop-upper-footer .upper-footer-wrapper .left-cell .footer-formButton {
              width: 230px;
              position: relative;
              bottom: auto;
              margin-bottom: 1.5rem;
              margin-top: 1.5rem;
              font-size: 20px; } }
          .footer .desktop-upper-footer .upper-footer-wrapper .left-cell .footer-formButton:hover, .footer .desktop-upper-footer .upper-footer-wrapper .left-cell .footer-formButton:focus {
            background: #0199c6; }
      .footer .desktop-upper-footer .upper-footer-wrapper .right-cell {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start; }
        @media (min-width: 1181px) {
          .footer .desktop-upper-footer .upper-footer-wrapper .right-cell {
            width: 55%; } }
        .footer .desktop-upper-footer .upper-footer-wrapper .right-cell .contact-cell {
          width: 100%;
          flex: none;
          display: inline-block; }
          @media (min-width: 1181px) {
            .footer .desktop-upper-footer .upper-footer-wrapper .right-cell .contact-cell {
              width: 50%; } }
          .footer .desktop-upper-footer .upper-footer-wrapper .right-cell .contact-cell p {
            width: 260px;
            font-size: 18px;
            color: #fff; }
            @media (min-width: 1181px) {
              .footer .desktop-upper-footer .upper-footer-wrapper .right-cell .contact-cell p {
                width: 290px;
                margin: 0 0 3rem auto;
                font-size: 22px; } }
            .footer .desktop-upper-footer .upper-footer-wrapper .right-cell .contact-cell p a {
              color: #FFF !important; }
          .footer .desktop-upper-footer .upper-footer-wrapper .right-cell .contact-cell:last-child {
            margin-bottom: 1.5rem; }
  .footer .subscription-form {
    background: #F3F6FA; }
    .footer .subscription-form .form-wrapper {
      padding: 58px 0;
      flex-wrap: wrap;
      display: flex;
      align-items: center;
      align-content: center; }
      .footer .subscription-form .form-wrapper .form-details {
        width: 100%;
        display: inline-block;
        flex: none; }
        @media (min-width: 1181px) {
          .footer .subscription-form .form-wrapper .form-details {
            width: 33%; } }
        .footer .subscription-form .form-wrapper .form-details h5.footer-info-heading {
          margin: 0;
          padding: 17px 0;
          color: black;
          font-size: 24px;
          font-weight: 700;
          font-style: 600;
          letter-spacing: 0px;
          text-align: left;
          line-height: 25px; }
        .footer .subscription-form .form-wrapper .form-details p {
          color: black;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: 0px;
          text-align: left;
          line-height: 24px; }
          @media (min-width: 1181px) {
            .footer .subscription-form .form-wrapper .form-details p {
              margin: 0 auto 0 0;
              max-width: 355px; } }
      .footer .subscription-form .form-wrapper .klaviyo-form-wrapper {
        width: 100%; }
        .footer .subscription-form .form-wrapper .klaviyo-form-wrapper button {
          padding: 0 25px !important; }
        @media (min-width: 1181px) {
          .footer .subscription-form .form-wrapper .klaviyo-form-wrapper {
            width: 67%; }
            .footer .subscription-form .form-wrapper .klaviyo-form-wrapper button {
              padding: 0 50px !important; } }
      .footer .subscription-form .form-wrapper form {
        width: 100%;
        display: inline-block;
        flex: none;
        margin: 0; }
        @media (min-width: 1181px) {
          .footer .subscription-form .form-wrapper form {
            width: 67%; } }
        .footer .subscription-form .form-wrapper form .form-field {
          margin: 0;
          border-radius: 6.166666507720947px;
          border: 0px solid #979797;
          opacity: 1;
          background-color: white; }
          @media (min-width: 1181px) {
            .footer .subscription-form .form-wrapper form .form-field {
              height: 74px;
              margin-left: 60px; } }
          .footer .subscription-form .form-wrapper form .form-field .form-input {
            border: 0 none;
            opacity: 1;
            color: #506076;
            font-size: 19.733333587646484px;
            font-weight: 300;
            letter-spacing: 0px;
            height: 74px; }
          .footer .subscription-form .form-wrapper form .form-field input[type="submit"] {
            border-radius: 5px;
            opacity: 1;
            background-color: #08a3d7;
            height: 74px;
            border: 0 none;
            color: white;
            font-size: 26.053096771240234px;
            font-weight: 600;
            letter-spacing: 0px;
            text-align: center;
            margin: 0; }

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

.container--absolute {
  left: 0;
  right: 0;
  position: absolute;
  height: 100%; }

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

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.system-design-banner-sidebar {
  display: none; }
  @media (min-width: 1181px) {
    .system-design-banner-sidebar[data-page-id="97"], .system-design-banner-sidebar[data-page-id="88"] {
      display: block;
      padding: 0 0.78571rem 3rem; }
    .system-design-banner-sidebar[data-page-title*="The 10 Best Cell Phone"], .system-design-banner-sidebar[data-page-title*="A Simple Cell Phone"], .system-design-banner-sidebar[data-page-title*="WiFi Antennas"], .system-design-banner-sidebar[data-page-title*="Top 12 Materials"], .system-design-banner-sidebar[data-page-title*="Rural Areas"], .system-design-banner-sidebar[data-page-title*="Signal Boosters in 2021"], .system-design-banner-sidebar[data-page-title*="Buyer Guide"], .system-design-banner-sidebar[data-page-title*="Brings High-Quality Signal"], .system-design-banner-sidebar[data-page-title*="Public Safety DAS"], .system-design-banner-sidebar[data-page-title*="Public Safety Codes"], .system-design-banner-sidebar[data-page-title*="5 Smartphone Apps"], .system-design-banner-sidebar[data-page-title*="New WilsonPro 1100"], .system-design-banner-sidebar[data-page-title*="SureCall Fusion2Go Max"], .system-design-banner-sidebar[data-page-title*="Complete Turn-Key"], .system-design-banner-sidebar[data-page-title*="17 Things You Should Know"], .system-design-banner-sidebar[data-page-title*="Installer Insights 07"], .system-design-banner-sidebar[data-page-title*="Installer Insights 06"], .system-design-banner-sidebar[data-page-title*="Residential Donor Antenna Optimization"], .system-design-banner-sidebar[data-page-title*="Leading Manufacturers"], .system-design-banner-sidebar[data-page-title*="It's Not Your Carrier"], .system-design-banner-sidebar[data-page-title*="SOLiD and RanPlan"], .system-design-banner-sidebar[data-page-title*="Radio Coverage & Constant Communication"], .system-design-banner-sidebar[data-page-title*="Cel-Fi Joins SignalBoosters.com Lineup"], .system-design-banner-sidebar[data-page-title*="Active vs Passive, Installation, & More"] {
      display: block;
      padding: 2rem 0; } }

.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: 1181px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.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: 1181px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.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: 1181px) {
    .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: 1181px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

@media (min-width: 1181px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product {
    order: 2;
    width: 100%; }
    .productList .product:first-child {
      margin-top: 0 !important; }
    .productList .product-featured {
      order: 1;
      margin: 2rem 0; }
    @media (min-width: 768px) {
      .productList .product {
        border: 1px solid #CCC;
        border-bottom: 0; }
        .productList .product:last-child {
          border-bottom: 1px solid #CCC; }
        .productList .product-featured {
          border-bottom: 1px solid #CCC; } }

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

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 1361px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1361px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1361px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }
  @media (max-width: 1180px) {
    .listItem-image {
      max-width: 205px; } }

.listItem-headline {
  padding: .5rem 1.5rem;
  margin-bottom: 1.5rem;
  background: #018EC8;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .listItem-headline {
      margin-bottom: 0;
      font-size: 18px;
      padding: .75rem 1.5rem; } }

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

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

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

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

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

.listItem-contactForPricing {
  font-size: 16px;
  font-weight: 600;
  color: #000; }

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

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1181px) {
    .listItem-price {
      font-size: 20px; } }
  .listItem-price .price--rrp {
    display: block;
    color: #777778;
    font-size: 18px; }

.listItem-priceSavings {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #dd2c79; }

.listItem-rating {
  width: 100%; }

.listItem-bullets {
  list-style: disc !important; }
  .listItem-bullets li {
    color: #000; }

@media (min-width: 1361px) {
  .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: 1361px) {
    .listItem-actions .button {
      width: 100%; } }

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

@media (min-width: 1361px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productList .product .listItem-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 2.5rem 0 3rem; }
  @media (min-width: 768px) {
    .productList .product .listItem-content {
      padding-left: .78571rem;
      padding-right: .78571rem; } }
  @media (min-width: 551px) {
    .productList .product .listItem-content {
      -ms-flex-direction: row;
      flex-direction: row; } }
  .productList .product .listItem-content[data-product-brand="weBoost"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../icons/weboost.svg);
    height: 23px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="weBoost"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="weBoost"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../icons/weboost.svg);
      height: 23px;
      width: 100px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="Wilson Pro"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../icons/wilsonpro.svg);
    height: 23px;
    width: 123px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="Wilson Pro"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="Wilson Pro"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../icons/wilsonpro.svg);
      height: 23px;
      width: 123px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="Wilson Electronics"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../icons/wilson-electronics.svg);
    height: 23px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="Wilson Electronics"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="Wilson Electronics"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../icons/wilson-electronics.svg);
      height: 23px;
      width: 100px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="SureCall"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../icons/surecall.svg);
    height: 23px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="SureCall"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="SureCall"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../icons/surecall.svg);
      height: 23px;
      width: 100px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="Cel-Fi"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../icons/cel-fi.svg);
    height: 29px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="Cel-Fi"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="Cel-Fi"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../icons/cel-fi.svg);
      height: 29px;
      width: 100px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="HiBoost"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../icons/hiboost.svg);
    height: 24px;
    width: 95px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="HiBoost"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="HiBoost"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../icons/hiboost.svg);
      height: 24px;
      width: 95px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="Bolton Technical"] .listItem-details::before, .productList .product .listItem-content[data-product-brand="Bolton Tech "] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../icons/bolton-technical.svg);
    height: 24px;
    width: 95px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="Bolton Technical"] .listItem-details::before, .productList .product .listItem-content[data-product-brand="Bolton Tech "] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="Bolton Technical"] .listItem-actions::before, .productList .product .listItem-content[data-product-brand="Bolton Tech "] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../icons/bolton-technical.svg);
      height: 24px;
      width: 95px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="InHand"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../img/inhand-logo-black.png);
    height: 30px;
    width: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="InHand"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="InHand"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../img/inhand-logo-black.png);
      height: 30px;
      width: 150px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="Peplink"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../img/logo-peplink.png);
    height: 30px;
    width: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="Peplink"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="Peplink"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../img/logo-peplink.png);
      height: 30px;
      width: 150px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="Uniden"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(.../../../img/logo-uniden.png);
    height: 30px;
    width: 85px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="Uniden"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="Uniden"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(.../../../img/logo-uniden.png);
      height: 30px;
      width: 85px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: 1.5rem; } }
  .productList .product .listItem-content[data-product-brand="Teltonika"] .listItem-details::before {
    content: "";
    display: block;
    background-image: url(https://store-bf3bb.mybigcommerce.com/content/images/icons/tetonika.svg);
    height: 23px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.78571rem;
    position: absolute;
    top: 0; }
  @media (min-width: 768px) {
    .productList .product .listItem-content[data-product-brand="Teltonika"] .listItem-details::before {
      display: none; }
    .productList .product .listItem-content[data-product-brand="Teltonika"] .listItem-actions::before {
      content: "";
      display: block;
      margin-left: auto;
      background-image: url(https://store-bf3bb.mybigcommerce.com/content/images/icons/tetonika.svg);
      height: 20px;
      width: 100px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-bottom: .5rem; } }
  .productList .product .listItem-content .listItem-title a {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1484c0;
    margin-bottom: .78571rem;
    text-decoration: none; }
  @media (min-width: 768px) {
    .productList .product .listItem-content .listItem-title {
      width: 100%;
      padding-left: 28%;
      padding-right: 24%; } }
  .productList .product .listItem-content p {
    color: #000;
    margin: 0; }
  .productList .product .listItem-content .price-section {
    text-align: right;
    font-size: 22px;
    font-weight: 700; }
    @media (max-width: 1080px) {
      .productList .product .listItem-content .price-section {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: row-reverse; }
        .productList .product .listItem-content .price-section .price--withoutTax {
          margin-right: .5rem; } }
  .productList .product .listItem-content .listItem-actions {
    width: 100%;
    margin-top: 1.5rem; }
    @media (min-width: 768px) {
      .productList .product .listItem-content .listItem-actions {
        width: 25%;
        padding: 0 1.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem; } }
  .productList .product .listItem-content .listItem-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .78571rem;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .productList .product .listItem-content .listItem-price {
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: auto; } }
  .productList .product .listItem-content .button.button--primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .78571rem;
    color: #fff;
    background-color: #08a3d7;
    border: 0 none;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .productList .product .listItem-content .button.button--primary {
        margin-right: 0; } }
    .productList .product .listItem-content .button.button--primary svg {
      fill: #fff;
      height: 20px;
      width: 20px;
      margin-left: .78571rem; }
    .productList .product .listItem-content .button.button--primary:hover, .productList .product .listItem-content .button.button--primary:focus {
      background: #1b7d9c; }
  .productList .product .listItem-content .button.button--gray {
    background-color: #d3d3d3;
    color: #666;
    margin-left: 0; }
    .productList .product .listItem-content .button.button--gray:hover, .productList .product .listItem-content .button.button--gray:focus {
      background: #b8b3b3; }
  .productList .product .listItem-content .listItem-details {
    width: 50%;
    padding: 0 1.5rem;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-content: flex-start; }
    @media (max-width: 767px) {
      .productList .product .listItem-content .listItem-details {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .productList .product .listItem-content .listItem-details > h4, .productList .product .listItem-content .listItem-details > .product-rating {
          display: block;
          width: 100%; } }
    @media (min-width: 768px) {
      .productList .product .listItem-content .listItem-details {
        padding-left: 28%;
        width: 75%;
        min-height: 150px; } }
    .productList .product .listItem-content .listItem-details.extra-details {
      display: none; }
      @media (max-width: 767px) {
        .productList .product .listItem-content .listItem-details.extra-details {
          width: 100%;
          padding-left: 0;
          padding-right: 0;
          display: block; }
          .productList .product .listItem-content .listItem-details.extra-details > * {
            display: block;
            margin-bottom: 20px; }
          .productList .product .listItem-content .listItem-details.extra-details::before {
            display: none; } }
  @media (max-width: 767px) {
    .productList .product .listItem-content.big {
      border-bottom: 1px solid #ccc; } }
  .productList .product .listItem-content.big .listItem-details {
    width: 75%; }
    .productList .product .listItem-content.big .listItem-details > * {
      display: block;
      width: 100%; }
    @media (max-width: 767px) {
      .productList .product .listItem-content.big .listItem-details {
        width: 100%;
        margin-bottom: 20px; } }
  .productList .product .listItem-content .listItem-figure {
    width: 25%; }
    @media (max-width: 767px) {
      .productList .product .listItem-content .listItem-figure {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .productList .product .listItem-content .listItem-figure img {
          max-width: 300px;
          margin: 0 auto 15px auto;
          display: block; } }
    @media (min-width: 768px) {
      .productList .product .listItem-content .listItem-figure {
        position: absolute; } }
  @media (max-width: 767px) {
    .productList .product .listItem-content .listItem-actions {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) and (min-width: 551px) {
    .productList .product .listItem-content .listItem-actions a {
      width: calc(50% - 1rem); } }
  @media (max-width: 767px) {
    .productList .product .listItem-content {
      border: 0 none; } }

.productList .product .listItem-body {
  padding: 0;
  width: 100%; }

.productList .product:last-child .listItem-content {
  border: 0 none; }

.productList .product .listItem-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8fa1b1;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  line-height: 15px;
  font-size: 15px;
  padding: 5px 12px;
  margin-bottom: .75rem;
  margin-right: .5rem; }

.productList .product[data-product-label] .listItem-label:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  line-height: 15px;
  font-size: 15px;
  padding: 5px 12px;
  margin-bottom: .75rem;
  margin-right: .5rem; }
  @media (min-width: 767px) {
    .productList .product[data-product-label] .listItem-label:before {
      top: 0; } }

.productList .product[data-product-label="5-percent-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "5% OFF"; }

.productList .product[data-product-label="5-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "5% OFF"; }

.productList .product[data-product-label="10-percent-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "10% OFF"; }

.productList .product[data-product-label="10-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "10% OFF"; }

.productList .product[data-product-label="15-percent-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "15% OFF"; }

.productList .product[data-product-label="15-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "15% OFF"; }

.productList .product[data-product-label="20-percent-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "20% OFF"; }

.productList .product[data-product-label="20-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "20% OFF"; }

.productList .product[data-product-label="25-percent-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "25% OFF"; }

.productList .product[data-product-label="25-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "25% OFF"; }

.productList .product[data-product-label="22-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "22% OFF"; }

.productList .product[data-product-label="40-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "40% OFF"; }

.productList .product[data-product-label="30-percent-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "30% OFF"; }

.productList .product[data-product-label="30-dollars-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "$30 OFF"; }

.productList .product[data-product-label="30-dollars-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "$30 OFF"; }

.productList .product[data-product-label="50-dollars-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "$50 OFF"; }

.productList .product[data-product-label="50-dollars-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "$50 OFF"; }

.productList .product[data-product-label="80-dollars-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "$80 OFF"; }

.productList .product[data-product-label="80-dollars-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "$80 OFF"; }

.productList .product[data-product-label="100-dollars-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "$100 OFF"; }

.productList .product[data-product-label="100-dollars-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "$100 OFF"; }

.productList .product[data-product-label="150-dollars-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "$150 OFF"; }

.productList .product[data-product-label="150-dollars-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "$150 OFF"; }

.productList .product[data-product-label="200-dollars-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "$200 OFF"; }

.productList .product[data-product-label="200-dollars-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "$200 OFF"; }

.productList .product[data-product-label="best-offer-blue"] .listItem-label:before {
  background: #0183b1;
  content: "BEST OFFER"; }

.productList .product[data-product-label="best-offer-red"] .listItem-label:before {
  background: #DD2C79;
  content: "BEST OFFER"; }

.productList .product[data-product-label="best-seller-blue"] .listItem-label:before {
  background: #0183b1;
  content: "BEST SELLER"; }

.productList .product[data-product-label="best-seller-red"] .listItem-label:before {
  background: #DD2C79;
  content: "BEST SELLER"; }

.productList .product[data-product-label="half-off-blue"] .listItem-label:before {
  background: #0183b1;
  content: "HALF OFF"; }

.productList .product[data-product-label="half-off-red"] .listItem-label:before {
  background: #DD2C79;
  content: "HALF OFF"; }

.productList .product[data-product-label="low-stock-blue"] .listItem-label:before {
  background: #0183b1;
  content: "LOW STOCK"; }

.productList .product[data-product-label="low-stock-red"] .listItem-label:before {
  background: #DD2C79;
  content: "LOW STOCK"; }

.productList .product[data-product-label="new-blue"] .listItem-label:before {
  background: #0183b1;
  content: "NEW"; }

.productList .product[data-product-label="new-red"] .listItem-label:before {
  background: #DD2C79;
  content: "NEW"; }

.productList .product[data-product-label="on-sale-blue"] .listItem-label:before {
  background: #0183b1;
  content: "ON SALE"; }

.productList .product[data-product-label="on-sale-red"] .listItem-label:before,
.productList .product[data-product-label="on-sale-red-sc-f4h"] .listItem-label:before {
  background: #DD2C79;
  content: "ON SALE"; }

.productList .product[data-product-label="most-powerful-red"] .listItem-label:before {
  background: #DD2C79;
  content: "MOST POWERFUL"; }

.productList .product[data-product-label="discontinued-red"] .listItem-label:before {
  background: #DD2C79;
  content: "DISCONTINUED"; }

.productList .product[data-product-label="clearance-red"] .listItem-label:before {
  background: #DD2C79;
  content: "CLEARANCE"; }

@media (max-width: 767px) {
  .productList {
    border: 0 none; } }

.productList .product + .product {
  margin-top: 0; }

@media (max-width: 1180px) {
  .listing-left-side,
  #faceted-search-container {
    padding-left: 0;
    padding-right: 0; } }

.listing-left-side form.actionBar {
  margin: 0; }
  .listing-left-side form.actionBar > fieldset.form-fieldset {
    float: none;
    width: 100%; }
    .listing-left-side form.actionBar > fieldset.form-fieldset > div.form-field {
      margin: .78571rem 0;
      padding: .78571rem;
      border: 0 none;
      display: block;
      width: 100%;
      border-radius: 0;
      height: 55px; }
      .listing-left-side form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar {
        height: 99px; }
        @media (min-width: 551px) {
          .listing-left-side form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar {
            height: 55px; } }
        .listing-left-side form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar .sort-box select {
          width: calc(100% - 60px);
          max-width: 100%; }
          @media (min-width: 1181px) {
            .listing-left-side form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar .sort-box select {
              width: auto; } }
      .listing-left-side form.actionBar > fieldset.form-fieldset > div.form-field label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-right: 0.78571rem;
        color: #4f4f4f;
        padding: 0;
        font-size: 1rem;
        margin-top: 2px; }
      .listing-left-side form.actionBar > fieldset.form-fieldset > div.form-field select {
        position: relative;
        padding: .35714rem 3rem .35714rem .78571rem;
        background-color: #fff;
        border: 1px solid #CCC;
        color: #666;
        border-radius: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 0 0 -3px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 20px;
        height: 33px; }

.listing-left-side .page-sidebar {
  width: 100%; }

#product-listing-container, #search-results-content {
  padding-top: .78571rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 3rem;
  margin-top: 1.5rem; }
  #product-listing-container form.actionBar, #search-results-content form.actionBar {
    margin: 0; }
    #product-listing-container form.actionBar > fieldset.form-fieldset, #search-results-content form.actionBar > fieldset.form-fieldset {
      float: none;
      width: 100%; }
      #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field {
        margin: .78571rem 0;
        padding: .78571rem;
        border: 0 none;
        display: block;
        width: 100%;
        border-radius: 0;
        height: 55px; }
        #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar {
          height: 99px; }
          @media (min-width: 551px) {
            #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar {
              height: 55px; } }
          #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar .sort-box select, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar .sort-box select {
            width: calc(100% - 60px);
            max-width: 100%; }
            @media (min-width: 1181px) {
              #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar .sort-box select, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field.listing-sort-bar .sort-box select {
                width: auto; } }
        #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field label, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field label {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          margin-right: 0.78571rem;
          color: #4f4f4f;
          padding: 0;
          font-size: 1rem;
          margin-top: 2px; }
        #product-listing-container form.actionBar > fieldset.form-fieldset > div.form-field select, #search-results-content form.actionBar > fieldset.form-fieldset > div.form-field select {
          position: relative;
          padding: .35714rem 3rem .35714rem .78571rem;
          background-color: #fff;
          border: 1px solid #000;
          color: #000;
          border-radius: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 0%;
          -ms-flex: 1 1 0%;
          flex: 1 1 0%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin: 0 0 0 -3px;
          font-size: 1rem;
          font-weight: 400;
          line-height: 20px;
          height: 33px; }
  @media (max-width: 767px) {
    #product-listing-container .listItem, #search-results-content .listItem {
      margin: 0; } }
  #product-listing-container .pagination, #search-results-content .pagination {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    min-height: 32px;
    justify-content: space-between; }
    @media (min-width: 1181px) {
      #product-listing-container .pagination, #search-results-content .pagination {
        justify-content: flex-end;
        -ms-flex-order: 1;
        order: 1; } }
    #product-listing-container .pagination ul.pagination-list, #search-results-content .pagination ul.pagination-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      list-style: none;
      margin: 1px 0 0; }
      #product-listing-container .pagination ul.pagination-list li.pagination-item, #search-results-content .pagination ul.pagination-list li.pagination-item {
        padding: .35714rem .78571rem;
        margin: 0;
        width: auto;
        height: 31px;
        cursor: pointer;
        border: 0 none; }
        #product-listing-container .pagination ul.pagination-list li.pagination-item a, #search-results-content .pagination ul.pagination-list li.pagination-item a {
          font-size: 1rem;
          color: #4f4f4f;
          padding: 0;
          line-height: 20px; }
        #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--next, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--next {
          padding-right: 0;
          margin-right: .35714rem;
          width: 20px;
          height: 30px;
          background: #edeff1; }
          #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--next a, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--next a {
            text-indent: -9999px;
            position: relative; }
            #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--next a i, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--next a i {
              position: absolute;
              top: 1px;
              left: -11px;
              text-indent: 0;
              width: 20px; }
              #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--next a i svg, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--next a i svg {
                fill: #000; }
        #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--previous, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--previous {
          padding-left: 0;
          margin-left: .35714rem;
          width: 20px;
          height: 30px;
          background: #edeff1; }
          #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--previous a, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--previous a {
            text-indent: -9999px;
            position: relative; }
            #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--previous a i, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--previous a i {
              position: absolute;
              top: 1px;
              right: -11px;
              text-indent: 0;
              width: 20px; }
              #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--previous a i svg, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--previous a i svg {
                fill: #000;
                margin: 1px 0 0; }
        #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--current, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--current {
          background-color: #08a3d7;
          color: #fff;
          border-color: #08a3d7;
          border-radius: 0;
          border: 0 none; }
          #product-listing-container .pagination ul.pagination-list li.pagination-item.pagination-item--current a, #search-results-content .pagination ul.pagination-list li.pagination-item.pagination-item--current a {
            color: #fff; }

#faceted-search-container.listing-facets nav #facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .35714rem 1.5rem;
  background-color: #00254b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  height: auto;
  margin: 3rem .78571rem .78571rem .78571rem;
  padding: 1.141rem .78571rem;
  position: relative;
  top: 12px; }
  @media (min-width: 1181px) {
    #faceted-search-container.listing-facets nav #facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
      width: auto;
      height: 55px;
      padding: 1.9rem .78571rem;
      font-size: 1.1rem; } }

.pagination-results {
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  margin-right: .78571rem; }

@media (max-width: 767px) {
  #search-results-content .productList .product .listItem-content .listItem-details > * {
    display: block; } }

#facetedSearch svg.icon-close {
  height: 16px;
  width: 16px;
  display: inline-block;
  fill: #fff;
  position: relative;
  top: -1px;
  background: #08a3d7;
  margin-right: 5px;
  vertical-align: middle;
  padding: 3px; }

#facetedSearch .facetLabel {
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: #4f4f4f;
  font-size: 16px; }

#facetedSearch > .facetedSearch-refineFilters > a {
  color: #4f4f4f;
  font-size: 16px;
  text-decoration: none; }

#facetedSearch h5 {
  margin-bottom: .78571rem;
  font-size: 18px;
  text-transform: uppercase;
  color: #4f4f4f;
  font-weight: 700;
  padding: 0; }

#facetedSearch .accordion-navigation {
  border: 0 none; }

#facetedSearch .accordion {
  border: 0 none; }

#facetedSearch .accordion--navList .accordion-content {
  padding: 0; }

#facetedSearch .facetedSearch-refineFilters.sidebarBlock, #facetedSearch #facetedSearch-navList .accordion-block {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #24a2c7; }
  #facetedSearch .facetedSearch-refineFilters.sidebarBlock .accordion-navigation-actions, #facetedSearch #facetedSearch-navList .accordion-block .accordion-navigation-actions {
    display: none; }
  #facetedSearch .facetedSearch-refineFilters.sidebarBlock .navList-action--checkbox, #facetedSearch #facetedSearch-navList .accordion-block .navList-action--checkbox {
    color: #4f4f4f;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 0;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0; }
    #facetedSearch .facetedSearch-refineFilters.sidebarBlock .navList-action--checkbox span, #facetedSearch #facetedSearch-navList .accordion-block .navList-action--checkbox span {
      display: inline;
      font-size: 12px;
      font-style: normal; }
    #facetedSearch .facetedSearch-refineFilters.sidebarBlock .navList-action--checkbox::before, #facetedSearch #facetedSearch-navList .accordion-block .navList-action--checkbox::before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 11px;
      left: 0;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 0; }
    #facetedSearch .facetedSearch-refineFilters.sidebarBlock .navList-action--checkbox.is-selected::after, #facetedSearch #facetedSearch-navList .accordion-block .navList-action--checkbox.is-selected::after {
      background-color: #08a3d7;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' d='M56 14.921c0 0.903-0.361 1.806-1.012 2.457l-31.071 31.071c-0.65 0.65-1.554 1.012-2.457 1.012s-1.806-0.361-2.457-1.012l-17.992-17.992c-0.65-0.65-1.012-1.554-1.012-2.457s0.361-1.806 1.012-2.457l4.914-4.914c0.65-0.65 1.554-1.012 2.457-1.012s1.806 0.361 2.457 1.012l10.622 10.658 23.701-23.737c0.65-0.65 1.554-1.012 2.457-1.012s1.806 0.361 2.457 1.012l4.914 4.914c0.65 0.65 1.012 1.554 1.012 2.457z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 10px auto;
      top: 10px;
      width: 16px;
      height: 16px; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  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;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

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

.sale-text-burst {
  color: white;
  font-weight: 700;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  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: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

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

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

.geolocation-heading {
  padding: 3rem 0 1.5rem 0; }
  .geolocation-heading h1, .geolocation-heading h2 {
    text-align: center;
    margin: 0; }
  .geolocation-heading h1 {
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 551px) {
      .geolocation-heading h1 {
        font-size: 32px;
        line-height: 40px; } }
  .geolocation-heading h2 {
    font-size: 18px;
    line-height: 28px; }
    @media (min-width: 551px) {
      .geolocation-heading h2 {
        font-size: 24px;
        line-height: 34px; } }

.geolocation-marquee .container {
  padding: 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 750px) {
    .geolocation-marquee .container {
      flex-direction: row; } }

.geolocation-marqueeStore {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.21429rem;
  background: linear-gradient(to bottom, #404040, #1E1E1E);
  color: #FFF; }
  .geolocation-marqueeStore img {
    margin-bottom: 0.78571rem;
    width: 10.64286rem;
    height: 4rem; }
  .geolocation-marqueeStore div {
    font-size: 18px;
    line-height: 31px; }
  @media (min-width: 1181px) {
    .geolocation-marqueeStore {
      width: calc(100% - 620px);
      padding: 1.5rem 3rem; }
      .geolocation-marqueeStore div {
        font-size: 24px;
        line-height: 34px;
        margin-top: 1.5rem; } }

.geolocation-marqueeLocation img {
  width: 100%; }

@media (min-width: 1181px) {
  .geolocation-marqueeLocation {
    width: 620px; } }

.geolocation-form {
  padding: 1.5rem 1.21429rem;
  background-color: #D8D8D8; }
  .geolocation-form h2 {
    text-align: center; }
  .geolocation-form .container {
    padding: 0; }
  .geolocation-form .hbspt-form form fieldset {
    max-width: 100%; }
  @media (min-width: 700px) {
    .geolocation-form .hbspt-form form .form-columns-3 .hs-form-field {
      width: 33.33% !important;
      padding-right: 1.14286rem; }
      .geolocation-form .hbspt-form form .form-columns-3 .hs-form-field:last-child {
        padding-right: 0; } }
  .geolocation-form .hbspt-form form .hs-form-field {
    width: 100% !important;
    margin-bottom: 0.78571rem; }
    .geolocation-form .hbspt-form form .hs-form-field .input {
      margin: 0; }
      .geolocation-form .hbspt-form form .hs-form-field .input ul {
        margin: 0;
        list-style: none; }
        .geolocation-form .hbspt-form form .hs-form-field .input ul label {
          display: flex;
          align-items: center; }
        @media (min-width: 700px) {
          .geolocation-form .hbspt-form form .hs-form-field .input ul {
            display: flex; }
            .geolocation-form .hbspt-form form .hs-form-field .input ul li {
              margin-right: 0.78571rem; } }
    .geolocation-form .hbspt-form form .hs-form-field label {
      display: block;
      margin-bottom: 0.35714rem; }
    .geolocation-form .hbspt-form form .hs-form-field input[type="text"],
    .geolocation-form .hbspt-form form .hs-form-field input[type="tel"],
    .geolocation-form .hbspt-form form .hs-form-field input[type="email"],
    .geolocation-form .hbspt-form form .hs-form-field textarea {
      width: 100% !important;
      border: 1px solid #979797;
      padding: 5px; }
    .geolocation-form .hbspt-form form .hs-form-field input[type="text"],
    .geolocation-form .hbspt-form form .hs-form-field input[type="tel"],
    .geolocation-form .hbspt-form form .hs-form-field input[type="email"] {
      height: 40px; }
    .geolocation-form .hbspt-form form .hs-form-field textarea {
      height: 86px; }
  .geolocation-form .hbspt-form form .hs-form-radio label span {
    margin-left: 0.35714rem; }
  .geolocation-form .hbspt-form form .hs-submit input {
    width: 100%;
    padding: 0.5rem;
    background-color: #008ACA;
    color: #FFF;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px; }
    @media (min-width: 700px) {
      .geolocation-form .hbspt-form form .hs-submit input {
        display: block;
        max-width: 250px;
        margin: 0 auto; } }
    .geolocation-form .hbspt-form form .hs-submit input:hover {
      background-color: #2a5d89; }
  @media (min-width: 1181px) {
    .geolocation-form {
      background-color: #FFF;
      padding: 0; }
      .geolocation-form .container {
        padding: 1.5rem 1.5rem 3rem 1.5rem;
        background-color: #D8D8D8; }
      .geolocation-form .hbspt-form {
        padding: 0 7.5rem; } }

.geolocation-cta {
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, #404040, #1E1E1E); }
  .geolocation-cta .container {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .geolocation-cta .container span {
      color: #FFF;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 1.5rem; }
    .geolocation-cta .container a {
      width: 100%;
      padding: 0.5rem;
      background-color: #C6092A;
      color: #FFF;
      border: 0;
      border-radius: 4px;
      font-weight: 700;
      font-size: 16px;
      text-align: center;
      text-decoration: none; }
      @media (min-width: 700px) {
        .geolocation-cta .container a {
          display: block;
          max-width: 250px; } }
      .geolocation-cta .container a:hover {
        background-color: #C6092A; }
    @media (min-width: 1181px) {
      .geolocation-cta .container {
        flex-direction: row;
        justify-content: center;
        padding: 1.5rem 0;
        background: linear-gradient(to bottom, #404040, #1E1E1E); }
        .geolocation-cta .container span {
          margin-bottom: 0;
          margin-right: 1.5rem; }
        .geolocation-cta .container a {
          max-width: 150px; } }
  @media (min-width: 1181px) {
    .geolocation-cta {
      padding: 0;
      background: #FFF; } }

.geolocation-subheading {
  padding: 1.5rem 0; }
  .geolocation-subheading h2 {
    text-align: center; }
  .geolocation-subheading a {
    color: #068AC7; }

.geolocation-description {
  padding: 1.5rem 0 3rem 0; }
  .geolocation-description h2 {
    text-align: center;
    margin-bottom: 1.5rem; }
  .geolocation-description p {
    font-size: 16px; }

.geolocation-locations {
  padding: 1.5rem 0 3rem 0; }
  .geolocation-locations h2 {
    text-align: center;
    margin-bottom: 1.5rem; }
  .geolocation-locations .table-responsive {
    overflow-x: scroll; }
  .geolocation-locations table {
    width: 100%; }
    .geolocation-locations table tr {
      border: 1px solid #CCC; }
    .geolocation-locations table td {
      padding: 0.78571rem;
      border-right: 1px solid #CCC;
      font-size: 13px; }
      .geolocation-locations table td:last-child {
        border-right: 0; }
      @media (min-width: 1181px) {
        .geolocation-locations table td {
          font-size: 16px; } }

.design-installation-process {
  background: linear-gradient(to bottom, #404040, #1E1E1E);
  padding-bottom: 3rem; }
  .design-installation-process h2 {
    text-align: center;
    color: #FFF;
    font-size: 26px;
    margin: 0;
    line-height: 2.3rem;
    padding: 2rem 0 1rem; }
    @media (min-width: 551px) {
      .design-installation-process h2 {
        line-height: 1.71429rem;
        padding: 2.5rem 0 2rem; } }
  .design-installation-process .steps {
    display: flex;
    flex-wrap: wrap;
    margin: 4.5rem 0 1.5rem 0; }
  .design-installation-process .step {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    @media (min-width: 374px) {
      .design-installation-process .step {
        width: 50%; } }
    @media (min-width: 800px) {
      .design-installation-process .step {
        width: 25%; } }
  .design-installation-process .step--arrow:after {
    content: "";
    width: 11px;
    height: 19px;
    background-image: url(https://www.signalboosters.com/content/images/arrow-right-white.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: -5px; }
    @media (max-width: 374px) {
      .design-installation-process .step--arrow:after {
        display: none; } }
  @media (max-width: 799px) {
    .design-installation-process .step--arrow:nth-child(2):after {
      display: none; } }
  .design-installation-process .step-number {
    margin-bottom: 0.78571rem;
    color: #FFF;
    background-color: #000;
    font-size: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px; }
  .design-installation-process .step-heading {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem; }
    @media (min-width: 374px) {
      .design-installation-process .step-heading {
        width: 200px; } }
    @media (min-width: 800px) {
      .design-installation-process .step-heading {
        padding: 0; } }
  .design-installation-process .button {
    font-size: 18px;
    line-height: 24px;
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    border-color: #C6092A;
    background-color: #C6092A;
    color: #fff; }
    @media (min-width: 800px) {
      .design-installation-process .button {
        max-width: 430px; }
        .design-installation-process .button br {
          display: none; } }

.page--error-404 {
  background: #08a3d7;
  background: radial-gradient(circle, #08a3d7 0%, #096583 50%, #1e223b 100%); }

.error-404-body h1 {
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  text-align: center; }

.error-404-body p {
  font-size: 22px;
  color: #FFF;
  text-align: center; }

.error-404-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
  .error-404-categories a {
    background-color: #08A3D7;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 0.78571rem;
    margin-bottom: 1.14286rem;
    border-radius: 3px; }
    .error-404-categories a:hover, .error-404-categories a:focus {
      opacity: .8; }
    @media (min-width: 551px) {
      .error-404-categories a {
        width: 50%;
        margin: 0 0.35714rem 1.14286rem 0.35714rem; } }
    @media (min-width: 1181px) {
      .error-404-categories a {
        width: calc(25% - 1.6rem);
        margin: 0.78571rem; } }

.error-404-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem; }
  .error-404-bottom svg {
    fill: #FFF;
    width: 69px;
    height: 69px;
    margin-bottom: 1.5rem; }
  .error-404-bottom p {
    font-size: 24px;
    font-weight: 700;
    color: #FFF; }
    .error-404-bottom p.small {
      font-size: 18px; }
    .error-404-bottom p a {
      color: #FFF !important;
      text-decoration: none; }

.product-catalog-marquee .mobile-marquee {
  background: url(https://www.signalboosters.com/content/images/bolton-catalog-mobile.jpeg) 100% 0 no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-color: #F5F5F7;
  padding-bottom: 68%;
  display: block; }
  @media (min-width: 551px) {
    .product-catalog-marquee .mobile-marquee {
      display: none; } }

@media (min-width: 551px) {
  .product-catalog-marquee {
    background: url(https://www.signalboosters.com/content/images/bolton-catalog.jpeg) 40% 0 no-repeat;
    background-size: cover;
    background-position: 20% 50%; } }

@media (min-width: 1441px) {
  .product-catalog-marquee {
    background-size: contain;
    background-position: 50% 50%;
    background-color: #F5F5F7; } }

.product-catalog-marquee .content {
  width: 100%;
  padding: 1.42857rem 0; }
  @media (min-width: 551px) {
    .product-catalog-marquee .content {
      display: flex;
      align-items: center;
      min-height: 34.92857rem;
      background: transparent;
      background-image: none; } }

.product-catalog-marquee .heading .title {
  display: block;
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.71429rem;
  text-transform: uppercase;
  max-width: 100%;
  margin-bottom: 1.42857rem; }
  @media (min-width: 551px) {
    .product-catalog-marquee .heading .title {
      max-width: 35.71429rem;
      font-size: 42px;
      line-height: 3.5rem;
      margin-bottom: 2.85714rem; } }

.product-catalog-marquee .heading .button {
  background-color: #DD2C79;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.57143rem;
  text-align: center;
  display: block;
  width: 20.71429rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  border: 0 !important; }
  @media (min-width: 551px) {
    .product-catalog-marquee .heading .button {
      margin-left: 0;
      font-size: 18px; } }

.sb-experts-contact {
  display: none; }
  @media (min-width: 551px) {
    .sb-experts-contact {
      display: block;
      background-color: #161C37; }
      .sb-experts-contact .contact-cells {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        padding: 60px 0; }
        .sb-experts-contact .contact-cells .left-side {
          width: 90px;
          flex: none;
          display: inline-block; }
          .sb-experts-contact .contact-cells .left-side span.phone {
            background-image: url(https://www.signalboosters.com/content/images/call.svg);
            width: 61px;
            height: 60px;
            display: block;
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
            margin-right: auto; }
        .sb-experts-contact .contact-cells .right-side {
          width: 725px;
          max-width: calc(100% - 100px);
          flex: none;
          display: inline-block; }
          .sb-experts-contact .contact-cells .right-side .heading {
            color: #FFFFFF;
            font-size: 24px;
            letter-spacing: 0;
            line-height: 35px;
            margin-bottom: 5px; }
          .sb-experts-contact .contact-cells .right-side p {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 43px;
            margin: 0; } }

.page-index .page-marquee {
  background: linear-gradient(to right, #344355, #586D86);
  margin-bottom: 1.5rem; }
  .page-index .page-marquee .heading {
    overflow: hidden; }
    .page-index .page-marquee .heading h1 {
      margin: 1.5rem 0;
      font-size: 36px;
      color: #FFF; }
  .page-index .page-marquee .image {
    display: none; }
  @media (min-width: 900px) {
    .page-index .page-marquee .container {
      display: flex;
      align-items: center; }
    .page-index .page-marquee .heading, .page-index .page-marquee .image {
      width: 50%; }
    .page-index .page-marquee .image {
      display: block; } }

.page-index .page-content {
  float: none;
  background-color: #FFF; }
  .page-index .page-content .container {
    max-width: 89rem; }
  .page-index .page-content h2 {
    font-size: 24px;
    font-weight: 500; }
  .page-index .page-content .page-rows {
    display: flex;
    flex-wrap: wrap; }
    .page-index .page-content .page-rows .page-column {
      width: 100%; }
      @media (min-width: 900px) {
        .page-index .page-content .page-rows .page-column {
          width: 50%; } }
    .page-index .page-content .page-rows h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 1.5rem;
      color: #0C84C0; }
    .page-index .page-content .page-rows a {
      display: block;
      margin-bottom: .5rem;
      font-size: 18px;
      text-decoration: underline;
      color: #24A7D0; }
      .page-index .page-content .page-rows a.last-item {
        margin-bottom: 3rem; }
        @media (min-width: 900px) {
          .page-index .page-content .page-rows a.last-item {
            margin-bottom: 4.5rem; } }

.why-choose-us-section h2 {
  opacity: 1;
  color: black;
  font-family: "Roboto";
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  line-height: 57px;
  margin: 4.5rem 0 4rem; }

.why-choose-us-section .why-choose-us-cells .why-choose-us-cell {
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin-top: 26px; }
  .why-choose-us-section .why-choose-us-cells .why-choose-us-cell .cell-blue {
    height: 109px;
    width: 266px;
    opacity: 1;
    background-color: #08a3d7;
    display: flex;
    padding: 0 20px 0 30px;
    justify-content: flex-start;
    align-content: center;
    align-items: center; }
    .why-choose-us-section .why-choose-us-cells .why-choose-us-cell .cell-blue .number {
      opacity: 1;
      color: #8be1ff;
      font-family: "Roboto";
      font-size: 48.53333282470703px;
      font-weight: 700;
      letter-spacing: 0px;
      text-align: left;
      line-height: 56px;
      width: 28px;
      margin-right: 32px; }
    .why-choose-us-section .why-choose-us-cells .why-choose-us-cell .cell-blue .subheading {
      opacity: 1;
      color: white;
      font-family: "Roboto";
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 0px;
      text-align: left;
      line-height: 30px; }
  .why-choose-us-section .why-choose-us-cells .why-choose-us-cell .cell-grey {
    height: 109px;
    width: calc(100% - 266px);
    opacity: 1;
    background-color: #f3f6fa;
    display: flex;
    padding: 0 42px;
    justify-content: flex-start;
    align-content: center;
    align-items: center; }
    .why-choose-us-section .why-choose-us-cells .why-choose-us-cell .cell-grey .content {
      opacity: 1;
      color: black;
      font-family: "Roboto";
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0px;
      text-align: left;
      line-height: 30px; }
  @media (max-width: 1200px) {
    .why-choose-us-section .why-choose-us-cells .why-choose-us-cell {
      width: 100%;
      flex-direction: column; }
      .why-choose-us-section .why-choose-us-cells .why-choose-us-cell .cell-blue {
        width: 100%;
        height: auto;
        padding: 1.5rem; }
      .why-choose-us-section .why-choose-us-cells .why-choose-us-cell .cell-grey {
        width: 100%;
        height: auto;
        padding: 1.5rem; } }

.support-link {
  text-decoration: none;
  padding: 5px 25px;
  color: #fff;
  background-color: #24a7d0; }
  .support-link:hover {
    color: #fff;
    background-color: #1b7d9c; }
  @media (min-width: 1181px) {
    .support-link {
      font-size: 1.15rem; } }

.support-footer {
  text-align: center; }
  .support-footer .support-footer-heading {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .support-footer .support-footer-content {
    color: #1e1e1e;
    font-size: 1.15rem; }
    .support-footer .support-footer-content .phone-number {
      font-weight: 700; }
  .support-footer .support-footer-button {
    margin: 3rem 0;
    border-top: 1px solid #ccc; }
  .support-footer .desktop-only {
    display: none; }
    .support-footer .desktop-only .container {
      border-top: 2px solid #ccc;
      padding: 25px 0 50px 0; }
    @media (min-width: 1181px) {
      .support-footer .desktop-only {
        display: block; } }
  .support-footer .mobile-only {
    background-color: #0288b2;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 1rem 1.5rem; }
    .support-footer .mobile-only b {
      font-weight: 700;
      font-size: 1.2rem; }
    .support-footer .mobile-only a {
      margin-left: auto; }
    .support-footer .mobile-only svg {
      fill: #fff;
      width: 40px;
      height: 40px; }
    @media (min-width: 1181px) {
      .support-footer .mobile-only {
        display: none; } }

.support-main h1 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 30px 0; }
  @media (min-width: 1181px) {
    .support-main h1 {
      font-size: 2.25rem; } }

.support-categories {
  display: flex;
  flex-wrap: wrap; }
  .support-categories .support-category {
    width: 100%;
    padding: 25px 15px;
    border: 1px solid #999;
    margin-bottom: 15px;
    display: flex; }
    .support-categories .support-category h2 {
      margin: 0 0 20px 0;
      font-size: 1.15em;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 1181px) {
        .support-categories .support-category h2 {
          font-size: 1.4rem; } }
    .support-categories .support-category ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .support-categories .support-category ul li {
        margin-bottom: 10px; }
      .support-categories .support-category ul li a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #0c84c0; }
        .support-categories .support-category ul li a svg {
          width: 10px;
          height: 10px;
          fill: #0c84c0;
          margin-right: 10px; }
        @media screen and (min-width: 551px) and (max-width: 600px) {
          .support-categories .support-category ul li a {
            font-size: .9rem; } }
        @media (min-width: 1181px) {
          .support-categories .support-category ul li a {
            font-size: 1.2em; } }
    .support-categories .support-category .right {
      width: 100px;
      margin-left: auto; }
      .support-categories .support-category .right svg {
        width: 75px;
        height: 60px;
        display: block;
        margin: 0 auto; }
        @media (min-width: 1181px) {
          .support-categories .support-category .right svg {
            width: 125px;
            height: 90px;
            margin-top: 15px; } }
      @media (min-width: 551px) {
        .support-categories .support-category .right {
          width: 75px; } }
      @media (min-width: 1181px) {
        .support-categories .support-category .right {
          width: 150px;
          margin-right: 25px; } }
    .support-categories .support-category .left {
      padding-right: 10px;
      position: relative; }
      @media (min-width: 551px) {
        .support-categories .support-category .left .support-link {
          position: absolute;
          bottom: 0; } }
    @media (min-width: 551px) {
      .support-categories .support-category {
        height: 225px;
        width: 49%; }
        .support-categories .support-category:nth-child(odd) {
          margin-right: 1%; }
        .support-categories .support-category:nth-child(even) {
          margin-left: 1%; } }
    @media (min-width: 1181px) {
      .support-categories .support-category {
        padding: 25px;
        height: 250px;
        margin-bottom: 25px; }
        .support-categories .support-category p {
          width: 225px;
          font-size: 1.15rem; } }

.support-breadcrumbs {
  background: #edeff1;
  height: 40px;
  margin-bottom: 20px; }
  .support-breadcrumbs ul.breadcrumbs {
    display: flex !important;
    align-items: center;
    text-align: left;
    margin: 0;
    padding: 10px 0; }
    .support-breadcrumbs ul.breadcrumbs .breadcrumb::before {
      content: ">";
      top: 0px;
      margin: 0 0.5rem;
      color: #0c84c0; }
    .support-breadcrumbs ul.breadcrumbs .breadcrumb:first-child::before {
      content: "";
      margin: 0; }
    .support-breadcrumbs ul.breadcrumbs .breadcrumb a {
      color: #0c84c0; }
    .support-breadcrumbs ul.breadcrumbs .breadcrumb span {
      color: #666; }

.support-nav {
  width: 20%;
  height: 550px;
  border-right: 2px solid #ccc;
  display: none; }
  .support-nav .support-nav-heading {
    display: block;
    margin: 0 0 20px 0;
    font-size: 1.15em;
    font-weight: 700;
    text-transform: uppercase; }
  .support-nav ul {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none; }
    .support-nav ul li {
      margin-bottom: 10px; }
    .support-nav ul li a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #0c84c0; }
      .support-nav ul li a svg {
        width: 10px;
        height: 10px;
        fill: #0c84c0;
        margin-right: 10px; }
  @media (min-width: 1181px) {
    .support-nav {
      display: block; } }

.support-post > .container {
  display: flex;
  padding-bottom: 40px; }
  .support-post > .container .support-cc-logos {
    width: 250px; }
  .support-post > .container .support-brand-warranty {
    display: flex;
    margin-bottom: 40px; }
    .support-post > .container .support-brand-warranty .left {
      width: 30%; }
      .support-post > .container .support-brand-warranty .left img {
        width: 200px; }
    .support-post > .container .support-brand-warranty .right {
      width: 70%; }
    .support-post > .container .support-brand-warranty.support-brand-wilsonpro img {
      width: 155px; }
    .support-post > .container .support-brand-warranty.support-brand-surecall img {
      width: 145px; }
    .support-post > .container .support-brand-warranty.support-brand-hiboost img {
      width: 135px; }
    .support-post > .container .support-brand-warranty.support-brand-cel-fi img {
      width: 140px; }
    .support-post > .container .support-brand-warranty.support-brand-weboost img {
      width: 140px; }
    .support-post > .container .support-brand-warranty.support-brand-zboost img {
      width: 140px; }
    .support-post > .container .support-brand-warranty.support-brand-bolton-technical img {
      width: 140px; }
    .support-post > .container .support-brand-warranty.support-brand-inhand img {
      width: 200px; }
    .support-post > .container .support-brand-warranty.support-brand-uniden img {
      width: 125px; }
  .support-post > .container .support-product-registration {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -1%; }
    .support-post > .container .support-product-registration .support-carrier {
      width: 100%;
      height: 100px;
      border: 1px solid #ccc;
      margin: 10px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .support-post > .container .support-product-registration .support-carrier img {
        width: 100px;
        height: 100px; }
      @media (min-width: 600px) {
        .support-post > .container .support-product-registration .support-carrier {
          width: 46%; } }
      @media (min-width: 1181px) {
        .support-post > .container .support-product-registration .support-carrier {
          width: 29%;
          height: 250px; }
          .support-post > .container .support-product-registration .support-carrier img {
            width: 150px;
            height: 110px;
            margin-bottom: 25px; } }

.support-content h1 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  font-size: 1.5rem; }
  @media (min-width: 551px) {
    .support-content h1 {
      font-size: 1.75rem; } }
  @media (min-width: 1181px) {
    .support-content h1 {
      font-size: 2rem; } }

.support-content p, .support-content li {
  font-size: 1rem; }
  @media (min-width: 551px) {
    .support-content p, .support-content li {
      font-size: 1.1rem; } }

.support-content p.support-subheading {
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #165676; }
  @media (min-width: 551px) {
    .support-content p.support-subheading {
      font-size: 1.25rem; } }

@media (min-width: 1181px) {
  .support-content {
    width: 79%;
    padding-left: 40px; } }

.support-main .support-footer {
  margin-bottom: 4rem; }

.page-form-request-header {
  background: #2d3e4d;
  background-image: url(../img/ibw-heading-background.png);
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat; }

.commercial-building-installation .top-section,
.site-survey-request .top-section {
  padding-bottom: 0px !important; }

.custom-form-request .required {
  color: #df2579; }

.custom-form-request .hubspot-form-text {
  margin-bottom: -1rem; }

.custom-form-request h3 {
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400; }

.custom-form-request .top-request-description {
  background-color: #f0f2f5;
  padding: 84% 4rem 1rem 2rem;
  position: relative;
  margin-bottom: 2rem; }
  @media (min-width: 551px) {
    .custom-form-request .top-request-description {
      padding: 1rem 4rem 1rem 33%;
      min-height: 271px; } }
  .custom-form-request .top-request-description::before {
    content: "";
    background-image: url("./../img/form-heading-icon-floor-plan.png");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 80%; }
    @media (min-width: 551px) {
      .custom-form-request .top-request-description::before {
        background-size: auto 100%;
        background-position: 100% 0;
        right: initial;
        bottom: 0;
        width: 30%;
        padding-bottom: 0; } }
    @media (min-width: 1181px) {
      .custom-form-request .top-request-description::before {
        background-size: 100% 271px; } }
  .custom-form-request .top-request-description h3 {
    margin-top: 1rem;
    margin-bottom: 2rem; }

.custom-form-request .service-design-description::before {
  background-image: url("./../img/form-heading-icon-floor-plan.png"); }

.custom-form-request .building-installation-description::before {
  background-image: url("./../img/form-heading-icon-installation-service.png"); }

.custom-form-request .system-design-description::before {
  background-image: url("./../img/form-heading-icon-site-survey.png"); }

.custom-form-request .pricing-overview {
  background-color: #f0f2f5; }
  .custom-form-request .pricing-overview .pricing-plans {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 551px) {
      .custom-form-request .pricing-overview .pricing-plans {
        padding: 0 0.4rem; } }
  .custom-form-request .pricing-overview .pricing-plan {
    margin: 0.78571rem 0;
    font-size: 16px;
    background: #fff;
    padding-bottom: 30px;
    width: 100%; }
    .custom-form-request .pricing-overview .pricing-plan.free-plan .pricing-plan-header {
      background-color: #24a7d0; }
    .custom-form-request .pricing-overview .pricing-plan.intermediate-plan .pricing-plan-header {
      background-color: #077ca3; }
    .custom-form-request .pricing-overview .pricing-plan.advanced-plan .pricing-plan-header {
      background-color: #165676; }
  .custom-form-request .pricing-overview .pricing-plan-header, .custom-form-request .pricing-overview .pricing-plan-content {
    padding: 25px 20px 20px; }
  .custom-form-request .pricing-overview .pricing-plan-header {
    text-align: center;
    color: #fff;
    font-size: 18px; }
    .custom-form-request .pricing-overview .pricing-plan-header .coverage {
      font-size: 20px;
      padding-bottom: 6px; }
    .custom-form-request .pricing-overview .pricing-plan-header .pricing {
      font-size: 34px; }
    .custom-form-request .pricing-overview .pricing-plan-header .required {
      font-size: 25px;
      display: inline-block;
      vertical-align: top;
      color: #fff !important;
      position: relative;
      left: 0; }
  .custom-form-request .pricing-overview .pricing-plan-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .custom-form-request .pricing-overview .pricing-plan-content li {
    background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OC44NzggNDg4Ljg3OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg4Ljg3OCA0ODguODc4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cG9seWdvbiBwb2ludHM9IjE0My4yOTQsMzQwLjA1OCA1MC44MzcsMjQ3LjYwMiAwLDI5OC40MzkgMTIyLjAwOSw0MjAuNDQ3IDEyMi4xNDksNDIwLjMwNiAgICAgMTQ0LjQyMyw0NDIuNTggNDg4Ljg3OCw5OC4xMjMgNDM3LjA1NSw0Ni4yOTggICAiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") 0 6px no-repeat;
    background-size: 10px 10px;
    display: table;
    margin-bottom: 10px;
    color: #000000;
    font-size: 17px;
    padding-left: 1.5rem; }
  .custom-form-request .pricing-overview .pricing-plan-content .free-credit-design {
    color: #158fb7;
    font-weight: 700; }
  .custom-form-request .pricing-overview .pricing-plan-content .icon-ok {
    width: auto;
    display: table-cell;
    vertical-align: top;
    position: relative;
    color: #000;
    padding-left: 8px;
    padding-right: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    bottom: 0;
    top: 8px; }
  .custom-form-request .pricing-overview .submit-information-text {
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.25rem;
    text-align: center; }
  @media (min-width: 521px) and (max-width: 881px) {
    .custom-form-request .pricing-overview .pricing-plan {
      padding-bottom: 0; }
    .custom-form-request .pricing-overview .pricing-plan-container {
      display: flex; }
    .custom-form-request .pricing-overview .pricing-plan-header {
      flex-grow: 0;
      flex-shrink: 0;
      width: 40%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 882px) {
    .custom-form-request .pricing-overview .pricing-plan {
      width: calc(50% - 4rem);
      margin-left: 2rem;
      margin-right: 2rem; }
    .custom-form-request .pricing-overview .pricing-plan-container {
      display: block; } }

.custom-form-request .form-call-expert {
  display: block;
  background-color: #4298c2;
  margin: 1.5rem 0 0 0;
  padding: 1.5rem 0;
  text-decoration: none; }
  .custom-form-request .form-call-expert .container {
    display: flex;
    align-items: center; }
    .custom-form-request .form-call-expert .container img {
      width: 45px;
      margin-right: 1.5rem; }
    .custom-form-request .form-call-expert .container span {
      color: #fff;
      font-size: 20px; }
  @media (min-width: 1181px) {
    .custom-form-request .form-call-expert {
      display: none; } }

.custom-form-request .hbspt-form h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #077ca3;
  margin: 25px 0 20px 0;
  padding: 0; }
  .custom-form-request .hbspt-form h2 span {
    text-transform: initial; }

.custom-form-request .hbspt-form fieldset {
  max-width: 100%; }

.custom-form-request .hbspt-form .hs-form-field {
  position: relative;
  width: 100% !important; }
  .custom-form-request .hbspt-form .hs-form-field label {
    font-size: 16px;
    color: #032e47;
    display: block;
    margin-bottom: 7.5px; }
    .custom-form-request .hbspt-form .hs-form-field label .hs-form-required {
      color: #df2579; }
  .custom-form-request .hbspt-form .hs-form-field .input {
    width: 100%;
    margin: 0; }
    .custom-form-request .hbspt-form .hs-form-field .input input, .custom-form-request .hbspt-form .hs-form-field .input select, .custom-form-request .hbspt-form .hs-form-field .input textarea {
      height: 40px;
      padding: 10px;
      width: 100% !important;
      margin-bottom: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #ccc;
      border-radius: 0; }
      .custom-form-request .hbspt-form .hs-form-field .input input.error, .custom-form-request .hbspt-form .hs-form-field .input select.error, .custom-form-request .hbspt-form .hs-form-field .input textarea.error {
        border: 1px solid #df2579; }
    .custom-form-request .hbspt-form .hs-form-field .input select {
      background-color: #fff;
      padding-right: 30px;
      background-image: url("../img/form-dropdown.svg");
      background-repeat: no-repeat;
      background-position: right 10px top 50%;
      background-size: 15px; }
    .custom-form-request .hbspt-form .hs-form-field .input textarea {
      height: 100px; }
    .custom-form-request .hbspt-form .hs-form-field .input .inputs-list {
      margin: 0;
      list-style: none; }
      .custom-form-request .hbspt-form .hs-form-field .input .inputs-list label {
        display: flex;
        align-items: center; }
        .custom-form-request .hbspt-form .hs-form-field .input .inputs-list label input {
          border-radius: 50%;
          width: 25px !important;
          height: 25px !important;
          margin: 0 10px 0 0;
          padding: 0; }
          .custom-form-request .hbspt-form .hs-form-field .input .inputs-list label input:focus {
            outline: none; }
          .custom-form-request .hbspt-form .hs-form-field .input .inputs-list label input:checked {
            background-color: #165676; }
          .custom-form-request .hbspt-form .hs-form-field .input .inputs-list label input:checked:before {
            content: "";
            background-color: #fff;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            position: relative;
            top: calc(50% - 5.5px);
            left: calc(50% - 5.5px);
            display: block; }
        .custom-form-request .hbspt-form .hs-form-field .input .inputs-list label span {
          font-weight: 700;
          margin-right: 15px; }
      .custom-form-request .hbspt-form .hs-form-field .input .inputs-list.multi-container {
        display: flex;
        align-items: center; }
  .custom-form-request .hbspt-form .hs-form-field .hs-error-msgs {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 0; }
    .custom-form-request .hbspt-form .hs-form-field .hs-error-msgs label {
      margin: 0;
      color: #df2579;
      font-size: 12px; }

.custom-form-request .hbspt-form .hs_submit input {
  appearance: none;
  border: 0;
  border-radius: 0;
  height: 40px;
  padding: 10px;
  background-color: #586d86;
  text-transform: uppercase;
  padding: 0 3rem;
  font-weight: 700;
  color: #fff; }
  .custom-form-request .hbspt-form .hs_submit input:hover {
    background-color: #47576c; }

.custom-form-request .hbspt-form .floor-plan .hs-form-field, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .custom-form-request .hbspt-form .floor-plan .hs-form-field legend, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field legend {
    display: none !important; }
  .custom-form-request .hbspt-form .floor-plan .hs-form-field .input, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field .input {
    display: none !important; }
  .custom-form-request .hbspt-form .floor-plan .hs-form-field .mock-upload-button, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field .mock-upload-button {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #f0f2f5; }
    .custom-form-request .hbspt-form .floor-plan .hs-form-field .mock-upload-button span, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field .mock-upload-button span {
      padding: 10px; }
    .custom-form-request .hbspt-form .floor-plan .hs-form-field .mock-upload-button .btn, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field .mock-upload-button .btn {
      margin-left: auto;
      background: #ccc; }
    .custom-form-request .hbspt-form .floor-plan .hs-form-field .mock-upload-button:hover, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field .mock-upload-button:hover {
      cursor: pointer; }
    .custom-form-request .hbspt-form .floor-plan .hs-form-field .mock-upload-button.active, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field .mock-upload-button.active {
      background-color: #fff;
      border: 1px solid #24a7d0; }
      .custom-form-request .hbspt-form .floor-plan .hs-form-field .mock-upload-button.active .btn, .custom-form-request .hbspt-form .upload-floor-plan .hs-form-field .mock-upload-button.active .btn {
        background-color: #24a7d0;
        color: #fff; }

.custom-form-request .hbspt-form .signal-strength-support {
  overflow: hidden; }
  .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .closed {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #24a7d0;
    border-bottom: 1px solid #24a7d0;
    margin-bottom: 20px; }
    .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .closed .video-play {
      display: none; }
    .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .closed .carat-down {
      width: 35px;
      height: 13px;
      fill: #24a7d0;
      flex-shrink: 0;
      flex-grow: 0;
      margin-left: auto; }
    .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .closed span {
      padding-right: 10px;
      font-size: 16px; }
      .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .closed span b {
        color: #24a7d0; }
  .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .opened {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #24a7d0;
    border-bottom: 1px solid #24a7d0;
    margin-bottom: 20px; }
    .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .opened .carat-up {
      width: 35px;
      height: 13px;
      fill: #24a7d0;
      flex-shrink: 0;
      flex-grow: 0;
      margin-left: auto; }
    .custom-form-request .hbspt-form .signal-strength-support .signal-strength-accordion .opened span {
      font-size: 16px; }
  .custom-form-request .hbspt-form .signal-strength-support .iphone, .custom-form-request .hbspt-form .signal-strength-support .android {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1181px) {
      .custom-form-request .hbspt-form .signal-strength-support .iphone, .custom-form-request .hbspt-form .signal-strength-support .android {
        width: 50%;
        padding-right: 2rem;
        float: left; } }
  .custom-form-request .hbspt-form .signal-strength-support h3 {
    font-family: "Roboto", Arial, Sans-Serif;
    font-size: 18px;
    font-weight: 700;
    color: #24a7d0;
    margin: 0 0 10px 0; }
  .custom-form-request .hbspt-form .signal-strength-support .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .custom-form-request .hbspt-form .signal-strength-support .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .custom-form-request .hbspt-form .signal-strength-support .text ul {
    list-style: none;
    font-size: 16px;
    margin: 0; }
    .custom-form-request .hbspt-form .signal-strength-support .text ul li {
      margin-bottom: 10px; }
  .custom-form-request .hbspt-form .signal-strength-support .text .video-pdf {
    font-size: 16px; }
    .custom-form-request .hbspt-form .signal-strength-support .text .video-pdf a {
      color: #24a7d0 !important; }
      .custom-form-request .hbspt-form .signal-strength-support .text .video-pdf a:hover {
        text-decoration: underline; }

.custom-form-request .hbspt-form .hs_error_rollup {
  display: none !important; }

.custom-form-request .hbspt-form .hs_submit {
  text-align: right; }
  @media (min-width: 1181px) {
    .custom-form-request .hbspt-form .hs_submit {
      padding-right: 1.5rem; } }

@media (min-width: 1181px) {
  .custom-form-request .hbspt-form .form-columns-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
    .custom-form-request .hbspt-form .form-columns-3 > div {
      width: 33.333% !important;
      padding: 0 .75rem;
      float: left; }
  .custom-form-request .hbspt-form .form-columns-2 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
    .custom-form-request .hbspt-form .form-columns-2 > div {
      width: 50% !important;
      padding: 0 .75rem;
      float: left; }
  .custom-form-request .hbspt-form .form-columns-1 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
    .custom-form-request .hbspt-form .form-columns-1 > div {
      width: 100% !important;
      padding: 0 .75rem;
      float: left; } }

.custom-form-request .confirmation {
  text-align: center; }
  .custom-form-request .confirmation .checkmark {
    width: 50px;
    height: 50px;
    background-image: url(.../../../img/order-status-completed.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto 30px auto; }
  .custom-form-request .confirmation p {
    text-align: center;
    font-size: 20px; }
  .custom-form-request .confirmation h1.section-title {
    font-size: 36px;
    font-weight: 400;
    color: #000; }
  .custom-form-request .confirmation .installation-unique-id {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    border: 1px solid #24a7d0;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    width: 290px; }
  .custom-form-request .confirmation a {
    color: #0c84c0;
    text-decoration: none; }

.custom-form-request .submit-request {
  padding: 3rem 0 !important;
  text-align: center; }
  .custom-form-request .submit-request a {
    color: #fff;
    background: #24a7d0;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    width: 250px; }

.custom-form-request .expectations {
  background-color: #f0f2f5; }
  .custom-form-request .expectations ul {
    list-style: none;
    max-width: 650px;
    margin: 0 auto; }
    .custom-form-request .expectations ul li {
      display: flex;
      align-items: center;
      font-size: 16px;
      margin-bottom: 20px; }
    .custom-form-request .expectations ul .number {
      border: 1px solid #24a7d0;
      border-radius: 50%;
      color: #24a7d0;
      width: 35px;
      height: 35px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      line-height: 34px;
      margin-right: 15px;
      flex-grow: 0;
      flex-shrink: 0; }

.custom-form-request .section-subtitle {
  text-align: center; }

.custom-form-request .hs_upload_floor_plan label span,
.custom-form-request div[class*="hs_upload_more_files"] label span,
.custom-form-request div[class*="hs_any_additional_notes_comments"] label span {
  display: none; }

.custom-form-request .additional-comments h2 {
  margin-bottom: 1rem !important; }

@media (min-width: 1181px) {
  .custom-form-request .hbspt-form {
    width: 76%;
    float: left;
    padding-right: 3rem; } }

.custom-form-request .mock-upload-button span.btn {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 16px; }

.custom-form-request .mock-upload-button span.desc {
  padding-left: 1.5rem !important; }

.custom-form-request .contact-experts {
  display: none;
  float: right;
  width: 255px;
  border: 8px solid #f0f2f5;
  padding: 1.5rem;
  text-align: center;
  color: #032e47;
  font-size: 15px;
  margin-top: 2.28571rem; }
  .custom-form-request .contact-experts.fixed {
    position: fixed;
    top: 5rem;
    right: 11.6rem; }
  .custom-form-request .contact-experts.static-bottom {
    position: absolute;
    bottom: 0;
    right: 6rem; }
  @media (min-width: 1080px) and (max-width: 1400px) {
    .custom-form-request .contact-experts {
      width: 250px; }
      .custom-form-request .contact-experts.fixed {
        right: 1.5rem; }
      .custom-form-request .contact-experts.static-bottom {
        position: absolute;
        bottom: 0;
        right: 1.5rem; } }
  @media (min-width: 1181px) {
    .custom-form-request .contact-experts {
      display: block; } }
  .custom-form-request .contact-experts .contact-experts--title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0.78571rem;
    margin-bottom: 1rem; }
  .custom-form-request .contact-experts .contact-experts--text {
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #CCCCCC; }
  .custom-form-request .contact-experts .contact-experts--details {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #CCCCCC; }
    .custom-form-request .contact-experts .contact-experts--details a {
      display: block;
      text-decoration: none;
      font-size: 25px;
      color: #000000; }
  .custom-form-request .contact-experts .contact-experts--icon {
    text-align: center; }
    .custom-form-request .contact-experts .contact-experts--icon svg {
      width: 80px;
      height: 80px; }
  .custom-form-request .contact-experts .contact-experts--email {
    margin-bottom: 1rem; }
    .custom-form-request .contact-experts .contact-experts--email a {
      text-decoration: none;
      color: #077ca3;
      font-weight: 700; }
    .custom-form-request .contact-experts .contact-experts--email svg {
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 18px;
      margin-right: 0.78571rem; }
  .custom-form-request .contact-experts .contact-experts--financing {
    position: relative;
    overflow: hidden;
    width: calc(100% + 3rem + 16px);
    margin-left: calc(-1.5rem - 8px);
    margin-bottom: -1.5rem;
    background-color: #f0f2f5;
    padding-bottom: 1rem;
    padding-left: 5rem;
    text-align: left; }
    .custom-form-request .contact-experts .contact-experts--financing:before {
      content: "NEW!";
      display: block;
      width: 60px;
      height: 22px;
      padding-left: 9px;
      position: absolute;
      left: 0;
      top: 15px;
      background-image: url("../img/icon-ribbon-red.svg");
      background-size: 75px;
      background-position: -15px;
      background-repeat: no-repeat;
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
    .custom-form-request .contact-experts .contact-experts--financing .contact-experts--title {
      font-size: 17px;
      margin-bottom: 0; }
    .custom-form-request .contact-experts .contact-experts--financing a {
      color: #0C7AC6;
      display: flex;
      align-items: center; }
      .custom-form-request .contact-experts .contact-experts--financing a svg {
        fill: #0C7AC6;
        width: 12px;
        height: 12px;
        position: relative;
        top: 1px;
        margin-left: 6px; }

.installationProcess {
  font-size: 0;
  text-align: center;
  margin-bottom: 3rem; }
  .installationProcess h3 {
    border-top: 2px solid #CCCCCC;
    padding-top: 2rem;
    font-size: 2rem;
    margin-top: 0;
    font-family: "Roboto", Arial, Sans-Serif; }
  @media (min-width: 400px) {
    .installationProcess div[class*="row"] {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  @media (min-width: 1181px) {
    .installationProcess div[class*="row"] {
      margin-left: -2.5rem;
      margin-right: -2.5rem; } }
  .installationProcess div[class*="column"] {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    margin-top: 0.78571rem;
    margin-bottom: 1rem; }
    @media (min-width: 400px) {
      .installationProcess div[class*="column"] {
        width: 50%; } }
    @media (min-width: 760px) {
      .installationProcess div[class*="column"] {
        width: 25%;
        margin-bottom: 0; } }
  .installationProcess a[class*="content"] {
    display: block;
    text-decoration: none; }
    @media (min-width: 400px) {
      .installationProcess a[class*="content"] {
        margin: 1rem 1.5rem; } }
    @media (min-width: 1181px) {
      .installationProcess a[class*="content"] {
        margin: 1rem 2.5rem; } }
  .installationProcess div[class*="text"] {
    display: block;
    text-transform: uppercase;
    background-color: #eff0f1;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    padding: 0.78571rem;
    max-width: 270px; }

.equipment-free-consultation .choosing-booster-kit {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
  border-top: 2px solid #24a7d0;
  border-bottom: 2px solid #24a7d0;
  text-align: center; }
  .equipment-free-consultation .choosing-booster-kit a {
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #4f4f4f !important; }

.installation-unique-id {
  text-align: center; }

@media (min-width: 1181px) {
  .contact-us p {
    font-size: 1.15rem; } }

.contact-us .section-title {
  margin-bottom: 1rem; }

.contact-us .section-subtitle {
  text-align: center;
  padding: 0 10%; }

.contact-us svg {
  fill: #41738c;
  flex-grow: 0;
  flex-shrink: 0; }

.contact-us .contact-us-call p {
  text-align: center; }

.contact-us .contact-us-call .business-hours {
  margin-top: 1.5rem; }

.contact-us .contact-us-call .contact-us-numbers {
  display: flex;
  flex-direction: column; }
  .contact-us .contact-us-call .contact-us-numbers .contact-us-number {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center; }
    .contact-us .contact-us-call .contact-us-numbers .contact-us-number .contact-icon {
      display: flex;
      justify-content: center;
      margin-right: 10px;
      flex-basis: 40px; }
      .contact-us .contact-us-call .contact-us-numbers .contact-us-number .contact-icon svg {
        width: 40px;
        height: 40px; }
      @media (min-width: 551px) {
        .contact-us .contact-us-call .contact-us-numbers .contact-us-number .contact-icon {
          justify-content: inherit;
          margin-right: 15px; } }
      @media (min-width: 1181px) {
        .contact-us .contact-us-call .contact-us-numbers .contact-us-number .contact-icon svg {
          width: 60px;
          height: 60px; } }
    .contact-us .contact-us-call .contact-us-numbers .contact-us-number div {
      flex-basis: 200px;
      font-weight: 700;
      font-size: 1rem;
      text-transform: uppercase;
      color: #165676; }
      .contact-us .contact-us-call .contact-us-numbers .contact-us-number div a {
        text-decoration: none; }
      @media (min-width: 1181px) {
        .contact-us .contact-us-call .contact-us-numbers .contact-us-number div {
          flex-basis: 250px;
          font-size: 1.15rem; } }
    @media (min-width: 551px) {
      .contact-us .contact-us-call .contact-us-numbers .contact-us-number {
        flex-basis: 50%;
        justify-content: center; } }
  @media (min-width: 551px) {
    .contact-us .contact-us-call .contact-us-numbers {
      flex-direction: row; } }

.contact-us .contact-us-map {
  background: #20b0dd;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 551px) {
    .contact-us .contact-us-map .container {
      display: flex; } }
  .contact-us .contact-us-map .location-details {
    float: left;
    color: #fff; }
    .contact-us .contact-us-map .location-details h2 {
      color: #fff;
      text-align: center; }
      @media (min-width: 551px) {
        .contact-us .contact-us-map .location-details h2 {
          margin-top: 1rem;
          text-align: left; } }
      @media (min-width: 1181px) {
        .contact-us .contact-us-map .location-details h2 {
          font-size: 2rem;
          margin-top: 1.5rem; } }
    .contact-us .contact-us-map .location-details > p {
      text-align: center; }
      @media (min-width: 551px) {
        .contact-us .contact-us-map .location-details > p {
          text-align: left; } }
    .contact-us .contact-us-map .location-details .location-address {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px; }
      .contact-us .contact-us-map .location-details .location-address svg {
        fill: #fff;
        width: 50px;
        height: 50px;
        margin-right: 15px; }
        @media (min-width: 1181px) {
          .contact-us .contact-us-map .location-details .location-address svg {
            width: 60px;
            height: 60px; } }
      .contact-us .contact-us-map .location-details .location-address div p {
        font-weight: bold;
        font-size: 1rem;
        margin-bottom: 0; }
        @media (min-width: 1181px) {
          .contact-us .contact-us-map .location-details .location-address div p {
            font-size: 1.15rem; } }
      @media (min-width: 551px) {
        .contact-us .contact-us-map .location-details .location-address {
          justify-content: left; } }
      @media (min-width: 1181px) {
        .contact-us .contact-us-map .location-details .location-address {
          margin-top: 3rem; } }
    .contact-us .contact-us-map .location-details > a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      width: 150px; }
      .contact-us .contact-us-map .location-details > a svg {
        fill: #fff;
        width: 12px;
        height: 12px;
        margin-right: 10px; }
      @media (min-width: 551px) {
        .contact-us .contact-us-map .location-details > a {
          justify-content: left; } }
      @media (min-width: 1181px) {
        .contact-us .contact-us-map .location-details > a {
          margin-top: 3rem;
          font-size: 1.15rem; } }
    @media (min-width: 551px) {
      .contact-us .contact-us-map .location-details {
        padding: 10px; } }
  .contact-us .contact-us-map .mobile-only {
    margin-top: 25px; }
    @media (min-width: 551px) {
      .contact-us .contact-us-map .mobile-only {
        width: 304px;
        height: 290.5px;
        margin-top: 0; } }
  @media (min-width: 771px) {
    .contact-us .contact-us-map {
      background: #12a6d2; }
      .contact-us .contact-us-map .container {
        height: 300px;
        background-image: url("../img/contact-us-map.jpg");
        background-size: cover;
        background-position: -100px 0; }
      .contact-us .contact-us-map .location-details {
        width: 300px;
        margin-left: 5%; }
        .contact-us .contact-us-map .location-details h2 {
          font-size: 1.75rem; }
      .contact-us .contact-us-map .mobile-only {
        display: none !important; } }
  @media (min-width: 851px) {
    .contact-us .contact-us-map .container {
      background-position: -50px 0; } }
  @media (min-width: 951px) {
    .contact-us .contact-us-map .container {
      background-position: 0 0; } }
  @media (min-width: 1081px) {
    .contact-us .contact-us-map .container {
      height: 400px;
      background-position: -100px 0; }
    .contact-us .contact-us-map .location-details {
      width: 400px;
      margin-left: 0; }
      .contact-us .contact-us-map .location-details h2 {
        font-size: 2rem; } }

.contact-us .contact-us-ways {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .contact-us .contact-us-ways .contact-us-email, .contact-us .contact-us-ways .contact-us-chat, .contact-us .contact-us-ways .contact-us-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .contact-us .contact-us-ways .contact-us-email svg, .contact-us .contact-us-ways .contact-us-chat svg, .contact-us .contact-us-ways .contact-us-phone svg {
      width: 65px;
      height: 65px;
      margin-top: 25px; }
      @media (min-width: 551px) {
        .contact-us .contact-us-ways .contact-us-email svg, .contact-us .contact-us-ways .contact-us-chat svg, .contact-us .contact-us-ways .contact-us-phone svg {
          margin-right: 25px; } }
    .contact-us .contact-us-ways .contact-us-email div, .contact-us .contact-us-ways .contact-us-chat div, .contact-us .contact-us-ways .contact-us-phone div {
      text-align: center; }
      .contact-us .contact-us-ways .contact-us-email div h4, .contact-us .contact-us-ways .contact-us-chat div h4, .contact-us .contact-us-ways .contact-us-phone div h4 {
        font-family: "Roboto", Arial, Sans-Serif; }
      .contact-us .contact-us-ways .contact-us-email div p, .contact-us .contact-us-ways .contact-us-chat div p, .contact-us .contact-us-ways .contact-us-phone div p {
        font-size: 1rem; }
        .contact-us .contact-us-ways .contact-us-email div p a, .contact-us .contact-us-ways .contact-us-chat div p a, .contact-us .contact-us-ways .contact-us-phone div p a {
          display: block;
          color: #0c85c0;
          text-decoration: none !important; }
          .contact-us .contact-us-ways .contact-us-email div p a:hover, .contact-us .contact-us-ways .contact-us-chat div p a:hover, .contact-us .contact-us-ways .contact-us-phone div p a:hover {
            color: #165676; }
          @media (min-width: 851px) {
            .contact-us .contact-us-ways .contact-us-email div p a, .contact-us .contact-us-ways .contact-us-chat div p a, .contact-us .contact-us-ways .contact-us-phone div p a {
              display: inline; } }
        @media (min-width: 1181px) {
          .contact-us .contact-us-ways .contact-us-email div p, .contact-us .contact-us-ways .contact-us-chat div p, .contact-us .contact-us-ways .contact-us-phone div p {
            font-size: 1.15rem; } }
      @media (min-width: 551px) {
        .contact-us .contact-us-ways .contact-us-email div, .contact-us .contact-us-ways .contact-us-chat div, .contact-us .contact-us-ways .contact-us-phone div {
          text-align: left;
          padding-right: 25px; } }
    .contact-us .contact-us-ways .contact-us-email #chatStatus, .contact-us .contact-us-ways .contact-us-chat #chatStatus, .contact-us .contact-us-ways .contact-us-phone #chatStatus {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 700; }
      .contact-us .contact-us-ways .contact-us-email #chatStatus.offline, .contact-us .contact-us-ways .contact-us-chat #chatStatus.offline, .contact-us .contact-us-ways .contact-us-phone #chatStatus.offline {
        color: #df2579; }
      .contact-us .contact-us-ways .contact-us-email #chatStatus.online, .contact-us .contact-us-ways .contact-us-chat #chatStatus.online, .contact-us .contact-us-ways .contact-us-phone #chatStatus.online {
        color: #31bb92; }
      @media (min-width: 1181px) {
        .contact-us .contact-us-ways .contact-us-email #chatStatus, .contact-us .contact-us-ways .contact-us-chat #chatStatus, .contact-us .contact-us-ways .contact-us-phone #chatStatus {
          font-size: 1.15rem; } }
    @media (min-width: 551px) {
      .contact-us .contact-us-ways .contact-us-email, .contact-us .contact-us-ways .contact-us-chat, .contact-us .contact-us-ways .contact-us-phone {
        flex-direction: row;
        align-items: inherit;
        width: 50%; } }
    @media (min-width: 1181px) {
      .contact-us .contact-us-ways .contact-us-email, .contact-us .contact-us-ways .contact-us-chat, .contact-us .contact-us-ways .contact-us-phone {
        padding: 0 50px; } }
  .contact-us .contact-us-ways .contact-us-phone p a {
    display: block !important;
    font-size: 20px;
    font-weight: 700; }
  .contact-us .contact-us-ways .contact-us-chat {
    width: 100%;
    justify-content: left; }
  @media (min-width: 851px) {
    .contact-us .contact-us-ways {
      display: flex; } }

.about-us {
  /* Mobile view */ }
  .about-us .page-header {
    margin-bottom: 0; }
  .about-us > div:nth-child(2) {
    padding-bottom: 1.5rem !important; }
    @media (min-width: 1181px) {
      .about-us > div:nth-child(2) {
        padding-bottom: 1.5rem !important; } }
  .about-us .about-us-marquee img {
    display: block;
    margin: 0 auto; }
  .about-us .about-us-mission-statement .container > h2 {
    text-align: center; }
  .about-us .about-us-mission-statement .container > p {
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
  .about-us .about-us-similar .container > h2 {
    text-align: center;
    display: flex;
    flex-wrap: wrap; }
  .about-us .bg-similar {
    background-image: url(https://store-6q5bpsuh.mybigcommerce.com/product_images/web_images/houston-bg.png); }
  .about-us .bg-about {
    background: #edf1f5; }
  .about-us .about-us-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem; }
    .about-us .about-us-team .teammate {
      display: flex;
      width: 100%;
      max-width: 360px;
      height: 150px;
      margin-bottom: 20px; }
      .about-us .about-us-team .teammate .teammate-info {
        width: 100%;
        background-color: #eaecf1; }
      .about-us .about-us-team .teammate .teammate-name {
        font-size: 1.1rem;
        font-weight: 700;
        padding: 10px 10px 0 10px; }
      .about-us .about-us-team .teammate .teammate-title {
        padding: 0 10px 10px 10px; }
      .about-us .about-us-team .teammate .teammate-socials {
        background: #0089b6;
        /* Old browsers */
        background: -moz-linear-gradient(top, #0089b6 0%, #22acd8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0089b6 0%, #22acd8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0089b6 0%, #22acd8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089b6', endColorstr='#22acd8',GradientType=0 );
        /* IE6-9 */
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center; }
        .about-us .about-us-team .teammate .teammate-socials a {
          width: 33%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .about-us .about-us-team .teammate .teammate-socials a svg {
            width: 22.5px;
            height: 22.5px;
            fill: #fff; }
      .about-us .about-us-team .teammate .teammate-image {
        width: 150px;
        flex-shrink: 0;
        flex-grow: 0; }
    @media (max-width: 400px) {
      .about-us .about-us-team .teammate {
        width: 200px;
        height: inherit;
        flex-direction: column; }
        .about-us .about-us-team .teammate .teammate-image {
          width: 100%; }
        .about-us .about-us-team .teammate .teammate-title br {
          display: none; } }
    @media (min-width: 850px) {
      .about-us .about-us-team {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; }
        .about-us .about-us-team .teammate {
          width: 48%;
          margin: 1%; } }
    @media (min-width: 1181px) {
      .about-us .about-us-team .teammate {
        width: 31.33%;
        margin: 1%; }
        .about-us .about-us-team .teammate br {
          display: none !important; }
        .about-us .about-us-team .teammate .teammate-info {
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
        .about-us .about-us-team .teammate .teammate-name {
          font-size: 1.25rem; }
        .about-us .about-us-team .teammate .teammate-socials {
          display: none; }
        .about-us .about-us-team .teammate:hover .teammate-socials {
          display: flex; } }
  .about-us .about-us-history {
    background: linear-gradient(to right, #13a6d2, #13a6d2);
    padding: 0 !important; }
    .about-us .about-us-history .container {
      background-image: url("../img/generic-blue-signal-background.png");
      background-repeat: no-repeat;
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
      background-position: 100% 0; }
      @media (min-width: 1181px) {
        .about-us .about-us-history .container {
          background-size: 1000px;
          background-position: 50% 0;
          height: 190px; } }
    .about-us .about-us-history h2,
    .about-us .about-us-history p {
      color: #fff;
      text-align: center; }
    .about-us .about-us-history p {
      font-size: 16px;
      max-width: 800px;
      margin: 0 auto; }
  .about-us .about-us-gallery {
    background: #eaecf1; }
    .about-us .about-us-gallery .container > p {
      font-size: 16px;
      text-align: center;
      margin-bottom: 25px !important; }
    .about-us .about-us-gallery .photo-gallery {
      padding-bottom: 2rem; }
      .about-us .about-us-gallery .photo-gallery .p {
        float: left;
        position: relative;
        padding-bottom: 66%;
        margin: 5px;
        display: inline-block;
        width: calc(100% - 10px);
        background-size: cover; }
        .about-us .about-us-gallery .photo-gallery .p .pd {
          display: none;
          width: 100%;
          text-align: center;
          position: absolute;
          bottom: 0;
          padding: 10px;
          color: #fff;
          background: rgba(0, 0, 0, 0.75); }
        @media (min-width: 450px) {
          .about-us .about-us-gallery .photo-gallery .p {
            width: calc(50% - 10px);
            padding-bottom: 33%; }
            .about-us .about-us-gallery .photo-gallery .p .pd {
              padding: 25px;
              font-size: 1.25rem; } }
        @media (min-width: 900px) {
          .about-us .about-us-gallery .photo-gallery .p {
            padding-bottom: 20%; }
            .about-us .about-us-gallery .photo-gallery .p:hover .pd {
              display: block; } }
      .about-us .about-us-gallery .photo-gallery .row {
        display: inline-block;
        width: 100%; }
      .about-us .about-us-gallery .photo-gallery .row--1 .p1 {
        background-image: url("../img/about-us-row-1-p-1.png"); }
      .about-us .about-us-gallery .photo-gallery .row--1 .p2 {
        background-image: url("../img/about-us-row-1-p-2.png"); }
      .about-us .about-us-gallery .photo-gallery .row--1 .p3 {
        background-image: url("../img/about-us-row-1-p-3.png"); }
      .about-us .about-us-gallery .photo-gallery .row--1 .p4 {
        background-image: url("../img/about-us-row-1-p-4.png"); }
      @media (min-width: 450px) {
        .about-us .about-us-gallery .photo-gallery .row--1 .p3 {
          width: calc(30% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--1 .p4 {
          width: calc(70% - 10px); } }
      @media (min-width: 900px) {
        .about-us .about-us-gallery .photo-gallery .row--1 .p1 {
          width: calc(29.125% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--1 .p2 {
          width: calc(24.125% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--1 .p3 {
          width: calc(16.75% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--1 .p4 {
          width: calc(30% - 10px); } }
      .about-us .about-us-gallery .photo-gallery .row--2 .p1 {
        background-image: url("../img/about-us-row-2-p-1.png"); }
      .about-us .about-us-gallery .photo-gallery .row--2 .p2 {
        background-image: url("../img/about-us-row-2-p-2.png"); }
      .about-us .about-us-gallery .photo-gallery .row--2 .p3 {
        background-image: url("../img/about-us-row-2-p-3.png"); }
      .about-us .about-us-gallery .photo-gallery .row--2 .p4 {
        background-image: url("../img/about-us-row-2-p-4.png"); }
      @media (min-width: 450px) {
        .about-us .about-us-gallery .photo-gallery .row--2 .p3 {
          width: calc(40% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--2 .p4 {
          width: calc(60% - 10px); } }
      @media (min-width: 900px) {
        .about-us .about-us-gallery .photo-gallery .row--2 .p1 {
          width: calc(41% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--2 .p2 {
          width: calc(22% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--2 .p3 {
          width: calc(20% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--2 .p4 {
          width: calc(17% - 10px); } }
      .about-us .about-us-gallery .photo-gallery .row--3 .p1 {
        background-image: url("../img/about-us-row-3-p-1.png"); }
      .about-us .about-us-gallery .photo-gallery .row--3 .p2 {
        background-image: url("../img/about-us-row-3-p-2.png"); }
      .about-us .about-us-gallery .photo-gallery .row--3 .p3 {
        background-image: url("../img/about-us-row-3-p-3.png"); }
      .about-us .about-us-gallery .photo-gallery .row--3 .p4 {
        background-image: url("../img/about-us-row-3-p-4.png"); }
      .about-us .about-us-gallery .photo-gallery .row--3 .p5 {
        background-image: url("../img/about-us-row-3-p-5.png"); }
      @media (min-width: 450px) {
        .about-us .about-us-gallery .photo-gallery .row--3 .p1 {
          width: calc(33.333% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p2 {
          width: calc(30% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p3 {
          width: calc(36.666% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p4 {
          width: calc(30% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p5 {
          width: calc(70% - 10px); } }
      @media (min-width: 900px) {
        .about-us .about-us-gallery .photo-gallery .row--3 .p1 {
          width: calc(16% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p2 {
          width: calc(18% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p3 {
          width: calc(24% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p4 {
          width: calc(17% - 10px); }
        .about-us .about-us-gallery .photo-gallery .row--3 .p5 {
          width: calc(25% - 10px); } }
  .about-us .about-us-timeline {
    padding-bottom: 0 !important; }
  .about-us #timeline {
    margin: 1.5rem auto;
    position: relative;
    max-width: 350px; }
    .about-us #timeline:before {
      content: "";
      position: absolute;
      top: 0;
      left: 13px;
      height: 100%;
      width: 4px;
      background: #dcdee3; }
    .about-us #timeline .timeline-block {
      position: relative;
      margin-bottom: 25px; }
    .about-us #timeline .timeline-date {
      position: relative;
      top: 0px;
      left: 40px;
      font-size: 1.75rem;
      font-weight: 700;
      color: #24a7d0;
      margin-bottom: 10px; }
    .about-us #timeline .timeline-dot {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #24a7d0;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 35%; }
      .about-us #timeline .timeline-dot .dot-inside {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #24a7d0; }
    .about-us #timeline .timeline-content {
      margin-left: 55px;
      padding: 15px;
      border: 1px solid #aaa;
      position: relative; }
      .about-us #timeline .timeline-content:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #aaa;
        position: absolute;
        left: -23px;
        top: 26%;
        transform: rotate(90deg); }
      .about-us #timeline .timeline-content:after {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        position: absolute;
        left: -22px;
        top: 26%;
        transform: rotate(90deg); }
      .about-us #timeline .timeline-content img {
        margin-bottom: 10px; }
    @media (min-width: 600px) {
      .about-us #timeline {
        max-width: 400px; }
        .about-us #timeline .timeline-content {
          display: flex;
          align-items: center; }
          .about-us #timeline .timeline-content img {
            width: 50%;
            padding-right: 5%;
            margin-bottom: 0; }
          .about-us #timeline .timeline-content p {
            width: 50%; } }
    @media (min-width: 900px) {
      .about-us #timeline {
        max-width: 800px; }
        .about-us #timeline:before {
          left: 50%;
          height: 105%; }
        .about-us #timeline .timeline-block {
          overflow: hidden; }
          .about-us #timeline .timeline-block:nth-child(odd) .timeline-date {
            left: 40%; }
          .about-us #timeline .timeline-block:nth-child(odd) .timeline-content {
            float: right;
            flex-direction: row-reverse; }
            .about-us #timeline .timeline-block:nth-child(odd) .timeline-content img {
              padding-left: 5%;
              padding-right: 0; }
          .about-us #timeline .timeline-block:nth-child(even) .timeline-content:before {
            left: inherit;
            right: -23px;
            transform: rotate(-90deg); }
          .about-us #timeline .timeline-block:nth-child(even) .timeline-content:after {
            left: inherit;
            right: -22px;
            transform: rotate(-90deg); }
        .about-us #timeline .timeline-dot {
          left: calc(50% - 13px); }
        .about-us #timeline .timeline-date {
          width: 55px;
          left: 55%;
          top: 35%;
          position: absolute; }
        .about-us #timeline .timeline-content {
          width: 45%;
          margin-left: 0; }
          .about-us #timeline .timeline-content:before, .about-us #timeline .timeline-content:after {
            top: 40%; }
        .about-us #timeline .timeline-block--last {
          clear: both;
          overflow: inherit;
          margin-bottom: 400px; }
          .about-us #timeline .timeline-block--last .timeline-date {
            left: 38% !important; }
          .about-us #timeline .timeline-block--last .timeline-content {
            width: 55%;
            position: relative;
            top: 70px;
            margin-bottom: 70px;
            background: #fff;
            left: -22%; }
            .about-us #timeline .timeline-block--last .timeline-content:before, .about-us #timeline .timeline-block--last .timeline-content:after {
              left: calc(50% - 15px);
              top: -15px;
              transform: rotate(180deg); }
            .about-us #timeline .timeline-block--last .timeline-content:after {
              top: -14px; } }
    @media (min-width: 1081px) {
      .about-us #timeline {
        max-width: 1081px; }
        .about-us #timeline:before {
          height: 103%; }
        .about-us #timeline .timeline-content {
          height: 210px; }
          .about-us #timeline .timeline-content img {
            width: 55%; }
          .about-us #timeline .timeline-content p {
            width: 45%;
            font-size: 16px;
            padding-right: 50px;
            padding-left: 20px; } }
  .about-us #about-us-section .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .about-us #about-us-section .row-experts-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .about-us #about-us-section .row-experts-list .column,
    .about-us #about-us-section .row-experts-list .about-us-grid {
      width: 100%; }
  .about-us #about-us-section .column {
    flex-basis: calc(25% - 10px);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    justify-content: center; }
  .about-us #about-us-section .image img {
    max-width: 100%;
    height: auto; }
  .about-us #about-us-section .title {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px; }
  .about-us #about-us-section .left-paragraph {
    width: 441px;
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center; }
  .about-us .about-us-grid .column {
    flex: 0 0 calc(100% / 3) !important;
    margin: 0 !important;
    align-items: center !important; }
  .about-us .about-us-grid {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row; }
  @media (max-width: 768px) {
    .about-us .about-us-grid {
      flex-direction: column; } }
  @media (min-width: 769px) {
    .about-us .about-us-grid {
      flex-direction: row; } }
  .about-us .bg-about .container p {
    text-align: center;
    align-items: center;
    align-content: center; }
  .about-us .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    list-style-type: none;
    justify-content: center;
    align-items: center; }
  .about-us .parent li {
    text-align: center;
    padding: 10px; }
  .about-us .parent img {
    max-width: 100%;
    height: auto; }
  .about-us .about-us-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .about-us .about-us-team {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    flex: 0 0 33.33% !important;
    justify-content: center; }
  .about-us .unique-teammate {
    box-sizing: border-box;
    text-align: center;
    margin: 0.5rem;
    flex: 0 0 calc(33.333% - 1rem); }
  .about-us .unique-image-container {
    position: relative;
    width: 170px;
    height: 170px;
    margin: auto; }
  .about-us .unique-teammate-image {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); }
  .about-us .unique-teammate-info {
    margin-top: 1rem; }
  .about-us .unique-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 255, 0.4);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center; }
  .about-us .unique-overlay a {
    display: inline-block; }
  .about-us .unique-overlay img {
    width: 24px;
    height: 24px; }
  .about-us .unique-image-container:hover .unique-overlay {
    opacity: 1; }
  .about-us .unique-teammate-name,
  .about-us .unique-teammate-title {
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    align-items: center; }
  .about-us .aboutForm-button {
    display: block;
    margin: 1.5rem auto;
    background-color: #068ac7;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0.78571rem 3rem;
    text-decoration: none;
    text-align: center;
    width: 50%; }
    .about-us .aboutForm-button:hover, .about-us .aboutForm-button:focus {
      background-color: #00008b;
      color: #fff; }
  .about-us .depend-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
  .about-us .depend-item {
    text-align: center;
    text-align: center;
    width: 195px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 25px; }
  .about-us .depend-descriptor {
    margin-top: 4px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 12px; }
  .about-us .subtitle {
    text-align: center;
    font-size: 1.6em !important;
    margin-bottom: 2em; }
  .about-us .row-depend {
    margin-bottom: 10px; }
  @media screen and (max-width: 1100px) {
    .about-us .row-experts-list {
      flex-direction: column !important; } }
  .about-us .pardotFormModal3 {
    background-color: #068ac7;
    transition: background-color 0.3s ease; }
  .about-us .pardotFormModal3:hover {
    background-color: #053c58; }
  @media (max-width: 768px) {
    .about-us .pardotFormModal3:active {
      background-color: #03131b !important; } }
  .about-us .companies-we-serve .column {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
  .about-us .companies-we-serve .column img {
    max-width: 150px;
    height: auto;
    margin: 0 auto; }
  @media (max-width: 768px) {
    .about-us .companies-we-serve .column {
      height: 150px;
      margin-bottom: 15px; }
    .about-us .companies-we-serve .column img {
      max-width: 100px; } }

.search-page {
  margin-top: 3rem; }
  .search-page main.u-hiddenVisually {
    height: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important; }
  .search-page .hidden-suggestion {
    display: none; }

.page-main-header.search-header {
  height: auto;
  flex-wrap: wrap; }
  .page-main-header.search-header > .page {
    width: 100%;
    margin-top: 85px;
    margin-bottom: 1.5rem; }
    @media (max-width: 1080px) {
      .page-main-header.search-header > .page {
        margin: 0.78571rem 0; } }
    .page-main-header.search-header > .page nav {
      margin: 0; }
    .page-main-header.search-header > .page ul {
      margin: 0.78571rem 0;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1080px) {
        .page-main-header.search-header > .page ul {
          margin-bottom: 0; } }
      .page-main-header.search-header > .page ul li {
        padding: 0 0.78571rem; }
        .page-main-header.search-header > .page ul li a {
          color: #ffffff;
          font-size: 18px;
          font-weight: 700;
          position: relative;
          padding-bottom: .78571rem;
          display: block;
          font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif; }
          @media (max-width: 1080px) {
            .page-main-header.search-header > .page ul li a {
              line-height: 16px; } }
        .page-main-header.search-header > .page ul li.current-item a::before {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 2px;
          background: #ffffff; }

.search-page .page-content--centered {
  width: 100%; }
  .search-page .page-content--centered .productList .product .listItem {
    display: block;
    width: 100%; }
    .search-page .page-content--centered .productList .product .listItem .listItem-body {
      padding: 0;
      width: 100%;
      display: block; }

.header-nav .header-container-row .second-column, header .header-container-row .second-column {
  position: static;
  justify-content: flex-start; }
  .header-nav .header-container-row .second-column .dropdown--quickSearch, header .header-container-row .second-column .dropdown--quickSearch {
    position: static;
    background: #fff;
    padding: 0;
    top: -22px;
    left: 0 !important;
    max-width: 100%;
    width: 720px !important; }
    .header-nav .header-container-row .second-column .dropdown--quickSearch .quickSearchResults, header .header-container-row .second-column .dropdown--quickSearch .quickSearchResults {
      left: -9999px; }
    .header-nav .header-container-row .second-column .dropdown--quickSearch.is-open .quickSearchResults, header .header-container-row .second-column .dropdown--quickSearch.is-open .quickSearchResults {
      left: 0; }
  .header-nav .header-container-row .second-column .quickSearchResults, header .header-container-row .second-column .quickSearchResults {
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 111;
    top: 100%;
    width: 100%; }
    @media (min-width: 1181px) {
      .header-nav .header-container-row .second-column .quickSearchResults, header .header-container-row .second-column .quickSearchResults {
        top: 110px; } }
    .header-nav .header-container-row .second-column .quickSearchResults .page-tabs, header .header-container-row .second-column .quickSearchResults .page-tabs {
      width: 100%;
      margin: 0 auto;
      flex-wrap: wrap; }
      .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-heading, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-heading {
        width: 100%;
        height: 74px;
        text-align: center;
        background: #09a3d7;
        background-size: auto 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-heading .content-heading, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-heading .content-heading {
          padding: 0 0 10px 0;
          font-size: 16px;
          font-weight: 600;
          color: #ffffff;
          position: relative;
          margin: 20px;
          cursor: pointer; }
          .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-heading .content-heading.active::after, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-heading .content-heading.active::after {
            display: block;
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            background: #ffffff; }
      .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto; }
        .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content {
          padding: 0 0 1px; }
          .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content .view-all, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content .view-all {
            display: inline-block;
            font-size: 16px;
            position: relative;
            padding-right: 18px;
            line-height: 1.2;
            color: #4f4f4f;
            font-weight: 700;
            margin: 0 20px 30px 0;
            text-align: left; }
            @media (min-width: 1181px) {
              .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content .view-all, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content .view-all {
                text-align: right; } }
            .header-nav .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content .view-all::before, header .header-container-row .second-column .quickSearchResults .page-tabs .search-tab-content .tab-content .view-all::before {
              content: '';
              display: block;
              width: 12px;
              height: 12px;
              background-repeat: no-repeat;
              background-position: center center;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23000000' d='M45.34 29.564l-25.785 25.785c-0.869 0.869-2.259 0.869-3.128 0l-5.768-5.768c-0.869-0.869-0.869-2.259 0-3.128l18.452-18.452-18.452-18.452c-0.869-0.869-0.869-2.259 0-3.128l5.768-5.768c0.869-0.869 2.259-0.869 3.128 0l25.785 25.785c0.869 0.869 0.869 2.259 0 3.128z'/%3E%3C/svg%3E");
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              margin: auto; }
    .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid, header .header-container-row .second-column .quickSearchResults ul.productGrid {
      background: #fff;
      padding: 1.5rem 0;
      position: relative;
      margin: 0;
      flex-wrap: wrap;
      align-items: flex-start; }
      @media (min-width: 1181px) {
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid, header .header-container-row .second-column .quickSearchResults ul.productGrid {
          width: calc(100% + 3rem);
          margin-left: -1.5rem; } }
      .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid::before, header .header-container-row .second-column .quickSearchResults ul.productGrid::before {
        display: block;
        content: "Suggested Results";
        position: relative;
        font-size: 16px;
        margin: 0 0 20px 0;
        color: #000000;
        font-weight: 700;
        line-height: 1.2;
        width: 100%;
        text-align: left;
        padding: 0 1.5rem; }
      .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        padding: 0 1.5rem;
        margin: 0 0 20px 0; }
        @media (min-width: 551px) {
          .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product {
            width: 50%; } }
        @media (min-width: 1181px) {
          .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product {
            width: 33.33333%; } }
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product:nth-child(n + 10), header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product:nth-child(n + 10) {
          display: none; }
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleName, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleName {
          display: block;
          font-size: 16px;
          margin-bottom: .75rem; }
          @media (min-width: 1181px) {
            .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleName, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleName {
              font-size: 18px; } }
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleImage, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleImage {
          display: none; }
          @media (min-width: 500px) {
            .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleImage, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleImage {
              height: 180px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-bottom: 1.5rem;
              overflow: hidden; } }
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleMeta, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleMeta {
          font-size: 16px;
          margin-bottom: .75rem; }
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleDate, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .articleDate {
          font-size: 16px; }
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card {
          margin: 0; }
          .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card.card--alternate, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card.card--alternate {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            font-size: 13px;
            line-height: 1.5; }
            .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover {
              border-color: transparent; }
              .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover .card-body, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover .card-body {
                background-color: #fff; }
          .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-figure, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-figure {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100px;
            -ms-flex: 0 0 100px;
            flex: 0 0 100px;
            height: 100px;
            line-height: 0;
            margin: 0 10px 0 0; }
            @media only screen and (max-width: 1375px) {
              .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-figure, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-figure {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 75px;
                -ms-flex: 0 0 75px;
                flex: 0 0 75px;
                height: 75px; } }
            .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-figure:hover .card-figcaption, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-figure:hover .card-figcaption {
              opacity: 0; }
          .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 0%;
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;
            padding: 0 0 0 1.5rem; }
            .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="brandName"], header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="brandName"] {
              display: none; }
            .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4 {
              margin: 0 0 3px 0;
              text-align: left;
              line-height: 20px; }
              @media (min-width: 1181px) {
                .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4 {
                  min-height: 55px; } }
              .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4 a, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4 a {
                color: #0C84C0;
                font-size: 16px;
                font-weight: 600; }
                .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4 a:hover, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body h4 a:hover {
                  color: #0c84c0 !important; }
            .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"], header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] {
              font-size: 18px;
              font-weight: 600;
              color: #333;
              line-height: 1.5;
              margin: 0;
              text-align: left; }
              .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] .price-section, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] .price-section {
                display: flex;
                align-items: flex-end;
                flex-direction: row-reverse;
                justify-content: flex-end; }
              .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] .price--rrp, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] .price--rrp {
                font-size: 16px;
                margin-left: .5rem;
                color: #999; }
          .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-features, .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-button, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-features, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product .card .card-button {
            display: none; }
        .header-nav .header-container-row .second-column .quickSearchResults ul.productGrid > li.product p, header .header-container-row .second-column .quickSearchResults ul.productGrid > li.product p {
          font-size: 13px;
          margin: 0;
          line-height: 1.5;
          color: #4f4f4f; }
    @media (min-width: 1181px) {
      .header-nav .header-container-row .second-column .quickSearchResults .quickSearchContent ul.articleGrid .product, header .header-container-row .second-column .quickSearchResults .quickSearchContent ul.articleGrid .product {
        display: flex;
        flex-direction: column;
        min-height: 375px; }
        .header-nav .header-container-row .second-column .quickSearchResults .quickSearchContent ul.articleGrid .product .articleDate, header .header-container-row .second-column .quickSearchResults .quickSearchContent ul.articleGrid .product .articleDate {
          margin-top: auto;
          font-weight: 600; } }

.navUser-item-topSearch > .dropdown--quickSearch > .container form {
  margin-bottom: 14px; }
  .navUser-item-topSearch > .dropdown--quickSearch > .container form .form-field {
    position: relative; }

.navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 0 none;
  background: #fff;
  margin-top: 5px;
  position: relative;
  top: 0; }
  .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults .page-tabs {
    margin: 0; }
  .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid {
    margin: 1rem 0 0;
    padding: 10px 0;
    position: relative; }
    .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 100%;
      padding: 0 10px;
      margin: 0 0 20px; }
      .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product:nth-child(n + 3) {
        display: none; }
      @media (min-width: 1181px) {
        .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product {
          width: 33.33%;
          margin: 0; }
          .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product:nth-child(n + 3) {
            display: inline-block; }
          .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product:nth-child(n + 7) {
            display: none; } }
      .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card {
        margin: 0; }
        .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card.card--alternate {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          font-size: 13px;
          color: #000000;
          line-height: 1.5; }
          .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover {
            border-color: transparent;
            cursor: pointer; }
            .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover .card-body {
              background-color: #fff; }
              .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover .card-body .card-text, .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card.card--alternate:hover .card-body .card-title > a {
                color: #4f4f4f; }
        .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-figure {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 75px;
          -ms-flex: 0 0 75px;
          flex: 0 0 75px;
          height: 75px;
          line-height: 0;
          margin: 0 10px 0 0; }
          .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-figure:hover .card-figcaption {
            opacity: 0; }
        .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 0%;
          -ms-flex: 1 1 0%;
          flex: 1 1 0%;
          padding: 0;
          text-align: left; }
          .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="brandName"] {
            display: none; }
          .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body h4 {
            margin: 0 0 3px 0; }
            .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body h4 a {
              color: #4f4f4f;
              font-size: 14px;
              font-weight: bold; }
              .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body h4 a:hover {
                color: #0c84c0 !important; }
          .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] {
            font-size: 13px;
            color: #000000;
            line-height: 1.5;
            margin: 0; }
            .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] .price-section {
              display: inline-block; }
              .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-body [data-test-info-type="price"] .price-section.price-section-rrp {
                color: #999; }
        .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-features, .navUser-item-topSearch > .dropdown--quickSearch .quickSearchResults ul.productGrid > li.product .card .card-button {
          display: none; }

button.button-search {
  position: absolute;
  top: 5px;
  right: 5px; }
  button.button-search svg {
    overflow: visible;
    fill: #2a5d89;
    height: 1.64286rem;
    width: 1.64286rem; }

.mobileTopMenu .topNav .topNav-item button.button-search svg {
  fill: #4f4f4f;
  position: relative;
  top: 36px; }

.web-page-breadcrumbs {
  background: #edeff1;
  height: 40px; }
  .web-page-breadcrumbs ul.breadcrumbs {
    text-align: left;
    margin: 0;
    padding: 10px 0; }

.how-a-booster-works .section .left-section {
  display: inline-block;
  width: 48%;
  float: left;
  margin-right: 2%; }
  .how-a-booster-works .section .left-section img {
    max-width: 100%; }

.how-a-booster-works .section .right-section {
  display: inline-block;
  width: 48%;
  float: right;
  margin-left: 2%; }
  .how-a-booster-works .section .right-section img {
    max-width: 100%; }

@media (max-width: 550px) {
  .web-page-breadcrumbs {
    display: none; }
  .how-a-booster-works .section .left-section, .how-a-booster-works .section .right-section {
    width: 100%;
    float: none;
    margin: 15px 0; } }

@media (max-width: 375px) {
  .how-a-booster-works .page-main-header h1 {
    font-size: 1.2rem;
    margin-top: 3px; } }

.videos .section-content .active-videos .video {
  width: 31.33%;
  margin: 10px 3% 10px 0;
  display: inline-block;
  float: left;
  opacity: 1;
  cursor: pointer;
  position: relative; }
  .videos .section-content .active-videos .video div.video-thumbnail {
    border: 1px solid #ccc;
    position: relative; }
    .videos .section-content .active-videos .video div.video-thumbnail img {
      width: 100%; }
    .videos .section-content .active-videos .video div.video-thumbnail .video-info {
      position: absolute;
      top: 30px;
      left: 20px;
      color: #fff;
      width: 94%; }
      .videos .section-content .active-videos .video div.video-thumbnail .video-info span {
        display: block; }
        .videos .section-content .active-videos .video div.video-thumbnail .video-info span.video-heading {
          font-size: 20px;
          line-height: 22px;
          width: 90%; }
        .videos .section-content .active-videos .video div.video-thumbnail .video-info span.video-subheading {
          font-size: 16px;
          line-height: 18px;
          margin-top: 5px;
          width: 75%; }
  .videos .section-content .active-videos .video .video-details {
    margin: 15px 0;
    height: 42px;
    color: #000;
    font-size: 15px;
    overflow: hidden; }
    .videos .section-content .active-videos .video .video-details .video-title {
      display: inline-block;
      width: 80%;
      float: left;
      text-align: left; }
    .videos .section-content .active-videos .video .video-details .video-duration {
      display: inline-block;
      width: 50px;
      padding-right: 7px;
      float: right;
      text-align: right;
      background: #3d4356;
      color: #fff;
      margin-top: 4px; }
  .videos .section-content .active-videos .video:hover .video-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 72px;
    z-index: 11; }
  .videos .section-content .active-videos .video:hover .video-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(.../../../img/video-library/play-video.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 50% 50%;
    display: block;
    margin-bottom: 72px; }
  .videos .section-content .active-videos .video:nth-child(3n) {
    margin-right: 0; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 28px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 28px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info {
    top: 30px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 35px; }

.video-tutorials .videos .section-content .active-videos .video:nth-child(n+6) {
  display: none; }

.video-tutorials > .section.hidden {
  display: none; }

.video-tutorials > .section.visible {
  display: block; }

.video-tutorials > .section.section-gray {
  background: #EEEFF3; }

.video-tutorials .view-all-videos {
  width: 31.33%;
  margin: 10px 0;
  display: inline-block;
  float: left;
  opacity: 1;
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 2px solid #0ca9d6;
  vertical-align: middle;
  text-align: center;
  color: #0c84c0;
  font-size: 15px; }
  .video-tutorials .view-all-videos img {
    width: 99%; }
  .video-tutorials .view-all-videos > div {
    position: absolute;
    top: 46%;
    text-align: center;
    width: 100%;
    cursor: pointer; }
    .video-tutorials .view-all-videos > div .view-all-icon {
      display: inline-block;
      margin: -7px 0;
      background: url(".../../../icons/arrow-right.svg") no-repeat center center;
      background-size: cover;
      height: 24px;
      width: 24px; }
    .video-tutorials .view-all-videos > div:hover .view-all-icon {
      background: url(".../../../icons/arrow-right-hover.svg") no-repeat center center;
      background-size: cover;
      height: 24px;
      width: 24px; }

.video-tutorials .section.center {
  text-align: center; }
  .video-tutorials .section.center .youtube-subscribe {
    max-width: 350px;
    width: 100%; }

.video-tutorials .section.section-header, .video-tutorials .section.section-footer {
  padding: 3rem 0 !important; }

.video-tutorials .section.section-header.section-border {
  padding: 3rem 0 0 !important; }
  .video-tutorials .section.section-header.section-border hr {
    border: 0 none;
    border-bottom: 2px solid #e2e4e6;
    margin: 3rem 0 0 !important; }

.video-tutorials .video-brand-sort, .video-tutorials .video-product-sort {
  float: left;
  margin-right: 10px;
  display: inline-block;
  color: #000;
  font-size: 14px; }
  .video-tutorials .video-brand-sort select, .video-tutorials .video-product-sort select {
    margin-left: 5px;
    display: inline-block;
    width: 175px;
    color: #000;
    font-size: 14px;
    height: 40px;
    padding: 10px 25px 10px 15px;
    border: 1px solid #74889a;
    border-radius: 0;
    box-shadow: none;
    background: url("../img/form-dropdown.svg") top 50% right 20px no-repeat;
    background-size: 12.5px;
    -webkit-appearance: none; }
    @media (min-width: 1181px) {
      .video-tutorials .video-brand-sort select, .video-tutorials .video-product-sort select {
        height: 50px; } }

.video-tutorials .web-page-breadcrumbs {
  display: none; }

.video-tutorials .active-videos.hidden-section {
  display: none !important; }

.video-tutorials .active-videos > .video.hidden {
  display: none !important; }

.video-tutorials .active-videos > .video.visible {
  display: inline-block !important; }
  .video-tutorials .active-videos > .video.visible.hidden-nth-child {
    display: none !important; }

.video-tutorials .active-videos.show-all .video:nth-child(n+6) {
  display: inline-block !important; }

.video-tutorials .active-videos.show-all .video.hidden {
  display: none !important; }

.video-tutorials .active-videos.show-all .video.visible {
  display: inline-block !important; }
  .video-tutorials .active-videos.show-all .video.visible.hidden-nth-child {
    display: inline-block !important; }

.video-tutorials .empty-video-results {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 6rem;
  padding: 0 15px; }

.section.videos {
  clear: both; }

.section .video-player {
  margin-top: -68px; }
  .section .video-player .youtube-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .section .video-player .youtube-video .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1; }
  .section .video-player .video-player-close {
    position: relative; }
    .section .video-player .video-player-close span {
      width: 34px;
      height: 34px;
      background: #fff;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #ccc;
      line-height: 33px;
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      top: -62px;
      right: 0px;
      color: #707070;
      cursor: pointer; }
  .section .video-player .video-player-info {
    position: relative; }
    .section .video-player .video-player-info .video-title {
      margin-top: 20px;
      text-align: center;
      color: #000;
      font-size: 18px;
      padding: 0 40px; }
    .section .video-player .video-player-info .prev-video-disabled {
      content: "";
      display: block;
      position: absolute;
      top: -3px;
      left: 0;
      background: url(".../../../icons/arrow-disabled-left.svg") no-repeat center center;
      background-size: cover;
      width: 30px;
      height: 30px; }
    .section .video-player .video-player-info .prev-video-enabled {
      content: "";
      display: block;
      position: absolute;
      top: -3px;
      left: 0;
      background: url(".../../../icons/arrow-active-left.svg") no-repeat center center;
      background-size: cover;
      width: 30px;
      height: 30px;
      cursor: pointer; }
    .section .video-player .video-player-info .next-video-disabled {
      content: "";
      display: block;
      position: absolute;
      top: -3px;
      right: 0;
      background: url(".../../../icons/arrow-disabled-right.svg") no-repeat center center;
      background-size: cover;
      width: 30px;
      height: 30px; }
    .section .video-player .video-player-info .next-video-enabled {
      content: "";
      display: block;
      position: absolute;
      top: -3px;
      right: 0;
      background: url(".../../../icons/arrow-active-right.svg") no-repeat center center;
      background-size: cover;
      width: 30px;
      height: 30px;
      cursor: pointer; }

.video-tutorials .section .video-player {
  margin-top: 0; }
  .video-tutorials .section .video-player .video-player-footer {
    border-top: 2px solid #e2e4e6;
    margin-top: 4.5rem; }
    .video-tutorials .section .video-player .video-player-footer a {
      background: #fff;
      border: 1px solid #1b7d9c;
      width: 174px;
      border-radius: 0;
      color: #1b7d9c;
      text-align: center;
      cursor: pointer;
      padding: 8px 0;
      display: block;
      margin: 3rem auto 0;
      text-decoration: none; }
      .video-tutorials .section .video-player .video-player-footer a:hover {
        background: #1b7d9c;
        border: 1px solid #1b7d9c;
        color: #fff; }

@media (max-width: 1079px) {
  .video-player .video-player-close span {
    top: -61px; }
  .video-tutorials .section .video-player {
    margin-top: 26px; } }

@media (max-width: 1040px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 20px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 25px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 30px; } }

@media (max-width: 995px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 20px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 27px; } }

@media (max-width: 965px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; } }

@media (max-width: 945px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; } }

@media (max-width: 925px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; } }

@media (max-width: 905px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
    font-size: 17px;
    line-height: 19px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 13px;
    line-height: 15px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 17px;
    line-height: 19px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 13px;
    line-height: 15px; } }

@media (max-width: 904px) and (min-width: 769px) {
  .videos .section-content .active-videos .video .video-title {
    height: 66px; } }

@media (max-width: 875px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 17px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
      margin-top: 2px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 22px; }
    .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
      margin-top: 2px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 17px; }
    .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
      font-size: 17px;
      line-height: 19px; }
    .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
      margin-top: 2px;
      font-size: 13px;
      line-height: 15px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info {
    top: 20px; } }

@media (max-width: 840px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
    font-size: 16px;
    line-height: 18px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 12px;
    line-height: 14px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 16px;
    line-height: 18px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 839px) {
  .videos .section-content .active-videos .video .video-details .video-title {
    width: 75%; } }

@media (max-width: 805px) and (min-width: 769px) {
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 16px;
    line-height: 18px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 12px;
    line-height: 14px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 13px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-heading {
    font-size: 16px;
    line-height: 18px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 768px) and (min-width: 551px) {
  .videos .section-content .active-videos .video {
    width: 48%;
    margin: 10px 1% !important; }
    .videos .section-content .active-videos .video .video-title {
      height: 42px; }
  .video-tutorials .view-all-videos {
    width: 48%;
    margin: 10px 1% !important; } }

@media (max-width: 690px) and (min-width: 551px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 20px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 25px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 30px; } }

@media (max-width: 660px) and (min-width: 551px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 20px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 27px; } }

@media (max-width: 645px) and (min-width: 551px) {
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; } }

@media (max-width: 630px) and (min-width: 551px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; } }

@media (max-width: 620px) and (min-width: 551px) {
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; } }

@media (max-width: 605px) and (min-width: 551px) {
  .videos .section-content .active-videos .video .video-title {
    height: 66px; } }

@media (max-width: 600px) and (min-width: 551px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 17px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
      font-size: 17px;
      line-height: 19px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
      font-size: 13px;
      line-height: 15px;
      margin-top: 2px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 22px; }
    .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
      font-size: 17px;
      line-height: 19px; }
    .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
      font-size: 13px;
      line-height: 15px;
      margin-top: 2px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 17px; }
    .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
      font-size: 17px;
      line-height: 19px; }
    .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
      margin-top: 2px;
      font-size: 13px;
      line-height: 15px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info {
    top: 20px; } }

@media (max-width: 570px) and (min-width: 551px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 15px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
      font-size: 16px;
      line-height: 18px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
      font-size: 12px;
      line-height: 14px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 16px;
    line-height: 18px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 12px;
    line-height: 14px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 16px;
    line-height: 18px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 12px;
    line-height: 14px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-heading {
    font-size: 16px;
    line-height: 18px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 550px) {
  .videos .section-heading .video-sort {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    text-align: left; }
  .videos .section-heading .video-pagination {
    float: right;
    display: block;
    width: 50%;
    text-align: right; }
  .videos .section-heading .videos-per-page {
    float: left;
    margin-right: 0;
    display: block;
    width: 50%;
    margin-bottom: 20px; }
  .video-player {
    margin-top: -128px; }
    .video-player .video-player-close span {
      top: -57px; }
  .video-tutorials .section .video-player {
    margin-top: 31px; }
  .videos .section-content .active-videos .video {
    width: 100%;
    margin: 10px 0 !important; }
    .videos .section-content .active-videos .video .video-title {
      height: 42px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
      top: 38px; }
    .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
      top: 38px; }
    .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info {
      top: 40px; }
    .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
      top: 45px; }
  .video-tutorials .view-all-videos {
    width: 100%;
    margin: 10px 0 !important; }
  .video-tutorials .web-page-breadcrumbs {
    height: 0; } }

@media (max-width: 501px) {
  .video-tutorials .video-product-sort {
    margin-top: 20px; } }

@media (max-width: 385px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 30px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
      font-size: 19px;
      line-height: 21px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
      font-size: 15px;
      line-height: 17px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 30px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 37px; } }

@media (max-width: 360px) {
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; } }

@media (max-width: 350px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
    font-size: 18px;
    line-height: 20px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 14px;
    line-height: 16px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-heading {
    font-size: 19px;
    line-height: 21px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info span.video-subheading {
    font-size: 15px;
    line-height: 17px; } }

@media (max-width: 335px) {
  .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info {
    top: 27px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-heading {
      font-size: 17px;
      line-height: 19px; }
    .videos .section-content .active-videos .video[data-brand="WilsonPro"] div.video-thumbnail .video-info span.video-subheading {
      font-size: 13px;
      line-height: 15px;
      margin-top: 2px; }
  .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info {
    top: 32px; }
    .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-heading {
      font-size: 17px;
      line-height: 19px; }
    .videos .section-content .active-videos .video[data-brand="zBoost"] div.video-thumbnail .video-info span.video-subheading {
      font-size: 13px;
      line-height: 15px;
      margin-top: 2px; }
  .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info {
    top: 27px; }
    .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-heading {
      font-size: 17px;
      line-height: 19px; }
    .videos .section-content .active-videos .video[data-brand="weBoost"] div.video-thumbnail .video-info span.video-subheading {
      margin-top: 2px;
      font-size: 13px;
      line-height: 15px; }
  .videos .section-content .active-videos .video[data-brand="SureCall"] div.video-thumbnail .video-info {
    top: 30px; } }

.complete-guide-design {
  color: #000000; }
  .complete-guide-design .container {
    padding: 0 1.5rem; }
    @media (min-width: 1181px) {
      .complete-guide-design .container {
        padding: 0 6rem; } }
  .complete-guide-design .page-breadcrumbs {
    background: #edeff1;
    min-height: 40px; }
    .complete-guide-design .page-breadcrumbs ul.breadcrumbs {
      display: flex !important;
      text-align: left;
      margin: 0; }
      .complete-guide-design .page-breadcrumbs ul.breadcrumbs .breadcrumb:first-child::before {
        content: "";
        margin: 0; }
      .complete-guide-design .page-breadcrumbs ul.breadcrumbs .breadcrumb::before {
        content: ">";
        top: 0px;
        margin: 0 0.25rem 0 0.5rem;
        color: #0c84c0; }
      .complete-guide-design .page-breadcrumbs ul.breadcrumbs .breadcrumb a {
        color: #0c84c0; }
      .complete-guide-design .page-breadcrumbs ul.breadcrumbs .breadcrumb span.mobile-view {
        display: none; }
  .complete-guide-design .page-main-header {
    background: #2C3D4D;
    background-image: url("https://www.signalboosters.com/content/images/gray-heading-background.png");
    background-size: 100%; }
    .complete-guide-design .page-main-header h1 {
      font-size: 24px;
      position: relative;
      top: 0; }
      @media (min-width: 1181px) {
        .complete-guide-design .page-main-header h1 {
          font-size: 28px; } }
      .complete-guide-design .page-main-header h1 span.big {
        top: 18px;
        font-size: 1.15em;
        left: 0; }
      .complete-guide-design .page-main-header h1 span.small {
        display: block;
        font-size: 0.75em;
        text-transform: none;
        top: 67px;
        left: 0;
        font-weight: 400;
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .complete-guide-design .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0; }
    .complete-guide-design .row .column {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      margin-bottom: 1.5rem; }
      .complete-guide-design .row .column .column--content {
        margin-left: 1.5rem;
        margin-right: 1.5rem; }
    .complete-guide-design .row.row--two-columns .column {
      width: 100%; }
      @media (min-width: 600px) {
        .complete-guide-design .row.row--two-columns .column {
          width: 50%; } }
    .complete-guide-design .row.row--two-columns .column-small {
      width: 100%; }
      @media (min-width: 600px) {
        .complete-guide-design .row.row--two-columns .column-small {
          width: 35%; } }
    .complete-guide-design .row.row--two-columns .column-large {
      width: 100%; }
      @media (min-width: 600px) {
        .complete-guide-design .row.row--two-columns .column-large {
          width: 65%; } }
    .complete-guide-design .row.row--three-columns {
      text-align: center; }
      .complete-guide-design .row.row--three-columns .column {
        width: 100%; }
        @media (min-width: 551px) {
          .complete-guide-design .row.row--three-columns .column {
            width: 50%; } }
        @media (min-width: 600px) {
          .complete-guide-design .row.row--three-columns .column {
            width: 33.33333333333333%; } }
    .complete-guide-design .row.row--four-columns .column {
      width: 100%;
      margin-bottom: 1.5rem; }
      @media (min-width: 360px) {
        .complete-guide-design .row.row--four-columns .column {
          width: 50%; } }
      @media (min-width: 700px) {
        .complete-guide-design .row.row--four-columns .column {
          width: 25%;
          margin-bottom: 0; } }
  .complete-guide-design .section {
    padding: 0 !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .complete-guide-design .section h1, .complete-guide-design .section h2, .complete-guide-design .section h3, .complete-guide-design .section h4, .complete-guide-design .section h5, .complete-guide-design .section h6 {
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .complete-guide-design .section .container {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important; }
    .complete-guide-design .section h2 {
      font-size: 26px;
      text-align: center;
      margin-top: 0; }
      @media (min-width: 551px) {
        .complete-guide-design .section h2 {
          font-size: 30px; } }
      @media (min-width: 1181px) {
        .complete-guide-design .section h2 {
          font-size: 34px; } }
    .complete-guide-design .section p {
      font-size: 16px; }
      @media (min-width: 1181px) {
        .complete-guide-design .section p {
          font-size: 18px; } }
    .complete-guide-design .section .disk-element {
      position: relative;
      text-align: center;
      width: 130px;
      height: 130px;
      border-radius: 130px;
      font-size: 26px;
      font-weight: 700;
      margin: 0 auto 2rem; }
      .complete-guide-design .section .disk-element span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  @media (min-width: 1361px) {
    .complete-guide-design .section-intro .container {
      min-height: 280px;
      overflow: visible; } }
  .complete-guide-design .section-intro .container::before {
    content: " ";
    display: block;
    width: 100%;
    padding-bottom: 30%; }
    @media (min-width: 1361px) {
      .complete-guide-design .section-intro .container::before {
        position: absolute;
        top: -4rem;
        right: 0;
        left: 0;
        bottom: -6rem;
        z-index: -1;
        padding-bottom: 0; } }
  @media (min-width: 1361px) {
    .complete-guide-design .section-intro .content {
      max-width: 500px; } }
  @media (min-width: 1361px) {
    .complete-guide-design .section-intro .content h2 {
      text-align: left; } }
  .complete-guide-design .section-with-arrow {
    position: relative; }
    .complete-guide-design .section-with-arrow::after {
      content: "";
      width: 0px;
      height: 0px;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 14px solid #00A5D5;
      position: absolute;
      left: calc(50% - 14px);
      bottom: -14px; }
  .complete-guide-design .section-color-blue {
    background: #00A5D5;
    color: #FFFFFF; }
    .complete-guide-design .section-color-blue h1, .complete-guide-design .section-color-blue h2, .complete-guide-design .section-color-blue h3, .complete-guide-design .section-color-blue h4, .complete-guide-design .section-color-blue h5, .complete-guide-design .section-color-blue h6 {
      color: #FFFFFF; }
  .complete-guide-design .section-color-dark-gray {
    background: #596D86;
    color: #FFFFFF; }
    .complete-guide-design .section-color-dark-gray h1, .complete-guide-design .section-color-dark-gray h2, .complete-guide-design .section-color-dark-gray h3, .complete-guide-design .section-color-dark-gray h4, .complete-guide-design .section-color-dark-gray h5, .complete-guide-design .section-color-dark-gray h6 {
      color: #FFFFFF; }
    .complete-guide-design .section-color-dark-gray::after {
      border-top-color: #596D86; }
  .complete-guide-design .section-color-gray {
    background: #F1F2F6; }
    .complete-guide-design .section-color-gray::after {
      border-top-color: #F1F2F6; }
  .complete-guide-design .section-color-dark-blue {
    background-color: #077ca3; }
    .complete-guide-design .section-color-dark-blue::after {
      border-top-color: #077ca3; }
  .complete-guide-design .section-color-light-blue {
    background-color: #189ac4; }
    .complete-guide-design .section-color-light-blue::after {
      border-top-color: #189ac4; }
  .complete-guide-design .selection-color-dark-gray {
    background: #596D86; }
    .complete-guide-design .selection-color-dark-gray::after {
      border-top-color: #596D86; }
  .complete-guide-design .standout-box--dark-gray {
    background-color: #596D86; }
  .complete-guide-design .custom-guide-tabs {
    margin-top: 5rem;
    padding-bottom: 6rem; }
    .complete-guide-design .custom-guide-tabs .tabs-header {
      font-size: 0;
      border-top: 1px solid #999999;
      border-bottom: 1px solid #999999; }
    .complete-guide-design .custom-guide-tabs .tab-header {
      font-size: 15px;
      text-decoration: none;
      text-align: center; }
      @media (min-width: 600px) {
        .complete-guide-design .custom-guide-tabs .tab-header {
          display: inline-block; } }
      .complete-guide-design .custom-guide-tabs .tab-header a {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        padding-top: 0.9rem;
        padding-bottom: 0.5rem;
        font-weight: 700;
        color: #000000;
        border-bottom: 0.4rem solid #FFFFFF; }
      .complete-guide-design .custom-guide-tabs .tab-header.active a {
        border-bottom-color: #24a7d0; }
    .complete-guide-design .custom-guide-tabs .tab-content {
      padding: 0; }
    @media (min-width: 600px) {
      .complete-guide-design .custom-guide-tabs .top-spacing {
        padding-top: 8rem; } }
    .complete-guide-design .custom-guide-tabs .tab-buttons {
      position: relative; }
    .complete-guide-design .custom-guide-tabs .tab-buttons-previous svg,
    .complete-guide-design .custom-guide-tabs .tab-buttons-next svg {
      width: 40px;
      height: 40px;
      overflow: hidden;
      cursor: pointer; }
    .complete-guide-design .custom-guide-tabs .tab-buttons-previous {
      position: absolute;
      left: 0; }
    .complete-guide-design .custom-guide-tabs .tab-buttons-next {
      position: absolute;
      right: 0; }
    @media (max-width: 600px) {
      .complete-guide-design .custom-guide-tabs img {
        margin-left: auto;
        margin-right: auto;
        display: block; } }
  .complete-guide-design .cwg-section-intro .container::before {
    background-image: url("https://www.signalboosters.com/content/images/wifi-guide/wifi-intro-background.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 64% auto;
    margin-top: -4rem;
    top: 0;
    z-index: -1; }
    @media (min-width: 1361px) {
      .complete-guide-design .cwg-section-intro .container::before {
        background-position: 100% 0;
        padding-bottom: 0;
        margin-top: 0; } }
  .complete-guide-design .cwg-section-intro .content {
    padding-top: 1rem; }
    @media (min-width: 1361px) {
      .complete-guide-design .cwg-section-intro .content {
        padding-top: 0; } }
  .complete-guide-design .section-business-account p {
    text-align: center;
    font-weight: 300; }
  .complete-guide-design .section-business-account .column--content {
    text-align: center; }
    .complete-guide-design .section-business-account .column--content img {
      max-width: 140px;
      max-height: 140px;
      margin-bottom: 1.5rem; }
    .complete-guide-design .section-business-account .column--content img[src*="people.svg"] {
      margin-top: 2.1rem;
      margin-bottom: 2.1rem; }
  .complete-guide-design .column-fact .column--content {
    background: #6E56AE;
    color: #FFFFFF;
    padding: 2rem; }
    .complete-guide-design .column-fact .column--content > div {
      margin-bottom: 1.5rem; }
    .complete-guide-design .column-fact .column--content svg {
      height: 40px;
      width: 37px;
      margin-right: 20px;
      margin-bottom: -8px; }
    .complete-guide-design .column-fact .column--content strong {
      font-weight: 700;
      font-size: 30px;
      text-transform: uppercase; }
      @media (min-width: 1181px) {
        .complete-guide-design .column-fact .column--content strong {
          font-size: 26px; } }
    .complete-guide-design .column-fact .column--content p {
      font-weight: 300; }
      @media (min-width: 600px) {
        .complete-guide-design .column-fact .column--content p {
          max-width: 260px; } }
  .complete-guide-design .section-solutions {
    text-align: center;
    font-weight: 300; }
    .complete-guide-design .section-solutions .container {
      background-image: url("https://www.signalboosters.com/content/images/wifi-guide/wifi-intro-darkblue-background.png");
      background-size: auto 100%;
      background-repeat: no-repeat; }
    .complete-guide-design .section-solutions h2 {
      font-weight: 300;
      color: #f0f2f5; }
    .complete-guide-design .section-solutions p {
      max-width: 750px;
      margin: 1rem auto 0;
      font-size: 18px;
      color: #f0f2f5; }
      @media (min-width: 551px) {
        .complete-guide-design .section-solutions p {
          font-size: 20px; } }
      @media (min-width: 1181px) {
        .complete-guide-design .section-solutions p {
          font-size: 22px; } }
  .complete-guide-design .section-enterprise h2 {
    font-weight: 300; }
  .complete-guide-design .section-enterprise h3 {
    text-align: center; }
  .complete-guide-design .section-enterprise .row {
    margin-top: 3rem;
    margin-bottom: 4rem; }
    .complete-guide-design .section-enterprise .row:last-child {
      margin-top: 5rem; }
  @media (min-width: 600px) {
    .complete-guide-design .section-enterprise .column:first-child .column--content {
      margin-right: 2.5rem; } }
  @media (min-width: 600px) {
    .complete-guide-design .section-enterprise .column:last-child .column--content {
      margin-left: 2.5rem; } }
  .complete-guide-design .section-consumer-enterprise h2 {
    font-weight: 300; }
  .complete-guide-design .section-consumer-enterprise h3 {
    text-align: center; }
  .complete-guide-design .section-consumer-enterprise table {
    margin-top: 4rem; }
    .complete-guide-design .section-consumer-enterprise table td {
      background-color: #FFFFFF;
      width: 100%;
      display: block;
      font-size: 18px;
      vertical-align: top;
      border: 1px solid #999999;
      border-top: 0; }
      @media (min-width: 600px) {
        .complete-guide-design .section-consumer-enterprise table td {
          display: table-cell;
          width: 50%; } }
      .complete-guide-design .section-consumer-enterprise table td:first-child {
        margin-bottom: 3rem; }
        @media (min-width: 600px) {
          .complete-guide-design .section-consumer-enterprise table td:first-child {
            margin-bottom: 0; } }
      .complete-guide-design .section-consumer-enterprise table td .table-title {
        text-align: center;
        text-transform: uppercase;
        padding: 1rem 2.5rem;
        color: #f0f2f5;
        font-size: 20px;
        font-weight: 400; }
      .complete-guide-design .section-consumer-enterprise table td:first-child .table-title {
        background-color: #24a7d0; }
      .complete-guide-design .section-consumer-enterprise table td:last-child .table-title {
        background-color: #077ca3; }
      .complete-guide-design .section-consumer-enterprise table td ul {
        padding: 2rem 2.5rem 3rem; }
      .complete-guide-design .section-consumer-enterprise table td li {
        margin-bottom: 1.5rem;
        list-style-type: none; }
        .complete-guide-design .section-consumer-enterprise table td li::before {
          content: '\2022';
          position: absolute;
          margin-left: -1rem;
          font-size: 22px;
          line-height: 30px; }
  .complete-guide-design .section-protocols-terms h3,
  .complete-guide-design .section-encryption-protocols h3 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center; }
  .complete-guide-design .section-protocols-terms .column,
  .complete-guide-design .section-encryption-protocols .column {
    margin-top: 2.5rem;
    text-align: center; }
  .complete-guide-design .section-protocols-terms strong,
  .complete-guide-design .section-encryption-protocols strong {
    font-size: 18px;
    font-weight: 700; }
  .complete-guide-design .section-protocols-terms p,
  .complete-guide-design .section-encryption-protocols p {
    font-weight: 300;
    width: 85%;
    margin: 0 auto; }
  .complete-guide-design .section-protocols-terms {
    background-image: url("https://www.signalboosters.com/content/images/wifi-guide/wifi-dark-blue-background.png");
    background-position: 50% 100%;
    background-size: auto 500px;
    background-repeat: no-repeat;
    min-height: 350px;
    color: #FFFFFF; }
    .complete-guide-design .section-protocols-terms h2 {
      color: #FFFFFF;
      font-weight: 300; }
    .complete-guide-design .section-protocols-terms .disk-element {
      background-color: #189ac4; }
  .complete-guide-design .section-encryption-protocols {
    background-image: url("https://www.signalboosters.com/content/images/wifi-guide/wifi-light-blue-background.png");
    background-position: 50% 0%;
    background-size: auto 501.5px;
    background-repeat: no-repeat;
    min-height: 350px;
    color: #FFFFFF; }
    .complete-guide-design .section-encryption-protocols .disk-element {
      background-color: #077ca3; }
  .complete-guide-design .section-equipment h2 {
    font-weight: 300;
    margin-bottom: 2rem; }
  @media (min-width: 600px) {
    .complete-guide-design .section-equipment .custom-guide-tabs .tab-header {
      width: 33.33333333333333%; } }
  .complete-guide-design .section-equipment .custom-guide-tabs img {
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .complete-guide-design .section-equipment .custom-guide-tabs img[src*="consumer-router"] {
    max-width: 100px; }
  .complete-guide-design .section-equipment .custom-guide-tabs img[src*="corporate-router"] {
    max-width: 220px; }
  .complete-guide-design .section-equipment .custom-guide-tabs img[src*="wifi-access-points-mesh-network"] {
    max-width: 450px; }
  .complete-guide-design .section-equipment .custom-guide-tabs img[src*="system-management-network"] {
    max-width: 180px; }
  .complete-guide-design .section-equipment .custom-guide-tabs img[src*="system-management-access"] {
    max-width: 210px; }
    @media (min-width: 600px) {
      .complete-guide-design .section-equipment .custom-guide-tabs img[src*="system-management-access"] {
        margin-top: -1.6rem; } }
  .complete-guide-design .section-placement h2 {
    font-weight: 300;
    margin-bottom: 2rem; }
  .complete-guide-design .section-placement strong {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 16px; }
    @media (min-width: 1181px) {
      .complete-guide-design .section-placement strong {
        font-size: 18px; } }
  .complete-guide-design .section-placement .column {
    margin-top: 2rem; }
    .complete-guide-design .section-placement .column .image {
      margin-bottom: 2rem; }
    .complete-guide-design .section-placement .column img {
      max-height: 130px; }
  .complete-guide-design .section-best-practices strong {
    display: block;
    text-align: center;
    font-size: 18px; }
  .complete-guide-design .section-best-practices .column {
    padding-top: 3rem; }
    .complete-guide-design .section-best-practices .column .image {
      width: 130px;
      height: 130px;
      position: relative;
      margin: auto; }
    .complete-guide-design .section-best-practices .column img {
      max-width: 130px;
      max-height: 90px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }
  .complete-guide-design .section-reputable-vendors .container {
    background-image: url("https://www.signalboosters.com/content/images/wifi-guide/wifi-intro-darkblue-background-inverted.png");
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .complete-guide-design .section-reputable-vendors h2 {
    color: #f0f2f5;
    font-weight: 300; }
  .complete-guide-design .section-reputable-vendors p {
    margin: 1rem auto 0;
    font-size: 18px;
    color: #f0f2f5;
    text-align: center;
    font-weight: 300; }
    @media (min-width: 551px) {
      .complete-guide-design .section-reputable-vendors p {
        font-size: 20px; } }
    @media (min-width: 1181px) {
      .complete-guide-design .section-reputable-vendors p {
        font-size: 22px; } }
  .complete-guide-design .section-reputable-vendors-providers .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 3rem; }
    .complete-guide-design .section-reputable-vendors-providers .row .column--content {
      position: relative;
      overflow: hidden;
      border: 1px solid #cccccc;
      height: 120px;
      margin-left: 0.75rem;
      margin-right: 0.75rem; }
  .complete-guide-design .section-reputable-vendors-providers img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%; }
  .complete-guide-design .section-industries-cases h2 {
    font-weight: 300; }
  .complete-guide-design .section-industries-cases p {
    margin: 1rem auto 0;
    font-size: 18px;
    text-align: center; }
    @media (min-width: 551px) {
      .complete-guide-design .section-industries-cases p {
        font-size: 20px; } }
    @media (min-width: 1181px) {
      .complete-guide-design .section-industries-cases p {
        font-size: 22px; } }
  @media (min-width: 600px) {
    .complete-guide-design .section-industries .custom-guide-tabs .tab-header {
      width: 25%; } }
  .complete-guide-design .section-industries .custom-guide-tabs .column--content p {
    font-size: 16px; }
  .complete-guide-design .section-conclusion h2 {
    font-weight: 300; }
  .complete-guide-design .section-conclusion .container > p {
    margin: 1.5rem auto 0;
    font-size: 16px;
    text-align: center; }
  .complete-guide-design .section-conclusion .standout-box {
    font-size: 0;
    color: #FFFFFF;
    padding: 2rem;
    margin: 3rem 0; }
    .complete-guide-design .section-conclusion .standout-box .column {
      padding: 2rem; }
      @media (min-width: 820px) {
        .complete-guide-design .section-conclusion .standout-box .column {
          display: inline-block;
          vertical-align: middle; } }
      @media (min-width: 955px) {
        .complete-guide-design .section-conclusion .standout-box .column {
          padding: 2rem 3.5rem; } }
    .complete-guide-design .section-conclusion .standout-box .column:first-child {
      text-align: center;
      border-bottom: 1px solid #FFFFFF; }
      @media (min-width: 820px) {
        .complete-guide-design .section-conclusion .standout-box .column:first-child {
          width: 30%;
          text-align: right;
          border-right: 1px solid #FFFFFF;
          border-bottom: 0; } }
    @media (min-width: 820px) {
      .complete-guide-design .section-conclusion .standout-box .column:last-child {
        width: 70%; } }
    .complete-guide-design .section-conclusion .standout-box h4 {
      display: inline-block;
      color: #FFFFFF;
      margin: 0; }
      @media (min-width: 954px) {
        .complete-guide-design .section-conclusion .standout-box h4 {
          max-width: 160px; } }
    .complete-guide-design .section-conclusion .standout-box p {
      margin: 0;
      font-size: 16px;
      text-align: center; }
      @media (min-width: 600px) {
        .complete-guide-design .section-conclusion .standout-box p {
          text-align: left;
          max-width: 560px; } }
  .complete-guide-design .section-contact-information div {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 18px;
    color: #f0f2f5; }
    @media (min-width: 600px) {
      .complete-guide-design .section-contact-information div {
        font-size: 20px; } }
    .complete-guide-design .section-contact-information div a {
      font-size: 22px;
      font-weight: bold;
      color: #f0f2f5;
      text-decoration: none; }
      @media (min-width: 600px) {
        .complete-guide-design .section-contact-information div a {
          font-size: 24px; } }
  .complete-guide-design .section-end .read-more h4 {
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 700; }
  .complete-guide-design .section-end .read-more ul {
    margin: 0; }
  .complete-guide-design .section-end .read-more li {
    list-style-type: none; }
    .complete-guide-design .section-end .read-more li a {
      display: inline-block;
      color: #077ca3;
      text-decoration: none;
      font-weight: 700;
      padding: 0.2rem 0; }
    .complete-guide-design .section-end .read-more li a::before {
      content: " ";
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 12px;
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyMi43MDEsMTM1LjlMODkuNjUyLDIuODU3Qzg3Ljc0OCwwLjk1NSw4NS41NTcsMCw4My4wODQsMGMtMi40NzQsMC00LjY2NCwwLjk1NS02LjU2NywyLjg1N0w2Mi4yNDQsMTcuMTMzICAgYy0xLjkwNiwxLjkwMy0yLjg1NSw0LjA4OS0yLjg1NSw2LjU2N2MwLDIuNDc4LDAuOTQ5LDQuNjY0LDIuODU1LDYuNTY3bDExMi4yMDQsMTEyLjIwNEw2Mi4yNDQsMjU0LjY3NyAgIGMtMS45MDYsMS45MDMtMi44NTUsNC4wOTMtMi44NTUsNi41NjRjMCwyLjQ3NywwLjk0OSw0LjY2NywyLjg1NSw2LjU3bDE0LjI3NCwxNC4yNzFjMS45MDMsMS45MDUsNC4wOTMsMi44NTQsNi41NjcsMi44NTQgICBjMi40NzMsMCw0LjY2My0wLjk1MSw2LjU2Ny0yLjg1NGwxMzMuMDQyLTEzMy4wNDRjMS45MDItMS45MDIsMi44NTQtNC4wOTMsMi44NTQtNi41NjdTMjI0LjYwMywxMzcuODA3LDIyMi43MDEsMTM1Ljl6IiBmaWxsPSIjMDc3Y2EzIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
      background-size: 12px;
      background-position: 0 0;
      font-weight: 700;
      font-size: 18px;
      margin-right: 0.5rem; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section h2 {
  color: #000000;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section .column-fact .column--content {
  border-radius: 20px;
  background: linear-gradient(180deg, #6D47D2 0%, #8665FC 100%); }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section .column-fact p {
  color: #ffffff;
  line-height: 22px;
  max-width: 100%; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section .column-fact strong {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 43px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section .row--facts .column.column-large .column--content {
  margin-top: 20px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .page-main-header {
  border-bottom: 1px solid #979797;
  background: radial-gradient(circle, #0087B4 0%, #115678 100%); }
  @media (min-width: 1181px) {
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .page-main-header {
      height: 120px; } }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .page-breadcrumbs {
  display: none; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .cwg-section-intro {
  background: #202A33; }
  @media (min-width: 1181px) {
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .cwg-section-intro {
      background-image: url("https://www.signalboosters.com/content/images/wifi-guide/wifi-intro-background-new.jpg");
      background-size: 1250px;
      background-position: 50% 50%;
      background-repeat: no-repeat; } }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .cwg-section-intro .container::before {
    display: none; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .cwg-section-intro .content h2 {
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 43px;
    font-weight: 500;
    text-align: left; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .cwg-section-intro .content p {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-business-account {
  background: linear-gradient(179.99deg, #0AA3D7 0%, #115678 100%); }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-business-account h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
    font-weight: normal;
    color: #fff; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-business-account p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: #fff; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-business-account .row .column .column--content .content-icon {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-business-account .row .column .column--content p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-solutions {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background: radial-gradient(circle, #5D748F 0%, #576D87 100%); }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-solutions .container {
    background-image: none;
    padding-top: 30px !important;
    padding-bottom: 40px !important; }
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-solutions .container h2 {
      color: #FFFFFF;
      font-size: 25px;
      letter-spacing: 0;
      line-height: 27px;
      text-align: center;
      font-weight: 500; }
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-solutions .container p {
      color: #FFFFFF;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 30px;
      text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-enterprise .column--content p {
  margin-top: 20px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-enterprise h3 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
  width: 870px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-consumer-enterprise h3 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-consumer-enterprise table tr td {
  border: 0 none; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-consumer-enterprise table tr td ul li {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0; }
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-consumer-enterprise table tr td ul li::before {
      line-height: 18px; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-consumer-enterprise table tr td .table-title {
    padding: 9.5px 2.5rem; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-protocols-terms h2, .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols h2 {
  color: #ffffff; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-protocols-terms h3, .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols h3 {
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-protocols-terms .disk-element, .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols .disk-element {
  background-color: #105B7E; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-protocols-terms .disk-element span, .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols .disk-element span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-protocols-terms strong, .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols strong {
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  font-weight: 500; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-protocols-terms p, .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols p {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-protocols-terms {
  background-color: #0D88B4;
  background-image: url(https://www.signalboosters.com/content/images/wifi-guide/terms-background-top.jpg); }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols {
  background-color: #115B7E;
  background-image: url(https://www.signalboosters.com/content/images/wifi-guide/terms-background-bottom.jpg); }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols .disk-element {
    background-color: #0D87B4; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-encryption-protocols p {
    line-height: 21px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-equipment p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center; }

@media (min-width: 1000px) {
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-equipment .custom-guide-tabs .tab-header {
    width: 20%; } }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-equipment .custom-guide-tabs .tab-header a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-equipment h3 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-equipment .column p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: left; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-placement .container > p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-placement .container > p strong {
    margin-top: -20px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-placement .column--content .text {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-reputable-vendors .container {
  background-image: none;
  background: radial-gradient(circle, #7186A0 0%, #576D87 100%);
  padding-top: 50px;
  padding-bottom: 50px; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-reputable-vendors .container h2 {
    color: #FFFFFF;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    font-weight: 500; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-reputable-vendors .container p {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    width: 830px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-reputable-vendors-providers p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  width: 930px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-reputable-vendors-providers .row > .column:nth-child(2) img {
  width: 150px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries-cases h2 {
  color: #000000;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries-cases p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  width: 830px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries .custom-guide-tabs .tabs-header {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries .custom-guide-tabs .tabs-header .tab-header {
    width: auto; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries .custom-guide-tabs h3 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries .custom-guide-tabs p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries .custom-guide-tabs .inner-details {
  border: 1px solid #979797;
  padding: 15px 20px 0; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-industries .custom-guide-tabs .inner-details p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-contact-information div {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 39px; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-contact-information div strong {
    text-transform: uppercase;
    font-size: 20px; }

.complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products {
  border-top: 1px solid #979797; }
  .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 50px; }
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .product-title {
      width: 100%;
      display: block;
      flex: none; }
      .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .product-title a {
        color: #08A3D7;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 26px;
        text-decoration: none;
        margin-bottom: 30px;
        display: block; }
        .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .product-title a:hover {
          text-decoration: underline; }
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .image-cell {
      flex: none;
      display: inline-block;
      width: 100%;
      border: 1px solid #CACACA;
      padding: 25px 15px; }
      @media (min-width: 600px) {
        .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .image-cell {
          width: 230px; } }
      .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .image-cell .details-button {
        display: block;
        margin-top: 35px;
        background-color: #26A7D0;
        color: #FFFFFF;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 16px;
        text-decoration: none;
        padding: 11px;
        width: 100%;
        text-align: center; }
        .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .image-cell .details-button:hover {
          text-decoration: underline; }
    .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .info-cell {
      flex: none;
      display: inline-block;
      width: 100%; }
      @media (min-width: 600px) {
        .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .info-cell {
          width: calc(100% - 255px); } }
      .complete-wifi-guide.complete-guide-design.custom-wifi-guide .section-products .product-row .info-cell li {
        font-size: 14px;
        line-height: 23px;
        color: #000; }

.resources-and-support {
  position: relative;
  background: #fff; }
  .resources-and-support .tab-content {
    display: block;
    padding: 0; }
  .resources-and-support .cs-list .cs-featured .cs--image {
    z-index: 1; }
  .resources-and-support .cs-list .cs-featured .cs--text {
    z-index: 11; }
  .resources-and-support .page-header {
    height: 150px;
    width: 100%;
    background: #232735;
    background-image: url(https://www.signalboosters.com/content/images/resources-and-support/header-background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center; }
    .resources-and-support .page-header h1 {
      margin: 0;
      color: #fff; }
      .resources-and-support .page-header h1 .big {
        display: block;
        font-size: 32px;
        line-height: 39px;
        padding-top: 35px;
        text-transform: uppercase; }
      .resources-and-support .page-header h1 .small {
        display: block;
        font-family: "Roboto", Arial, Sans-Serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 35px; }
  .resources-and-support .page-content {
    float: none;
    padding: 0; }
    .resources-and-support .page-content .tabs-menu {
      box-sizing: border-box;
      height: 69px;
      border-bottom: 1px solid #C7D4E5;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .resources-and-support .page-content .tabs-menu.fixed {
        position: fixed;
        top: 60px;
        width: 100%;
        background: #fff;
        z-index: 111; }
      .resources-and-support .page-content .tabs-menu ul.tabs {
        border: 0 none;
        text-align: center;
        display: flex;
        justify-content: center;
        position: relative; }
        .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
          padding: 0;
          border: 0 none;
          border-bottom: 5px solid #fff;
          margin-right: 9%;
          display: list-item;
          outline: none; }
          .resources-and-support .page-content .tabs-menu ul.tabs > li.tab > a {
            color: #74889A;
            font-size: 16px;
            text-decoration: none;
            text-transform: uppercase;
            padding: 27px 16px 12px;
            display: block;
            outline: none; }
          .resources-and-support .page-content .tabs-menu ul.tabs > li.tab.is-active {
            border-bottom: 5px solid #DD2C79;
            margin-bottom: 0; }
            .resources-and-support .page-content .tabs-menu ul.tabs > li.tab.is-active > a {
              color: #000; }
          .resources-and-support .page-content .tabs-menu ul.tabs > li.tab:nth-child(7) {
            margin-right: 0; }
        .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button {
          display: none;
          outline: none;
          width: 26px;
          height: 41px;
          position: absolute;
          top: 16px; }
          .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.next {
            right: 0;
            margin-right: -10px; }
            .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.next::after {
              content: "";
              display: block;
              position: absolute;
              width: 10px;
              height: 17px;
              background-color: #576D86;
              -webkit-mask-image: url(/assets/icons/angle-right.svg);
              mask-image: url(/assets/icons/angle-right.svg);
              right: 0px;
              top: 13px;
              cursor: pointer; }
            .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.next::before {
              content: "";
              display: block;
              position: absolute;
              background: #C7D4E5;
              width: 1px;
              height: 41px;
              right: 25px;
              top: 0px; }
          .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.prev {
            left: 0;
            margin-left: -10px; }
            .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.prev::after {
              content: "";
              display: block;
              position: absolute;
              width: 10px;
              height: 17px;
              background-color: #576D86;
              -webkit-mask-image: url(/assets/icons/angle-left.svg);
              mask-image: url(/assets/icons/angle-left.svg);
              left: 0px;
              top: 13px;
              cursor: pointer; }
            .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.prev::before {
              content: "";
              display: block;
              position: absolute;
              background: #C7D4E5;
              width: 1px;
              height: 41px;
              left: 25px;
              top: 0px; }
    .resources-and-support .page-content .videos-section {
      background: #F0F4F9; }
      .resources-and-support .page-content .videos-section .videos .section-content .active-videos .video .video-details {
        height: 84px; }
      .resources-and-support .page-content .videos-section .videos .section-content .active-videos .video div.video-thumbnail .video-info.black {
        color: #000; }
      .resources-and-support .page-content .videos-section .videos .section-content .active-videos .video {
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: default; }
      .resources-and-support .page-content .videos-section .videos .section-content .active-videos .video:hover .video-item::before {
        display: none; }
      .resources-and-support .page-content .videos-section .video-title {
        font-size: 22px;
        line-height: 28px; }
      .resources-and-support .page-content .videos-section .play-button {
        font-size: 16px;
        color: #0C84C0;
        text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        font-weight: 700;
        cursor: pointer; }
      .resources-and-support .page-content .videos-section .video-player {
        margin-top: 0; }
      .resources-and-support .page-content .videos-section.video-playlist-playing .active-videos {
        display: none; }
      .resources-and-support .page-content .videos-section.video-playlist-playing > .container > .buttons {
        display: none; }
      .resources-and-support .page-content .videos-section.video-playlist-playing > .container > .more-button {
        display: none; }
    .resources-and-support .page-content .faq-section {
      background: #F0F4F9; }
      .resources-and-support .page-content .faq-section .cell {
        padding: 20px 30px;
        background: #fff;
        border: 1px solid #D5DEE8;
        margin-bottom: 4px; }
        .resources-and-support .page-content .faq-section .cell > div.cell-heading {
          font-size: 20px;
          color: #0C7AC6;
          display: block;
          position: relative;
          padding-right: 20px; }
          .resources-and-support .page-content .faq-section .cell > div.cell-heading::after {
            content: "";
            position: absolute;
            top: 10px;
            right: 0;
            display: block;
            width: 16px;
            height: 3px;
            background: #C7D4E5;
            cursor: pointer; }
        .resources-and-support .page-content .faq-section .cell > div.cell-details p {
          color: #000;
          font-size: 15px;
          margin: 20px 0; }
        .resources-and-support .page-content .faq-section .cell.closed .cell-heading::after {
          background: #fff;
          background-image: url(/assets/icons/arrow-pointer-down.svg);
          height: 10px;
          width: 16px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .resources-and-support .page-content .faq-section .cell.closed .cell-details {
          display: none; }
    .resources-and-support .page-content .guides-section .guides .guides-content .guide-item {
      border: 1px solid #D8D8D8;
      background-color: #fff;
      box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
      padding: 25px 20px;
      display: inline-block;
      width: 30.46%;
      margin-right: 4%;
      vertical-align: top;
      height: 410px;
      margin-bottom: 10px; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item .guide-image {
        height: 195px;
        text-align: center; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item .guide-image img {
          width: 150px;
          height: auto;
          margin: 0 auto; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item .guide-title {
        font-size: 24px;
        line-height: 32px;
        color: #000;
        margin: 30px 0 40px; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item .guide-button a {
        text-decoration: none;
        color: #0C84C0;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        position: relative;
        padding: 9px 0 9px 50px; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item .guide-button a::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          width: 40px;
          height: 38px;
          background-image: url(https://www.signalboosters.com/content/images/resources-and-support/download-pdf-icon.svg);
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:last-child {
        margin-right: 0; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 40px; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-heading {
          color: #74889A;
          font-size: 20px;
          line-height: 24px; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-title {
          color: #000;
          font-size: 32px;
          font-weight: 300;
          line-height: 40px;
          margin: 10px 0 30px; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-mobile-image {
          display: none; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-description {
          color: #000;
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 40px; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-image {
          width: 100%;
          height: 100%;
          padding: 30px 0; }
          .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-image img {
            width: 100%;
            height: auto; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-button a {
          width: 180px;
          color: #FFFFFF;
          font-size: 18px;
          font-weight: 700;
          line-height: 21px;
          text-align: center;
          display: inline-block;
          text-decoration: none;
          background: #08A3D7;
          padding: 9px 0 10px;
          margin-bottom: 30px; }
          .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-button a::after {
            display: none; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .left-side {
          display: inline-block;
          width: 47.5%;
          margin-right: 2%;
          vertical-align: top; }
        .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .right-side {
          display: inline-block;
          width: 47.5%;
          margin-left: 2%;
          vertical-align: top; }
    .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item {
      position: relative;
      border: 1px solid #D8D8D8;
      background-color: #fff;
      box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
      padding: 25px 20px;
      display: inline-block;
      width: 30.46%;
      margin-right: 4%;
      vertical-align: top;
      height: 410px;
      margin-bottom: 30px; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item:last-child {
        margin-right: 0; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-heading {
        display: none; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-summary {
        display: none; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width {
        width: 100%;
        margin-right: 0;
        padding: 30px;
        height: auto; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-tags {
          display: none; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-heading {
          display: block; }
          .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-heading .news-date {
            color: #666;
            font-size: 12px;
            font-weight: 700; }
          .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-heading .new-label {
            padding: 2px 16px;
            background: #df2579;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            margin-right: 5px; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-image {
          position: relative;
          width: 48%;
          margin-right: 3%;
          display: inline-block;
          vertical-align: top; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-details {
          width: 48%;
          display: inline-block;
          vertical-align: top;
          margin: 0; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-button {
          position: relative;
          bottom: 0;
          left: 0; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-summary {
          font-size: 15px;
          color: #000;
          margin-top: 20px;
          margin-bottom: 35px;
          display: block; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.no-margin {
        margin-right: 0; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-image {
        height: 170px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-details {
        margin-top: 170px; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-details .news-tags ul {
          height: 24px;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none;
          overflow: hidden; }
          .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-details .news-tags ul li {
            color: #0C84C0;
            font-size: 15px;
            font-weight: 700;
            line-height: 22px;
            text-align: center;
            text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            border: 1px solid #0C7AC6;
            margin-right: 7px;
            display: inline-block;
            border: 1px solid #0C7AC6;
            padding: 0 15px; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-title {
        color: #000;
        font-size: 22px;
        line-height: 32px;
        margin-top: 20px;
        max-height: 125px;
        overflow: hidden;
        text-decoration: none;
        display: block; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-button {
        position: absolute;
        bottom: 25px;
        left: 20px; }
        .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-button a {
          text-decoration: none;
          color: #0C84C0;
          font-size: 16px;
          font-weight: 700;
          line-height: 22px;
          text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .resources-and-support .page-content #all .news-section {
      background: #F0F4F9; }
      .resources-and-support .page-content #all .news-section .news-item:nth-child(3n) {
        margin-right: 0; }
      .resources-and-support .page-content #all .news-section .news-item.hidden {
        display: none; }
      .resources-and-support .page-content #all .news-section .news-item .news-heading {
        display: none; }
      .resources-and-support .page-content #all .news-section .news-item .news-summary {
        display: none; }
    .resources-and-support .page-content #all .videos-section .videos .section-content .active-videos .video.hidden {
      display: none; }
    .resources-and-support .page-content #all .faq-section .cell:nth-child(n+6) {
      display: none; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-normal {
      display: none; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured {
      display: inline-block;
      vertical-align: top;
      width: 33.33333333333333%;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      margin: 0;
      border: 0 none;
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      min-height: 420px;
      height: auto;
      margin-bottom: 3rem;
      background-color: transparent !important; }
      .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-featured-content {
        position: relative;
        border: 1px solid #D8D8D8;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
        padding: 0 1.5rem 4rem;
        min-height: 415px;
        max-width: 420px;
        margin: auto; }
      .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--image {
        margin-top: 0rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        position: absolute;
        height: 40%;
        width: 100%;
        padding-bottom: 0;
        left: 1.5rem;
        display: block !important; }
        .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--image img {
          width: 100%;
          height: 100%; }
      .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text {
        background: transparent !important;
        padding: 65% 0 0;
        color: #0C84C0; }
        .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text .cs-industry {
          font-weight: 700;
          font-size: 16px; }
          .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text .cs-industry::before {
            color: #fff;
            font-weight: 400;
            font-size: 14px; }
        .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text p {
          display: none; }
      .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-footer {
        position: absolute;
        bottom: -2.5rem;
        left: 0; }
      .resources-and-support .page-content #all .studies-section .cs-list .cs-featured h2 {
        font-size: 24px;
        color: #000;
        margin-top: 1.2rem;
        font-weight: 400; }
        .resources-and-support .page-content #all .studies-section .cs-list .cs-featured h2 a {
          text-decoration: none;
          color: #000; }
      .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .read-link {
        font-weight: 700;
        color: #0C84C0;
        text-decoration: none;
        font-size: 16px; }
    .resources-and-support .page-content .tab-content.has-jsContent.is-active {
      padding: 0; }
    .resources-and-support .page-content .section .buttons {
      position: relative;
      height: 45px;
      text-align: center; }
      .resources-and-support .page-content .section .buttons svg.prev {
        position: absolute;
        width: 45px;
        height: 45px;
        top: 0;
        left: 0;
        cursor: pointer; }
        .resources-and-support .page-content .section .buttons svg.prev.disabled {
          opacity: 0.3;
          cursor: default; }
      .resources-and-support .page-content .section .buttons svg.next {
        position: absolute;
        width: 45px;
        height: 45px;
        top: 0;
        right: 0;
        cursor: pointer; }
        .resources-and-support .page-content .section .buttons svg.next.disabled {
          opacity: 0.3;
          cursor: default; }
      .resources-and-support .page-content .section .buttons .cells {
        display: inline-block;
        width: 300px;
        height: 45px; }
        .resources-and-support .page-content .section .buttons .cells .cell {
          display: inline-block;
          width: 38px;
          height: 7px;
          border: 1px solid #B6C5D5;
          background: #fff;
          margin: 19px 5px;
          cursor: pointer; }
          .resources-and-support .page-content .section .buttons .cells .cell.active {
            background: #25C0F1;
            border: 1px solid #25C0F1;
            cursor: default; }
    .resources-and-support .page-content .section .more-button {
      display: block;
      text-align: center; }
      .resources-and-support .page-content .section .more-button .view-more {
        border: 1px solid #0C7AC6;
        background: #fff;
        color: #0C7AC6;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        width: 220px;
        display: inline-block;
        padding: 5.5px 0;
        margin-top: 20px;
        cursor: pointer;
        text-decoration: none; }
  .resources-and-support .upper-footer {
    background: #08A3D7;
    height: 100px; }
    .resources-and-support .upper-footer p {
      margin: 0;
      padding: 30px 0;
      line-height: 40px;
      text-align: center;
      font-size: 22px;
      color: #fff; }

@media (max-width: 1153px) {
  .resources-and-support .page-content .guides-section .guides .guides-content .guide-item {
    margin-right: 3.5%; } }

@media (max-width: 1134px) {
  .resources-and-support .page-content .guides-section .guides .guides-content .guide-item {
    height: 445px;
    position: relative; }
    .resources-and-support .page-content .guides-section .guides .guides-content .guide-item .guide-button {
      position: absolute;
      bottom: 35px;
      left: 20px; }
    .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .guide-button {
      position: relative;
      bottom: 0;
      left: 0; } }

@media (max-width: 1126px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 8%; } }

@media (max-width: 1100px) and (min-width: 930px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text {
    padding-top: 75%; } }

@media (max-width: 1079px) {
  .resources-and-support .page-content .tabs-menu.fixed {
    top: 90px; } }

@media (max-width: 1050px) and (min-width: 930px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text {
    padding-top: 85%;
    height: 400px; } }

@media (max-width: 1036px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 7%; } }

@media (max-width: 1011px) and (min-width: 930px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-industry::before {
    padding: 0.2rem 5px;
    margin-right: 5px; }
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text {
    padding-top: 95%; } }

@media (max-width: 959px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 6%; } }

@media (max-width: 929px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured {
    width: 48%; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured:nth-child(9) {
      display: none; } }

@media (max-width: 929px) and (min-width: 704px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-featured-content {
    min-height: 450px; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-featured-content .cs--text {
      min-height: 380px; } }

@media (max-width: 902px) {
  .resources-and-support .upper-footer {
    height: auto; } }

@media (max-width: 900px) {
  .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
    .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-image {
      text-align: center; }
      .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-image img {
        max-height: 170px; }
  .resources-and-support .page-content .videos-section .videos .section-content .active-videos .video {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; } }

@media (max-width: 894px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 5%; } }

@media (max-width: 850px) and (min-width: 704px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text {
    padding-top: 75%; } }

@media (max-width: 837px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 4%; } }

@media (max-width: 787px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 3%; } }

@media (max-width: 780px) and (min-width: 704px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text {
    padding-top: 85%; } }

@media (max-width: 743px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 2%; } }

@media (max-width: 740px) and (min-width: 704px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-featured-content .cs--text {
    padding-top: 95%;
    min-height: 405px; } }

@media (max-width: 710px) and (min-width: 704px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-featured-content .cs--text {
    padding-top: 105%;
    min-height: 405px; } }

@media (max-width: 704px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 1%; } }

@media (max-width: 703px) {
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured {
    min-height: 330px;
    width: 100%;
    margin-right: 0; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured:nth-child(5) {
      display: none; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--image {
      height: 170px; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs--text {
      padding-top: 195px; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-featured-content {
      min-height: 330px; } }

@media (max-width: 700px) {
  .resources-and-support .page-content .guides-section .guides .guides-content .guide-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .left-side {
      display: none; }
    .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .right-side {
      width: 100%; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item.guide-main .right-side .guide-mobile-image {
        display: block; }
    .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:nth-child(n+2) {
      position: relative;
      height: auto; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:nth-child(n+2) .guide-image {
        width: 50%;
        display: inline-block;
        margin-left: -20px; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:nth-child(n+2) .guide-title {
        width: 50%;
        display: inline-block;
        position: absolute;
        top: -5px;
        right: 20px; }
      .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:nth-child(n+2) .guide-button {
        width: 50%;
        display: inline-block;
        position: absolute;
        bottom: 35px;
        right: 20px;
        left: auto; }
  .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-image img {
    height: 100%;
    width: auto; } }

@media (max-width: 670px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab > a {
    padding-left: 6.5px;
    padding-right: 6.5px; } }

@media (max-width: 600px) {
  .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .resources-and-support .page-content .videos-section .videos .section-content .active-videos .video {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .resources-and-support .page-content #all .studies-section .cs-list .cs-featured {
    padding: 0; }
    .resources-and-support .page-content #all .studies-section .cs-list .cs-featured .cs-featured-content {
      margin-right: 0;
      margin-left: 0;
      width: 100%;
      max-width: 100%; }
  .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item .news-image {
    text-align: center; } }

@media (max-width: 600px) and (min-width: 460px) {
  .resources-and-support .page-content .videos-section .videos .section-content .active-videos .video div.video-thumbnail .video-info {
    top: 50px; } }

@media (max-width: 550px) {
  .resources-and-support .page-header {
    background: #232735;
    background: -moz-linear-gradient(90deg, #232735 0%, #515D81 48.82%, #232735 100%);
    background: -webkit-linear-gradient(90deg, #232735 0%, #515D81 48.82%, #232735 100%);
    background: linear-gradient(90deg, #232735 0%, #515D81 48.82%, #232735 100%);
    height: 90px; }
    .resources-and-support .page-header h1 .big {
      font-size: 24px;
      line-height: 29px;
      padding-top: 17px; }
    .resources-and-support .page-header h1 .small {
      font-size: 18px;
      line-height: 28px; }
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 25px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.tab a {
      padding-right: 15px;
      padding-left: 15px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.tab:nth-child(n+5) {
      display: none; }
  .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-image {
    height: 170px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .resources-and-support .page-content .news-section .news-and-insights .news-content .news-item.full-width .news-details {
    margin-top: 170px;
    width: 100%; }
  .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button {
    cursor: pointer; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.next {
      display: block; } }

@media (max-width: 473px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 20px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.tab a {
      padding-right: 10px;
      padding-left: 10px; } }

@media (max-width: 450px) {
  .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:nth-child(n+2) .guide-title {
    font-size: 18px; }
  .resources-and-support .page-content .guides-section .guides .guides-content .guide-item .guide-image {
    height: auto; } }

@media (max-width: 428px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 15px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.tab a {
      padding-right: 5px;
      padding-left: 5px; } }

@media (max-width: 384px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 7px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.tab a {
      padding-right: 3px;
      padding-left: 3px; } }

@media (max-width: 370px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button {
    width: 16px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.next {
      margin-right: -15px; }
      .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.next::before {
        right: 15px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.prev {
      margin-left: -15px; }
      .resources-and-support .page-content .tabs-menu ul.tabs > li.menu-button.prev::before {
        left: 15px; } }

@media (max-width: 360px) {
  .resources-and-support .page-header h1 .big {
    font-size: 21px; }
  .resources-and-support .page-header h1 .small {
    font-size: 15px; } }

@media (max-width: 353px) {
  .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:nth-child(n+2) .guide-title {
    font-size: 16px; }
  .resources-and-support .page-content .guides-section .guides .guides-content .guide-item:nth-child(n+2) .guide-button a {
    font-size: 13px; } }

@media (max-width: 347px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 3px; }
    .resources-and-support .page-content .tabs-menu ul.tabs > li.tab a {
      padding-right: 1px;
      padding-left: 1px; } }

@media (max-width: 323px) {
  .resources-and-support .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 1.5px; } }

.installation-request-page .resources-and-support .container {
  padding: 0;
  margin: 0;
  max-width: 100%; }

.consumer-resources .page-header {
  background: #046495;
  background-image: url(https://www.signalboosters.com/content/images/consumer-resources/header-background.png); }

.consumer-resources .page-content .tabs-menu ul.tabs > li.tab:nth-child(6) {
  margin-right: 0; }

.consumer-resources .page-content .section.reviews-section > .section {
  padding: 0 !important; }

.consumer-resources .page-content .section .buttons .cells {
  overflow: hidden; }

.consumer-resources .page-content .section.guides-and-manuals {
  background: #F0F4F9; }
  .consumer-resources .page-content .section.guides-and-manuals p {
    color: #000;
    font-size: 24px;
    text-align: center; }
  .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search {
    text-align: center; }
    .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown {
      margin: 3rem 0 0; }
      .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div {
        width: 300px;
        display: inline-block;
        position: relative; }
        .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div.label {
          width: auto;
          margin-right: 10px;
          font-size: 16px; }
        .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div select {
          width: 100%;
          padding: 7.5px 20px 7.5px 10px;
          color: #fff;
          -webkit-appearance: none;
          background: url(.../../../icons/carat-down-white.svg) 96% 50% no-repeat #1378ba;
          background-size: 13px;
          border-radius: 0; }
          .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div select option {
            color: #000;
            background: #fff; }
        .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div input {
          width: 100%;
          padding: 9.5px 20px 9.5px 10px;
          color: #999; }
        .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div svg {
          position: absolute;
          width: 38px;
          height: 38px;
          right: 0;
          top: 50%;
          bottom: 50%;
          margin: auto;
          fill: #fff;
          background: #1378ba;
          fill-rule: evenodd;
          cursor: pointer;
          padding: 9px; }
      .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > .delimiter {
        color: #000;
        text-transform: uppercase;
        margin: 0 15px; }
  .consumer-resources .page-content .section.guides-and-manuals .information-icon {
    color: #fff;
    background: #00a5d5;
    border-radius: 50%;
    font-weight: 700;
    padding: 4px 10px;
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
    width: 27px !important;
    height: 27px;
    line-height: 21px;
    position: relative;
    top: 3px; }
    .consumer-resources .page-content .section.guides-and-manuals .information-icon .information-popover {
      display: none;
      position: absolute;
      top: -170px;
      left: 0;
      width: 220px;
      height: 140px;
      font-size: 12px;
      font-weight: 400;
      color: #000;
      padding: 8px 15px;
      text-align: left;
      box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
      margin-left: -95px;
      margin-top: 15px;
      background: #fff; }
      .consumer-resources .page-content .section.guides-and-manuals .information-icon .information-popover::after {
        box-sizing: border-box;
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
        box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.15);
        bottom: -5px;
        background: #fff;
        border: none;
        content: '';
        display: block;
        height: 12px;
        width: 12px;
        position: absolute;
        left: calc(50% - 9px);
        z-index: 11; }
    .consumer-resources .page-content .section.guides-and-manuals .information-icon:hover .information-popover {
      display: block; }
  .consumer-resources .page-content .section.guides-and-manuals .search-product-results .product-name {
    color: #0c84c0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; }
  .consumer-resources .page-content .section.guides-and-manuals .search-product-results .product-documents-found {
    color: #000;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e2e4e6; }
    .consumer-resources .page-content .section.guides-and-manuals .search-product-results .product-documents-found span {
      font-weight: 700; }
  .consumer-resources .page-content .section.guides-and-manuals .search-product-results .search-documents-found {
    margin: 0; }
    .consumer-resources .page-content .section.guides-and-manuals .search-product-results .search-documents-found .each-document {
      display: inline-block;
      height: 120px;
      margin-right: 4rem; }
      .consumer-resources .page-content .section.guides-and-manuals .search-product-results .search-documents-found .each-document:last-child {
        margin-right: 0; }
      .consumer-resources .page-content .section.guides-and-manuals .search-product-results .search-documents-found .each-document > img {
        vertical-align: top;
        max-height: 100%;
        margin-right: 15px; }
      .consumer-resources .page-content .section.guides-and-manuals .search-product-results .search-documents-found .each-document > div {
        display: inline-block;
        height: 120px;
        vertical-align: top;
        text-align: left;
        position: relative; }
        .consumer-resources .page-content .section.guides-and-manuals .search-product-results .search-documents-found .each-document > div span {
          display: block;
          color: #000;
          font-size: 14px; }
        .consumer-resources .page-content .section.guides-and-manuals .search-product-results .search-documents-found .each-document > div a {
          display: block;
          border: 1px solid #1b7d9c;
          color: #1b7d9c;
          position: absolute;
          left: 0;
          bottom: 0;
          font-size: 14px;
          text-decoration: none;
          padding: 7px 20px; }

.consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .product-name {
  color: #0C7AC6;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 65px; }

.consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .product-documents-found {
  border: 0 none;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  margin-top: 20px; }

.consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show {
  background-color: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  position: relative; }
  .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: #f0f4f9 transparent transparent transparent; }
  .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document {
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0 1.5%;
    width: 25%;
    height: auto; }
    .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document img {
      margin-right: 0;
      display: block;
      height: 145px; }
    .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side {
      display: block;
      height: auto; }
      .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side span {
        color: #000;
        font-size: 16px;
        line-height: 19px;
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
        padding-left: 6px; }
      .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side a {
        position: relative;
        border: 0 none;
        padding: 9px 0 9px 50px;
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        color: #0C84C0;
        font-weight: 700; }
        .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side a::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          width: 40px;
          height: 38px;
          background-image: url(https://www.signalboosters.com/content/images/resources-and-support/download-pdf-icon.svg);
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }

.consumer-resources .page-content .section.all-videos-section {
  padding-bottom: 0 !important; }
  .consumer-resources .page-content .section.all-videos-section .video {
    cursor: default; }
    .consumer-resources .page-content .section.all-videos-section .video.visible:nth-child(n+6) {
      display: none !important; }
  .consumer-resources .page-content .section.all-videos-section .play-button {
    font-size: 16px;
    color: #0C84C0;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-weight: 700;
    cursor: pointer; }
  .consumer-resources .page-content .section.all-videos-section .active-videos .video:hover .video-item::before, .consumer-resources .page-content .section.all-videos-section .active-videos .video:hover .video-item::after {
    display: none; }
  .consumer-resources .page-content .section.all-videos-section .active-videos .video .video-item .video-details {
    height: 84px; }
    .consumer-resources .page-content .section.all-videos-section .active-videos .video .video-item .video-details .video-title {
      font-size: 22px;
      line-height: 28px; }
  .consumer-resources .page-content .section.all-videos-section .view-all-videos.hide > div {
    display: none; }
  .consumer-resources .page-content .section.all-videos-section .view-all-videos.hide::after {
    content: "View less";
    position: absolute;
    top: 46%;
    text-align: center;
    width: 100%;
    cursor: pointer;
    display: block;
    height: 22px;
    font-size: 15px;
    color: #0c84c0; }

.consumer-resources .page-content .tab-content#all .videos-section {
  background: #fff; }
  .consumer-resources .page-content .tab-content#all .videos-section .video-tutorials .section-header {
    display: none; }
  .consumer-resources .page-content .tab-content#all .videos-section .video-tutorials > .section {
    padding: 0 !important; }
    .consumer-resources .page-content .tab-content#all .videos-section .video-tutorials > .section.section-gray {
      background: #fff; }
    .consumer-resources .page-content .tab-content#all .videos-section .video-tutorials > .section .section-title {
      display: none; }
    .consumer-resources .page-content .tab-content#all .videos-section .video-tutorials > .section .view-all-videos {
      display: none !important; }
    .consumer-resources .page-content .tab-content#all .videos-section .video-tutorials > .section .active-videos > .video.visible:nth-child(n+4) {
      display: none !important; }
    .consumer-resources .page-content .tab-content#all .videos-section .video-tutorials > .section.videos:nth-child(n+3) {
      display: none; }
  .consumer-resources .page-content .tab-content#all .videos-section .video-player {
    padding-top: 65px; }

.consumer-resources .page-content .tab-content#all .more-reviews-button {
  display: none; }

.consumer-resources .page-content .tab-content#news-insights h3 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000;
  font-family: "Roboto", Arial, Sans-Serif; }

.consumer-resources .page-content .tab-content#news-insights .top-selectors {
  border-top: 2px solid #74889A;
  padding: 20px 0;
  margin-top: 25px; }

.consumer-resources .page-content .tab-content#news-insights .bottom-selectors {
  border-bottom: 2px solid #74889A;
  padding: 20px 0;
  margin-top: 25px; }

.consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-sort {
  display: inline-block;
  float: left; }
  .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-sort span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #000; }
  .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-sort select {
    display: inline-block;
    border: 1px solid #74889A;
    font-size: 16px;
    color: #000;
    width: 230px;
    height: 35px; }

.consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination {
  display: inline-block;
  float: right;
  margin-top: 6px; }
  .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination > span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #DFE2E8;
    vertical-align: top;
    cursor: pointer; }
    .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination > span svg {
      height: 22px;
      width: 22px; }
  .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination .pagination {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination .pagination li {
      display: inline-block;
      list-style: none;
      height: 22px;
      width: 22px;
      text-align: center;
      color: #C5C5C6;
      font-size: 16px;
      cursor: pointer; }
      .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination .pagination li.active {
        color: #000;
        cursor: default; }

.consumer-resources .page-content .tab-content#news-insights .latest-post {
  position: relative;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: block;
  width: 100%;
  vertical-align: top;
  height: auto;
  margin-bottom: 30px; }
  .consumer-resources .page-content .tab-content#news-insights .latest-post .left-side {
    position: relative;
    width: 48%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top; }
  .consumer-resources .page-content .tab-content#news-insights .latest-post .right-side {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .consumer-resources .page-content .tab-content#news-insights .latest-post .right-side .post-header .post-tag {
      padding: 2px 16px;
      background: #df2579;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      margin-right: 5px; }
    .consumer-resources .page-content .tab-content#news-insights .latest-post .right-side .post-header .post-date {
      color: #666;
      font-size: 12px;
      font-weight: 700; }
    .consumer-resources .page-content .tab-content#news-insights .latest-post .right-side div.post-content .post-title a {
      color: #000;
      font-size: 22px;
      line-height: 32px;
      margin-top: 20px;
      max-height: 125px;
      overflow: hidden;
      text-decoration: none;
      display: block; }
    .consumer-resources .page-content .tab-content#news-insights .latest-post .right-side div.post-content .post-summary {
      font-size: 15px;
      color: #000;
      margin-top: 20px;
      margin-bottom: 35px;
      display: block; }
    .consumer-resources .page-content .tab-content#news-insights .latest-post .right-side div.post-footer a.read-more {
      text-decoration: none;
      color: #0C84C0;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.consumer-resources .page-content .news-section .news-and-insights .news-content .news-item:nth-child(3n+3) {
  margin-right: 0; }

@media (max-width: 863px) {
  .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div.label {
    display: none; } }

@media (max-width: 809px) {
  .consumer-resources .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 3%; } }

@media (max-width: 774px) {
  .consumer-resources .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 2%; } }

@media (max-width: 742px) {
  .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div {
    width: 220px; }
  .consumer-resources .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 1%; }
    .consumer-resources .page-content .tabs-menu ul.tabs > li.tab a {
      padding-right: 10px;
      padding-left: 10px; } }

@media (max-width: 651px) {
  .consumer-resources .page-content .tabs-menu ul.tabs > li.tab a {
    padding-right: 5px;
    padding-left: 5px; } }

@media (max-width: 610px) {
  .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination, .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-sort {
    display: block;
    float: none; }
  .consumer-resources .page-content .tab-content#news-insights .blog-selectors .posts-pagination {
    margin-top: 25px; } }

@media (max-width: 599px) {
  .consumer-resources .page-content .tabs-menu ul.tabs > li.tab a {
    padding-right: 2px;
    padding-left: 2px; } }

@media (max-width: 582px) {
  .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div {
    width: 210px; } }

@media (max-width: 567px) {
  .consumer-resources .page-content .tabs-menu ul.tabs > li.tab {
    margin-right: 2px; }
    .consumer-resources .page-content .tabs-menu ul.tabs > li.tab a {
      padding-right: 1px;
      padding-left: 1px; } }

@media (max-width: 562px) {
  .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div {
    width: 204px; } }

@media (max-width: 550px) {
  .consumer-resources .page-content .section.guides-and-manuals .product-manuals-search .search-model-number-dropdown > div {
    width: 300px;
    display: block;
    margin: 5px auto; }
  .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document {
    margin: 15px 0;
    width: 100%;
    text-align: center; }
  .consumer-resources .page-content .tab-content#news-insights .latest-post {
    position: relative; }
    .consumer-resources .page-content .tab-content#news-insights .latest-post .left-side {
      height: 170px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .consumer-resources .page-content .tab-content#news-insights .latest-post .right-side {
      margin-top: 170px;
      width: 100%; } }

@media (max-width: 550px) and (min-width: 431px) {
  .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document {
    height: 120px; }
    .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document img {
      display: inline-block;
      height: auto;
      max-width: 100%;
      vertical-align: top;
      max-height: 100%;
      margin-right: 15px; }
    .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side {
      display: inline-block;
      height: 120px;
      vertical-align: top;
      text-align: left;
      position: relative; }
      .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side a {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 155px; } }

@media (max-width: 431px) {
  .consumer-resources .page-header h1 .small {
    font-size: 15px; } }

@media (max-width: 430px) {
  .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document img {
    margin: 0 auto; }
  .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side {
    text-align: center; }
    .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side a {
      text-align: center; }
      .consumer-resources .page-content .section .downloads-content .product-manuals-search .search-product-results .search-documents-found.show .each-document .right-side a::after {
        left: 50%;
        margin-left: -75px; } }

@media (max-width: 364px) {
  .consumer-resources .page-header h1 .small {
    font-size: 14px; } }

@media (max-width: 344px) {
  .consumer-resources .page-header h1 .small {
    font-size: 13px; } }

.publicSafety .premier-partners {
  background-color: #1A1A1A; }

.publicSafety .installation-work-nav,
.publicSafety .promotion-banner {
  display: none !important; }

@media (max-width: 1200px) {
  .publicSafety .design-installation-work .installation-work-slide .right-side-image {
    background-color: #1B1B1B; }
    .publicSafety .design-installation-work .installation-work-slide .right-side-image img {
      display: none; }
  .publicSafety .design-installation-work .installation-work-slide .right-side {
    min-height: auto;
    display: flex;
    align-items: center; }
    .publicSafety .design-installation-work .installation-work-slide .right-side .right-side-content {
      position: relative;
      padding: 3rem; } }

.publicSafety-marquee {
  background-color: #1A1A1A; }
  .publicSafety-marquee .container {
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .publicSafety-marquee .publicSafety-button {
    margin-bottom: 0; }
  @media (min-width: 1181px) {
    .publicSafety-marquee .container {
      background-image: url("https://www.signalboosters.com/content/images/public-safety/marquee-banner.jpg");
      background-size: 113%;
      background-position: right -75px center; } }

.publicSafety-marqueeContent h1 {
  margin: 0;
  padding: 0 0 0.78571rem 0;
  color: #FFF;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase; }
  .publicSafety-marqueeContent h1 strong {
    display: block;
    font-weight: 700; }

.publicSafety-marqueeContent h2 {
  margin: 0;
  color: #FFF;
  font-size: 15px;
  line-height: 18px; }

@media (min-width: 1181px) {
  .publicSafety-marqueeContent {
    max-width: 600px; }
    .publicSafety-marqueeContent h1 {
      font-size: 35px;
      line-height: 40px; }
    .publicSafety-marqueeContent h2 {
      font-size: 22px;
      line-height: 25px; } }

.publicSafety-button {
  display: flex;
  height: 45px;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: center;
  background-color: #C60A2A;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  max-width: 350px; }
  .publicSafety-button:hover, .publicSafety-button:focus, .publicSafety-button:active {
    color: #FFF; }

.publicSafety-marqueeSub .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto; }

.publicSafety-process {
  background-color: #EEEEEE; }
  .publicSafety-process .publicSafety-button {
    margin: 1.5rem auto; }

.publicSafety-processSteps {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.publicSafety-processStep {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  position: relative; }
  .publicSafety-processStep .number {
    position: absolute;
    top: 0;
    left: 1.5rem;
    background-color: #202644;
    color: #fff;
    font-size: 21px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 300; }
  @media (min-width: 360px) {
    .publicSafety-processStep {
      width: 50%; } }
  @media (min-width: 1181px) {
    .publicSafety-processStep {
      width: 25%;
      padding: 0 3rem; }
      .publicSafety-processStep .number {
        left: 3rem; } }

.publicSafety-processStep-icon {
  margin-top: 3rem; }
  @media (min-width: 360px) {
    .publicSafety-processStep-icon {
      height: 115px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 1181px) {
    .publicSafety-processStep-icon {
      margin-top: 0; } }

.publicSafety-processStep-name {
  margin: 1.5rem 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #000; }
  @media (min-width: 1181px) {
    .publicSafety-processStep-name {
      height: 50px;
      display: flex;
      align-items: center; } }

.publicSafety-processStep-description {
  font-size: 14px;
  color: #000; }

.publicSafety-overview {
  background: #EEE; }

.publicSafety-overviewContainer {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 800px) {
    .publicSafety-overviewContainer {
      flex-direction: row; } }

.publicSafety-overviewRight {
  display: flex;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: 3rem; }
  .publicSafety-overviewRight img {
    width: 100%;
    margin: .1rem;
    flex-shrink: 0;
    flex-grow: 0; }
    .publicSafety-overviewRight img:last-child {
      display: none; }
  @media (min-width: 800px) {
    .publicSafety-overviewRight {
      width: 37.5%;
      margin: 0;
      display: block; }
      .publicSafety-overviewRight img {
        width: 100%;
        margin: 0 0 1.5rem 0; }
        .publicSafety-overviewRight img:last-child {
          display: block; } }

.publicSafety-overviewLeft {
  color: #000; }
  .publicSafety-overviewLeft strong {
    text-transform: uppercase; }
  @media (min-width: 800px) {
    .publicSafety-overviewLeft {
      padding-right: 3rem;
      width: 62.5%; } }

.publicSafety-requirements .red {
  position: relative;
  top: -1.5rem;
  text-align: center;
  color: #C60A2A; }

.publicSafety-requirements .sidebar {
  padding-left: 1.5rem;
  border-left: 4px solid #C60A2A;
  color: #000; }

.publicSafety-radio {
  background-color: #1A1A1A; }
  .publicSafety-radio h2, .publicSafety-radio h4, .publicSafety-radio p {
    color: #FFF; }
  .publicSafety-radio .text {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .publicSafety-radio .text img {
      width: 149px;
      height: 159px;
      margin-bottom: 1.5rem; }
    @media (min-width: 700px) {
      .publicSafety-radio .text {
        flex-direction: row; }
        .publicSafety-radio .text img {
          margin-bottom: 0;
          margin-right: 1.5rem; } }

.publicSafety-codes p {
  color: #000; }

.publicSafety-codes .red {
  color: #C60A2A;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  max-width: 300px;
  margin: 1.5rem auto 1.5rem auto; }
  @media (min-width: 800px) {
    .publicSafety-codes .red {
      max-width: 100%; } }

.publicSafety-buildings {
  display: flex;
  flex-wrap: wrap; }

.publicSafety-building {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem; }
  .publicSafety-building div {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding: 1.5rem 0; }
  .publicSafety-building img {
    height: 70px; }
  @media (min-width: 800px) {
    .publicSafety-building {
      width: 33.33%; } }
  @media (min-width: 900px) {
    .publicSafety-building {
      width: 25%; } }

.publicSafety-why {
  background-color: #1A1A1A; }
  .publicSafety-why h2, .publicSafety-why p {
    color: #FFF; }
  .publicSafety-why p {
    text-align: center; }
  .publicSafety-why .publicSafety-button {
    margin-left: auto;
    margin-right: auto; }

.publicSafety-faq .publicSafety-button {
  margin-left: auto;
  margin-right: auto; }

.publicSafety-form {
  background-color: #1A1A1A; }
  .publicSafety-form h2 {
    color: #FFF; }
  .publicSafety-form p {
    color: #FFF;
    text-align: center; }

.custom-request-modal-form {
  width: 100%;
  max-width: 1000px;
  font-size: 16px;
  color: black;
  overflow: auto; }
  @media (max-width: 1023px) {
    .custom-request-modal-form {
      max-width: 100%;
      max-height: 100%; } }
  .custom-request-modal-form.submitted {
    max-width: 800px; }
    @media (max-width: 550px) {
      .custom-request-modal-form.submitted {
        max-height: auto; } }
    .custom-request-modal-form.submitted .modal-close:first-child {
      display: none; }
    .custom-request-modal-form.submitted .hbspt-form {
      color: #FFFFFF;
      background-color: #068AC7; }
  .custom-request-modal-form .modal-content {
    position: relative;
    padding: 1rem 1.5rem 3rem; }
    @media (min-width: 750px) {
      .custom-request-modal-form .modal-content {
        padding: 2.5rem 2.28571rem 3.5rem; } }
    .custom-request-modal-form .modal-content h2 {
      font-size: 22px;
      text-align: left;
      padding-bottom: 0.5rem; }
      @media (min-width: 750px) {
        .custom-request-modal-form .modal-content h2 {
          font-size: 26px;
          text-align: center; } }
    .custom-request-modal-form .modal-content .contact-header h1, .custom-request-modal-form .modal-content .contact-header div.h1-tag {
      color: #068AC7;
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      width: inherit;
      margin: 0; }
      .custom-request-modal-form .modal-content .contact-header h1 img, .custom-request-modal-form .modal-content .contact-header div.h1-tag img {
        display: none; }
      .custom-request-modal-form .modal-content .contact-header h1 a, .custom-request-modal-form .modal-content .contact-header div.h1-tag a {
        display: block;
        color: #068AC7;
        text-decoration: none; }
      @media (min-width: 1181px) {
        .custom-request-modal-form .modal-content .contact-header h1, .custom-request-modal-form .modal-content .contact-header div.h1-tag {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 32px;
          font-weight: 700;
          margin-bottom: 0; }
          .custom-request-modal-form .modal-content .contact-header h1 img, .custom-request-modal-form .modal-content .contact-header div.h1-tag img {
            display: block;
            width: 64px;
            height: 64px;
            margin-right: 1.5rem; }
          .custom-request-modal-form .modal-content .contact-header h1 a, .custom-request-modal-form .modal-content .contact-header div.h1-tag a {
            font-size: 40px;
            font-weight: 700;
            margin-left: 0.78571rem; } }
    .custom-request-modal-form .modal-content .contact-header h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 18px;
      margin-top: 1rem; }
      .custom-request-modal-form .modal-content .contact-header h2 img {
        display: none; }
      @media (min-width: 1181px) {
        .custom-request-modal-form .modal-content .contact-header h2 {
          font-size: 24px; }
          .custom-request-modal-form .modal-content .contact-header h2 img {
            display: block;
            margin-right: 0.78571rem;
            width: 19px;
            height: 11px;
            position: relative;
            top: 3px; } }
    .custom-request-modal-form .modal-content > div > p {
      text-align: left;
      font-size: 16px; }
      @media (min-width: 750px) {
        .custom-request-modal-form .modal-content > div > p {
          text-align: center; } }
    .custom-request-modal-form .modal-content .form-footer--primary .ibwave-disclaimer {
      max-width: 100%;
      padding-right: 0.78571rem;
      padding-bottom: 1.5rem;
      position: relative;
      top: 6rem;
      font-size: 1rem; }
      @media (min-width: 551px) {
        .custom-request-modal-form .modal-content .form-footer--primary .ibwave-disclaimer {
          max-width: 280px;
          top: 2rem; } }
      @media (min-width: 1181px) {
        .custom-request-modal-form .modal-content .form-footer--primary .ibwave-disclaimer {
          max-width: 100%;
          font-size: 16px; } }
    .custom-request-modal-form .modal-content .form-header--secondary {
      padding-top: 1rem;
      padding-bottom: 0.5rem; }
      @media (min-width: 750px) {
        .custom-request-modal-form .modal-content .form-header--secondary {
          padding-bottom: 1rem; } }
      .custom-request-modal-form .modal-content .form-header--secondary h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        color: #068AC7;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center;
        margin-top: 0; }
        @media (min-width: 551px) {
          .custom-request-modal-form .modal-content .form-header--secondary h2 {
            font-size: 26px; } }
        @media (min-width: 1181px) {
          .custom-request-modal-form .modal-content .form-header--secondary h2 {
            font-size: 32px; } }
        .custom-request-modal-form .modal-content .form-header--secondary h2 svg {
          fill: #18B95B;
          width: 25px;
          height: 25px;
          margin-right: 1rem; }
          @media (min-width: 750px) {
            .custom-request-modal-form .modal-content .form-header--secondary h2 svg {
              width: 30px;
              height: 30px; } }
    .custom-request-modal-form .modal-content .form-footer--secondary {
      text-align: center; }
      .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance {
        padding: 1.85714rem 1.5rem 4rem;
        margin-bottom: 3rem;
        font-size: 16px;
        font-weight: 700;
        background-color: #EDF1F5;
        color: #000000; }
        @media (min-width: 551px) {
          .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance {
            font-size: 20px; } }
        .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance img {
          display: block;
          max-width: 130px;
          max-height: 49px;
          margin: 0.78571rem auto 2.28571rem; }
          @media (min-width: 551px) {
            .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance img {
              max-width: 155px;
              max-height: 58px; } }
        .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance a {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          text-decoration: none;
          color: #000000;
          font-weight: 700;
          margin-top: 0; }
          @media (min-width: 551px) {
            .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance a {
              font-size: 20px; } }
          @media (min-width: 1181px) {
            .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance a {
              display: block;
              margin-top: 0.28571rem;
              font-size: 20px; }
              .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance a svg {
                display: none; } }
          .custom-request-modal-form .modal-content .form-footer--secondary .need-assistance a svg {
            fill: #5479A6;
            width: 25px;
            height: 25px;
            margin-right: 0.5rem; }
      .custom-request-modal-form .modal-content .form-footer--secondary .close-form .button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0 !important;
        right: 0;
        margin: 0 auto;
        width: 215px;
        height: 42px;
        font-weight: 700;
        border-radius: 0;
        color: white;
        border: 0;
        background: #E12179;
        font-size: 15px;
        cursor: pointer; }
        .custom-request-modal-form .modal-content .form-footer--secondary .close-form .button:hover, .custom-request-modal-form .modal-content .form-footer--secondary .close-form .button:focus {
          background-color: #A71C56; }
  .custom-request-modal-form .hbspt-form {
    position: relative;
    background-color: #EDF1F5;
    padding: 2rem 1rem 1.5rem; }
    @media (min-width: 1181px) {
      .custom-request-modal-form .hbspt-form {
        padding: 2rem 2.5rem 2.5rem; } }
    .custom-request-modal-form .hbspt-form .submitted-message {
      overflow: initial;
      font-weight: 300;
      font-size: 15px; }
    .custom-request-modal-form .hbspt-form form {
      overflow: hidden; }
    .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] {
      max-width: 100%; }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] > div {
        margin-bottom: 1rem; }
        @media (min-width: 750px) {
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] > div {
            padding-left: 1rem;
            padding-right: 1rem; } }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-3 > div {
        width: 100%; }
        @media (min-width: 750px) {
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-3 > div {
            width: 33.33333%; } }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-2 > div {
        width: 100%; }
        @media (min-width: 750px) {
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-2 > div {
            width: 50%; } }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .hs_upload_floor_plan {
        margin-bottom: 1.5rem !important;
        display: none !important; }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .hs_upload_more_files {
        display: none !important; }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input {
        margin-right: 0; }
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select {
          border: 1px solid #A9AFB6;
          border-radius: 0;
          height: 36px;
          outline: none;
          width: 100%;
          padding: 0.21429rem 0.78571rem; }
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"]:hover, .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"]:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"]:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"]:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select:focus {
            border: 1px solid #068AC7; }
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select.error {
            border: 1px solid #990642; }
    .custom-request-modal-form .hbspt-form textarea {
      width: 100% !important;
      min-height: 90px;
      padding: 1rem; }
    .custom-request-modal-form .hbspt-form div[class*='hs_upload_'] .input {
      display: none; }
    .custom-request-modal-form .hbspt-form .mock-upload-button {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .custom-request-modal-form .hbspt-form .mock-upload-button .btn {
        font-size: 15px;
        background-color: #F1F2F5;
        border: 1px solid #6691B7;
        border-radius: 4px;
        padding: 0.5rem 1.71429rem;
        margin-right: 0.71429rem;
        color: #5379A6;
        cursor: pointer; }
      .custom-request-modal-form .hbspt-form .mock-upload-button .desc {
        font-size: 1rem;
        color: #66737E; }
      .custom-request-modal-form .hbspt-form .mock-upload-button.active .btn {
        color: #A9AFB6;
        border-color: #A9AFB6; }
      .custom-request-modal-form .hbspt-form .mock-upload-button.active .desc {
        color: black;
        font-size: 15px;
        font-weight: 700; }
    .custom-request-modal-form .hbspt-form .hs_solution_selection {
      margin-bottom: 0.78571rem; }
    .custom-request-modal-form .hbspt-form .hs-form-checkbox {
      margin-top: 1rem; }
    .custom-request-modal-form .hbspt-form .hs-form-radio input {
      margin-right: 0.35714rem; }
    .custom-request-modal-form .hbspt-form .hs-form-checkbox-display .hs-input {
      display: none; }
      .custom-request-modal-form .hbspt-form .hs-form-checkbox-display .hs-input:hover + span::before {
        border-color: #068AC7; }
      .custom-request-modal-form .hbspt-form .hs-form-checkbox-display .hs-input:checked + span::before {
        background: #068AC7 url("../img/icons/checkmark-white.svg") 50% 50% no-repeat;
        background-size: 14px; }
    .custom-request-modal-form .hbspt-form .hs-form-checkbox-display span {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .custom-request-modal-form .hbspt-form .hs-form-checkbox-display span::before {
        content: "";
        width: 25px;
        height: 25px;
        border: 1px solid #A9AFB6;
        background-color: white;
        margin-right: 0.78571rem; }
    .custom-request-modal-form .hbspt-form .submitted-message {
      text-align: center; }
      .custom-request-modal-form .hbspt-form .submitted-message p {
        margin-bottom: 0; }
  .custom-request-modal-form label {
    display: block;
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    padding-bottom: 0.35714rem; }
    .custom-request-modal-form label.hs-form-checkbox-display {
      font-size: 16px;
      color: black;
      padding-bottom: 0; }
  .custom-request-modal-form .hs-form-required {
    color: #990642; }
  .custom-request-modal-form .hs-error-msgs label {
    font-size: 13px;
    color: #990642;
    padding-top: 0.28571rem;
    padding-bottom: 0; }
  .custom-request-modal-form ul.inputs-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .custom-request-modal-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url("../img/icons/arrow-dropdown.svg") calc(100% - 10px) 50% no-repeat;
    background-size: 13px 13px; }
  .custom-request-modal-form .hs_submit {
    position: absolute;
    bottom: -5rem;
    bottom: -4.5rem;
    right: 0;
    z-index: 10; }
    .custom-request-modal-form .hs_submit .hs-button {
      text-transform: uppercase;
      width: 215px;
      height: 42px;
      border: 0;
      border-radius: 0;
      color: white;
      background: #E12179;
      font-size: 15px;
      cursor: pointer; }
      .custom-request-modal-form .hs_submit .hs-button:hover, .custom-request-modal-form .hs_submit .hs-button:focus {
        background-color: #A71C56; }
  .custom-request-modal-form .call-us-now {
    max-width: 300px;
    margin-top: 2.28571rem; }
    .custom-request-modal-form .call-us-now a {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      color: #068AC7;
      font-weight: 700; }
      .custom-request-modal-form .call-us-now a .icon-phone-rounded {
        fill: #5479A6;
        border: 1px solid #5479A6;
        border-radius: 100%;
        width: 32px;
        height: 32px;
        padding: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: -0.35714rem; }
      .custom-request-modal-form .call-us-now a strong {
        font-size: 20px;
        margin-left: 0.28571rem; }
    .custom-request-modal-form .call-us-now .mobile {
      display: initial; }
      @media (min-width: 750px) {
        .custom-request-modal-form .call-us-now .mobile {
          display: none; } }
    .custom-request-modal-form .call-us-now .desktop {
      display: none; }
      @media (min-width: 750px) {
        .custom-request-modal-form .call-us-now .desktop {
          display: initial; } }
  .custom-request-modal-form .service-type {
    background-color: #068AC7;
    padding: 1rem 2rem; }
    @media (min-width: 750px) {
      .custom-request-modal-form .service-type {
        display: flex;
        flex-flow: row wrap;
        align-items: center; } }
    @media (min-width: 1181px) {
      .custom-request-modal-form .service-type {
        padding: 1rem 3.5rem; } }
    .custom-request-modal-form .service-type span {
      display: block;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      color: white;
      margin-bottom: 0.35714rem; }
      @media (min-width: 750px) {
        .custom-request-modal-form .service-type span {
          margin-bottom: 0;
          margin-right: 1.5rem; } }
    .custom-request-modal-form .service-type select {
      flex: 1;
      height: 36px;
      outline: none;
      border: 0;
      border-radius: 0;
      padding: 0.21429rem 2.1rem 0.21429rem 0.78571rem;
      background-image: url("../img/icons/arrow-dropdown.svg");
      background-position: calc(100% - 14px) 50%;
      cursor: pointer; }
      @media (min-width: 750px) {
        .custom-request-modal-form .service-type select {
          margin-right: 6rem; } }
    .custom-request-modal-form .service-type .or-callus {
      display: none;
      align-items: center;
      margin-top: 0.35714rem;
      font-weight: 700;
      color: #ffffff; }
      @media (min-width: 750px) {
        .custom-request-modal-form .service-type .or-callus {
          display: flex;
          margin-top: 0; } }
      .custom-request-modal-form .service-type .or-callus a {
        display: inline-flex;
        align-items: center;
        margin-left: 0.78571rem;
        font-size: 16px;
        font-weight: 700;
        color: #FFF; }
        @media (min-width: 1181px) {
          .custom-request-modal-form .service-type .or-callus a {
            font-size: 18px; } }
      .custom-request-modal-form .service-type .or-callus svg {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 0.78571rem;
        fill: #FFF;
        border: 2px solid #FFF;
        padding: 5px; }
  @media (min-width: 750px) {
    .custom-request-modal-form#requestFloorPlan-modal .form-columns-1:nth-child(4), .custom-request-modal-form#requestSurveyService-modal .form-columns-1:nth-child(4), .custom-request-modal-form#requestInstallation-modal .form-columns-1:nth-child(4), .custom-request-modal-form#requestConsultation-modal .form-columns-1:nth-child(4) {
      float: left;
      width: 50%; } }
  @media all and (min-width: 750px), (max-width: 550px) {
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_more_files,
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_more_files_3, .custom-request-modal-form#requestSurveyService-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestSurveyService-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestSurveyService-modal .hs_upload_more_files,
    .custom-request-modal-form#requestSurveyService-modal .hs_upload_more_files_3, .custom-request-modal-form#requestInstallation-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestInstallation-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestInstallation-modal .hs_upload_more_files,
    .custom-request-modal-form#requestInstallation-modal .hs_upload_more_files_3, .custom-request-modal-form#requestConsultation-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestConsultation-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestConsultation-modal .hs_upload_more_files,
    .custom-request-modal-form#requestConsultation-modal .hs_upload_more_files_3 {
      float: none;
      width: 100%;
      margin-bottom: 0.42857rem; } }
  .custom-request-modal-form#requestFloorPlan-modal .form-columns-2:nth-child(5), .custom-request-modal-form#requestSurveyService-modal .form-columns-2:nth-child(5), .custom-request-modal-form#requestInstallation-modal .form-columns-2:nth-child(5), .custom-request-modal-form#requestConsultation-modal .form-columns-2:nth-child(5) {
    margin-bottom: 0; }
    .custom-request-modal-form#requestFloorPlan-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestSurveyService-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestInstallation-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestConsultation-modal .form-columns-2:nth-child(5)::before {
      content: "Upload Floor Plans:";
      display: block;
      text-transform: uppercase;
      font-size: 1rem;
      color: #000000;
      padding-bottom: 0.21429rem; }
      @media (min-width: 750px) {
        .custom-request-modal-form#requestFloorPlan-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestSurveyService-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestInstallation-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestConsultation-modal .form-columns-2:nth-child(5)::before {
          padding-left: 1rem; } }
  .custom-request-modal-form#requestFloorPlan-modal textarea, .custom-request-modal-form#requestSurveyService-modal textarea, .custom-request-modal-form#requestInstallation-modal textarea, .custom-request-modal-form#requestConsultation-modal textarea {
    height: 136px; }
  .custom-request-modal-form#requestFloorPlan-modal .modal-close, .custom-request-modal-form#requestSurveyService-modal .modal-close, .custom-request-modal-form#requestInstallation-modal .modal-close, .custom-request-modal-form#requestConsultation-modal .modal-close {
    top: 0; }
    @media (min-width: 481px) {
      .custom-request-modal-form#requestFloorPlan-modal .modal-close, .custom-request-modal-form#requestSurveyService-modal .modal-close, .custom-request-modal-form#requestInstallation-modal .modal-close, .custom-request-modal-form#requestConsultation-modal .modal-close {
        top: 1.05rem; } }

.custom-request-modal-form--new .or-callus {
  display: none !important; }

@media (min-width: 750px) {
  .custom-request-modal-form--new .service-type select {
    margin-right: 0; } }

@media (min-width: 1181px) {
  .custom-request-modal-form--new .service-type {
    padding-left: 12rem;
    padding-right: 12rem; } }

.coupons-and-discounts .page-main-header {
  height: 270px;
  background: linear-gradient(90deg, #1F253A 0%, #232B47 100%); }
  .coupons-and-discounts .page-main-header .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(https://www.signalboosters.com/content/images/coupons-small-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  @media (min-width: 551px) {
    .coupons-and-discounts .page-main-header .inner {
      background-position: left center;
      background-size: cover;
      background-image: url(https://www.signalboosters.com/content/images/coupons-big-bg.png); } }
  @media (max-width: 1080px) {
    .coupons-and-discounts .page-main-header {
      padding: 0; } }
  @media (max-width: 970px) {
    .coupons-and-discounts .page-main-header .inner {
      background-position: center; } }
  @media (max-width: 370px) {
    .coupons-and-discounts .page-main-header {
      background: linear-gradient(90deg, #1F253A 0%, #283255 28.93%, #3960A4 67.63%, #232B47 100%); }
      .coupons-and-discounts .page-main-header .inner {
        background-position: center bottom; } }
  .coupons-and-discounts .page-main-header h1 {
    color: #FFFFFF;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 42px;
    text-align: left;
    margin: 0;
    top: 0;
    text-transform: none;
    padding: 5px 20px; }
    @media (min-width: 551px) {
      .coupons-and-discounts .page-main-header h1 {
        padding: 93px 0 0 90px;
        width: calc(100% - 90px);
        max-width: 1200px; } }

.coupons-and-discounts.newsletter-signup .page-main-header .inner {
  background-image: url(https://www.signalboosters.com/content/images/newsletter-small-bg.png); }
  @media (min-width: 551px) {
    .coupons-and-discounts.newsletter-signup .page-main-header .inner {
      background-image: url(https://www.signalboosters.com/content/images/newsletter-big-bg.png); } }

.coupons-and-discounts .section h2.section-title {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
  text-align: left;
  padding: 0 0 15px;
  margin: 0 15px; }
  @media (min-width: 551px) {
    .coupons-and-discounts .section h2.section-title {
      margin: 0; } }

.coupons-and-discounts .section p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 15px 15px; }
  @media (min-width: 551px) {
    .coupons-and-discounts .section p {
      margin: 0 0 15px; } }

.coupons-and-discounts .section .get-coupon {
  position: relative;
  background-color: rgba(31, 37, 58, 0.1);
  padding: 30px 40px 30px;
  margin-top: 25px; }
  @media (min-width: 551px) {
    .coupons-and-discounts .section .get-coupon {
      margin: 40px 0 35px;
      border-radius: 9px; }
      .coupons-and-discounts .section .get-coupon::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #D8D8D8;
        top: -25px;
        left: 0; }
      .coupons-and-discounts .section .get-coupon::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #D8D8D8;
        bottom: -35px;
        left: 0; } }
  .coupons-and-discounts .section .get-coupon .sub-title {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px; }

.coupons-and-discounts .section .coupons-and-discounts-cells {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell {
    display: inline-block;
    flex: none; }
    .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.left {
      order: 1;
      margin-left: -21px;
      margin-right: -21px;
      width: calc(100% + 42px); }
      @media (min-width: 551px) {
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.left {
          margin-left: 0;
          margin-right: 0;
          width: calc(100% - 375px); } }
      @media (min-width: 551px) and (max-width: 650px) {
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.left {
          width: calc(100% - 270px); } }
    .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right {
      background: linear-gradient(0deg, #1F253A 0%, #424F7D 100%);
      border-radius: 9px;
      padding: 25px 15px 20px;
      text-align: center;
      order: 3;
      width: 100%;
      margin-left: 0;
      margin-top: 35px; }
      @media (min-width: 551px) {
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right {
          order: 2;
          width: 300px;
          margin-left: 75px;
          margin-top: 65px; } }
      @media (min-width: 551px) and (max-width: 700px) {
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right {
          width: 240px;
          margin-left: 30px; } }
      .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right .sb-logo {
        height: 43px;
        width: 111px;
        margin: 0 auto 20px;
        display: block; }
      .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right .sub-heading {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 26px; }
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right .sub-heading span {
          color: #FF176F;
          font-size: 26px;
          line-height: 34px;
          display: block; }
      .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right .benefits {
        color: #FFFFFF;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 26px;
        margin: 20px 0 10px;
        padding-top: 5px;
        border-top: 1px solid #fff; }
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right .benefits span {
          display: block;
          font-weight: 300; }
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right .benefits strong {
          font-weight: 700; }
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.right .benefits .cell {
          margin-top: 20px; }
    .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.center {
      order: 2;
      margin-top: 35px;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      width: calc(100% + 3rem); }
      @media (min-width: 551px) {
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.center {
          width: 100%;
          order: 3;
          margin-right: 0;
          margin-left: 0; } }
      .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.center .home-carousel {
        display: none; }
      .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.center h2 {
        font-size: 16px;
        line-height: 21px;
        text-align: center; }
        @media (min-width: 551px) {
          .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.center h2 {
            font-size: 30px;
            line-height: 50px;
            text-align: left; } }
      @media (min-width: 1361px) {
        .coupons-and-discounts .section .coupons-and-discounts-cells .coupons-and-discounts-cell.center .container .home-marquee-row {
          width: calc(100% + 12rem);
          margin-left: -6rem;
          margin-right: -6rem; } }

.category-shopByCarriers .category-heading-left {
  width: 100%; }

@media (max-width: 749px) {
  .category-shopByCarriers .category-heading .category-heading-title {
    font-size: 18px; }
    .category-shopByCarriers .category-heading .category-heading-title b {
      font-size: 28px; } }

.category-shopByCarriers .category-carriers {
  font-size: 16px;
  background-color: #f2f2f2;
  padding-top: 1.85714rem;
  padding-bottom: 1.85714rem; }
  .category-shopByCarriers .category-carriers .category-carriers-list {
    display: flex;
    flex-flow: row wrap;
    padding: 0.35714rem 0 1rem; }
    .category-shopByCarriers .category-carriers .category-carriers-list a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48%;
      height: 100px;
      background: white;
      padding: 0.78571rem;
      box-sizing: border-box;
      margin-bottom: 4%;
      border: 1px solid #dfdfdf; }
      @media (min-width: 400px) {
        .category-shopByCarriers .category-carriers .category-carriers-list a {
          padding: 1.5rem; } }
      @media (min-width: 750px) {
        .category-shopByCarriers .category-carriers .category-carriers-list a {
          width: 32%;
          margin-bottom: 2%;
          height: 120px; } }
      @media (min-width: 1181px) {
        .category-shopByCarriers .category-carriers .category-carriers-list a {
          height: 150px; } }
      .category-shopByCarriers .category-carriers .category-carriers-list a:nth-child(odd) {
        margin-right: 4%; }
        @media (min-width: 750px) {
          .category-shopByCarriers .category-carriers .category-carriers-list a:nth-child(odd) {
            margin-right: 0; } }
      @media (min-width: 750px) {
        .category-shopByCarriers .category-carriers .category-carriers-list a:hover {
          border: 2px solid; }
        .category-shopByCarriers .category-carriers .category-carriers-list a.middle {
          margin-left: 2%;
          margin-right: 2%; } }
      .category-shopByCarriers .category-carriers .category-carriers-list a img {
        max-width: 80%;
        max-height: 80%; }
        @media (min-width: 551px) {
          .category-shopByCarriers .category-carriers .category-carriers-list a img {
            max-width: 150px;
            max-height: 50px; } }
        @media (min-width: 1181px) {
          .category-shopByCarriers .category-carriers .category-carriers-list a img {
            max-width: 170px;
            max-height: 65px; } }
      .category-shopByCarriers .category-carriers .category-carriers-list a.boost-mobile img {
        max-width: 100%; }
        @media (min-width: 551px) {
          .category-shopByCarriers .category-carriers .category-carriers-list a.boost-mobile img {
            max-width: 200px; } }
        @media (min-width: 1181px) {
          .category-shopByCarriers .category-carriers .category-carriers-list a.boost-mobile img {
            max-width: 220px; } }
      @media (min-width: 551px) {
        .category-shopByCarriers .category-carriers .category-carriers-list a.virgin-mobile img {
          max-height: 60px; } }
      @media (min-width: 1181px) {
        .category-shopByCarriers .category-carriers .category-carriers-list a.virgin-mobile img {
          max-height: 80px; } }
      .category-shopByCarriers .category-carriers .category-carriers-list a.t-mobile img, .category-shopByCarriers .category-carriers .category-carriers-list a.us-cellular img {
        max-width: 90%; }
        @media (min-width: 551px) {
          .category-shopByCarriers .category-carriers .category-carriers-list a.t-mobile img, .category-shopByCarriers .category-carriers .category-carriers-list a.us-cellular img {
            max-width: 180px; } }
        @media (min-width: 1181px) {
          .category-shopByCarriers .category-carriers .category-carriers-list a.t-mobile img, .category-shopByCarriers .category-carriers .category-carriers-list a.us-cellular img {
            max-width: 220px; } }
  .category-shopByCarriers .category-carriers .carriers-note.desktop {
    display: none; }
    @media (min-width: 1181px) {
      .category-shopByCarriers .category-carriers .carriers-note.desktop {
        display: block; } }
  .category-shopByCarriers .category-carriers .carriers-note.mobile {
    display: block;
    text-align: center;
    margin-top: 1rem; }
    @media (min-width: 1181px) {
      .category-shopByCarriers .category-carriers .carriers-note.mobile {
        display: none; } }
    .category-shopByCarriers .category-carriers .carriers-note.mobile a {
      display: block;
      margin: 1rem auto 0;
      width: 220px;
      text-align: center;
      text-transform: uppercase;
      font-size: 1rem;
      background: white;
      padding: 0.35714rem;
      border: 1px solid; }
  .category-shopByCarriers .category-carriers .font-small {
    font-size: 1rem; }
  .category-shopByCarriers .category-carriers #carrier-sidebarToggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.3s ease; }
    .category-shopByCarriers .category-carriers #carrier-sidebarToggle:hover {
      transform: scale(1.1); }
    .category-shopByCarriers .category-carriers #carrier-sidebarToggle img {
      width: 20px;
      height: 20px; }
  .category-shopByCarriers .category-carriers #carrier-map {
    opacity: 1 !important;
    transition: opacity 0.3s ease; }
  .category-shopByCarriers .category-carriers #carrier-loading {
    opacity: 1 !important;
    transition: opacity 0.3s ease; }

.category-shopByCarriers .category-solutions {
  padding-top: 0;
  background: white; }
  .category-shopByCarriers .category-solutions-heading {
    margin-top: 2.5rem; }

#carrier-mapboxPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto; }
  #carrier-mapboxPopup .mapbox-component-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
    padding: 20px; }
    @media (min-width: 1181px) {
      #carrier-mapboxPopup .mapbox-component-wrapper {
        margin: 40px auto;
        padding: 30px; } }
  #carrier-mapboxPopup .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 5px;
    z-index: 1001; }
    #carrier-mapboxPopup .close-button:hover {
      color: #333; }
  #carrier-mapboxPopup #carrier-geocoder-container {
    position: relative; }
    #carrier-mapboxPopup #carrier-geocoder-container .mapboxgl-ctrl-geocoder {
      width: 100%;
      max-width: none;
      box-shadow: none;
      border: 1px solid #ddd;
      border-radius: 4px; }
  #carrier-mapboxPopup #carrier-map {
    width: 100%;
    height: 500px;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative; }
  #carrier-mapboxPopup #carrier-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    background: white;
    padding: 15px;
    border-radius: 4px 0 0 4px;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    bottom: auto !important;
    right: auto !important;
    transition: transform 0.3s ease; }
    #carrier-mapboxPopup #carrier-sidebar.collapsed {
      transform: translateX(-100%); }
    #carrier-mapboxPopup #carrier-sidebar.has-content {
      display: block !important;
      transform: translateX(0); }
    @media (min-width: 1181px) {
      #carrier-mapboxPopup #carrier-sidebar {
        display: block; } }
    #carrier-mapboxPopup #carrier-sidebar h3 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 10px; }
      #carrier-mapboxPopup #carrier-sidebar h3 .toggle-icon {
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease;
        cursor: pointer; }
        #carrier-mapboxPopup #carrier-sidebar h3 .toggle-icon.rotate {
          transform: rotate(180deg); }
    #carrier-mapboxPopup #carrier-sidebar .results-list {
      margin-top: 10px;
      max-height: calc(100vh - 200px);
      overflow-y: auto; }
      #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border: 1px solid #b6c1cb;
        cursor: pointer;
        transition: background 0.3s, box-shadow 0.3s; }
        #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item:hover {
          background: #f0f4f8;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
        #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item.selected {
          background: #00adee;
          color: #FFF !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          border-left: 6px solid #0C84C0; }
          #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item.selected .carrier-name,
          #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item.selected .network-type,
          #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item.selected .distance {
            color: #FFF !important; }
        #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item .carrier-info {
          display: flex;
          flex-direction: column;
          gap: 2px;
          line-height: 16px; }
          #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item .carrier-info .carrier-name {
            font-size: 14px;
            font-weight: 600; }
          #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item .carrier-info .network-type {
            font-size: 12px;
            color: #555; }
        #carrier-mapboxPopup #carrier-sidebar .results-list .sidebar-item .distance {
          font-size: 14px;
          font-weight: bold;
          color: #0C84C0; }
  #carrier-mapboxPopup #carrier-sidebarToggle {
    position: absolute;
    top: 50%;
    left: 300px;
    transform: translateY(-50%);
    background: white;
    border: none;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 60px; }
    #carrier-mapboxPopup #carrier-sidebarToggle img {
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease; }
      #carrier-mapboxPopup #carrier-sidebarToggle img.rotate {
        transform: rotate(180deg); }
  #carrier-mapboxPopup #carrier-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1001; }
  #carrier-mapboxPopup #carrier-status-message {
    display: none;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    background: #f8f9fa;
    color: #666; }
  #carrier-mapboxPopup #carrier-ctaSection {
    display: none;
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    margin-top: 15px; }
    #carrier-mapboxPopup #carrier-ctaSection h3 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 1rem; }
    #carrier-mapboxPopup #carrier-ctaSection .button {
      margin: 10px; }

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group {
  margin: 10px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

@media (max-width: 749px) {
  #carrier-mapboxPopup .mapbox-component-wrapper {
    width: 95%;
    margin: 10px auto;
    padding: 15px; }
  #carrier-mapboxPopup #carrier-map {
    height: 400px; }
  #carrier-mapboxPopup #carrier-sidebar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: none;
    border-radius: 4px 0 0 4px; }
    #carrier-mapboxPopup #carrier-sidebar.collapsed {
      transform: translateX(-100%); }
  #carrier-mapboxPopup #carrier-sidebarToggle {
    left: 0;
    top: auto;
    bottom: 20px;
    transform: none;
    border-radius: 4px;
    width: 40px;
    height: 40px; } }

.carrier-mapbox-component {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden; }
  .carrier-mapbox-component .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: white;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: transform 0.3s ease;
    overflow-y: auto; }
    .carrier-mapbox-component .sidebar.has-content {
      display: block !important; }
    .carrier-mapbox-component .sidebar .sidebar-header {
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      user-select: none; }
      .carrier-mapbox-component .sidebar .sidebar-header h3 {
        margin: 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333;
        transition: color 0.3s ease; }
        .carrier-mapbox-component .sidebar .sidebar-header h3:hover {
          color: #0066cc; }
        .carrier-mapbox-component .sidebar .sidebar-header h3 .toggle-icon {
          width: 20px;
          height: 20px;
          transition: transform 0.3s ease; }
    .carrier-mapbox-component .sidebar .results-list .sidebar-item {
      padding: 10px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: background-color 0.2s ease; }
      .carrier-mapbox-component .sidebar .results-list .sidebar-item:hover {
        background-color: #f5f5f5; }
      .carrier-mapbox-component .sidebar .results-list .sidebar-item.selected {
        background-color: #e3f2fd; }
      .carrier-mapbox-component .sidebar .results-list .sidebar-item .tower-name {
        font-weight: 600;
        margin-bottom: 5px; }
      .carrier-mapbox-component .sidebar .results-list .sidebar-item .tower-details {
        font-size: 14px;
        color: #666; }
    .carrier-mapbox-component .sidebar.collapsed {
      transform: translateX(-300px); }
      .carrier-mapbox-component .sidebar.collapsed .toggle-icon {
        transform: rotate(180deg); }
  @media (min-width: 1181px) {
    .carrier-mapbox-component {
      height: 600px; }
      .carrier-mapbox-component .sidebar {
        width: 350px; }
        .carrier-mapbox-component .sidebar.collapsed {
          transform: translateX(-350px); } }

.carrier-marquee {
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .carrier-marquee {
      padding: 80px 0; } }
  .carrier-marquee::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .carrier-marquee .container {
    position: relative;
    z-index: 2; }
  .carrier-marquee .carrier-marquee-content {
    max-width: 100%;
    color: #ffffff; }
    @media (min-width: 768px) {
      .carrier-marquee .carrier-marquee-content {
        max-width: 800px; } }
    .carrier-marquee .carrier-marquee-content h1 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 1rem;
      line-height: 1;
      color: #ffffff; }
      .carrier-marquee .carrier-marquee-content h1 br {
        display: none; }
        @media (min-width: 768px) {
          .carrier-marquee .carrier-marquee-content h1 br {
            display: inline; } }
      @media (min-width: 768px) {
        .carrier-marquee .carrier-marquee-content h1 {
          font-size: 60px;
          margin-bottom: 1.5rem; } }
      @media (min-width: 992px) {
        .carrier-marquee .carrier-marquee-content h1 {
          font-size: 80px;
          line-height: 1; } }
    .carrier-marquee .carrier-marquee-content p {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 1.5rem;
      color: #ffffff;
      opacity: 0.9; }
      @media (min-width: 768px) {
        .carrier-marquee .carrier-marquee-content p {
          font-size: 24px;
          margin-bottom: 2rem; } }
      @media (min-width: 992px) {
        .carrier-marquee .carrier-marquee-content p {
          font-size: 30px; } }
  .carrier-marquee .carrier-marquee-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem; }
    .carrier-marquee .carrier-marquee-buttons .button {
      width: 100%;
      max-width: 600px;
      padding: 1.25rem 2.5rem;
      font-size: 1.25rem;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      text-align: center; }
      @media (min-width: 768px) {
        .carrier-marquee .carrier-marquee-buttons .button {
          padding: 1.5rem 3rem;
          font-size: 1.5rem; } }

.product-builder-layout {
  padding-top: 1.5rem;
  font-family: Roboto; }
  .product-builder-layout .page-heading {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    color: #000;
    padding: 3.5rem 0 1rem 0;
    margin: 0;
    text-transform: uppercase; }
  .product-builder-layout .page-phone {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 3rem; }
  .product-builder-layout #CableApp {
    font-size: 16px;
    color: #000; }
    .product-builder-layout #CableApp .dropdown-step,
    .product-builder-layout #CableApp .input-step {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 3rem;
      font-weight: 600;
      background-color: #e1e1e1; }
    .product-builder-layout #CableApp .dropdown-container {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      margin-bottom: 2rem; }
      .product-builder-layout #CableApp .dropdown-container[class*=selected] .dropdown-step {
        background-color: #23A3D5;
        color: #fff; }
      @media (min-width: 551px) {
        .product-builder-layout #CableApp .dropdown-container {
          width: 22.92857rem; } }
      @media only screen and (min-width: 1080px) {
        .product-builder-layout #CableApp .dropdown-container {
          margin-bottom: 0; } }
      .product-builder-layout #CableApp .dropdown-container > svg {
        position: absolute;
        display: none;
        bottom: -2rem;
        left: 50%;
        right: 0;
        transform: translate(-50%, 0%); }
        @media (min-width: 551px) {
          .product-builder-layout #CableApp .dropdown-container > svg {
            display: block; } }
      .product-builder-layout #CableApp .dropdown-container .field-dropdown {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        border: 1px solid #b4b8ab; }
        .product-builder-layout #CableApp .dropdown-container .field-dropdown.is-closed dd {
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s linear 300ms, opacity 300ms; }
        .product-builder-layout #CableApp .dropdown-container .field-dropdown.is-open dd {
          visibility: visible;
          opacity: 1;
          transition: visibility 0s linear 0s, opacity 300ms; }
        .product-builder-layout #CableApp .dropdown-container .field-dropdown a {
          color: black;
          font-weight: 600;
          text-transform: uppercase; }
        .product-builder-layout #CableApp .dropdown-container .field-dropdown dt {
          display: flex;
          margin-bottom: 0;
          height: 4.71429rem; }
          .product-builder-layout #CableApp .dropdown-container .field-dropdown dt a {
            display: flex;
            width: calc(100% - 42px);
            align-items: center;
            padding-left: 0.78571rem; }
        .product-builder-layout #CableApp .dropdown-container .field-dropdown dd {
          position: absolute;
          background-color: white;
          border: 1px solid #b4b8ab;
          left: -1px;
          right: -1px;
          z-index: 20; }
          .product-builder-layout #CableApp .dropdown-container .field-dropdown dd ul {
            list-style-type: none;
            margin: 0;
            padding: 0; }
            .product-builder-layout #CableApp .dropdown-container .field-dropdown dd ul li a {
              display: block;
              padding: 1.28571rem 0 1rem 3.78571rem;
              border-bottom: 1px solid #b4b8ab; }
              .product-builder-layout #CableApp .dropdown-container .field-dropdown dd ul li a:hover, .product-builder-layout #CableApp .dropdown-container .field-dropdown dd ul li a:focus {
                background-color: #23A3D5;
                color: #fff; }
            .product-builder-layout #CableApp .dropdown-container .field-dropdown dd ul li:last-child a {
              border-bottom: 0; }
    .product-builder-layout #CableApp .order-customizer-section {
      display: flex;
      flex-flow: column;
      margin-top: 1rem;
      padding-top: 1rem; }
      @media (min-width: 551px) {
        .product-builder-layout #CableApp .order-customizer-section {
          padding-top: 3rem;
          padding-bottom: 3rem;
          border-top: 1px solid #b4b8ab;
          border-bottom: 1px solid #b4b8ab; } }
    .product-builder-layout #CableApp .dropdown-section.step-one {
      order: 1;
      display: flex;
      justify-content: center; }
    .product-builder-layout #CableApp .dropdown-section.step-rest {
      order: 2;
      display: flex;
      flex-flow: column; }
      @media (min-width: 551px) {
        .product-builder-layout #CableApp .dropdown-section.step-rest {
          flex-flow: row;
          justify-content: space-between; } }
      .product-builder-layout #CableApp .dropdown-section.step-rest .dropdown-container:first-child > svg {
        margin-left: -1.78571rem; }
      .product-builder-layout #CableApp .dropdown-section.step-rest .dropdown-container:last-child > svg {
        margin-left: 1.78571rem; }
    .product-builder-layout #CableApp .cable-preview-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 3rem 0 4rem;
      order: 4; }
      @media (min-width: 551px) {
        .product-builder-layout #CableApp .cable-preview-section {
          order: 3;
          padding: 4.5rem 6rem 3rem; } }
      .product-builder-layout #CableApp .cable-preview-section .cable-connector-left,
      .product-builder-layout #CableApp .cable-preview-section .cable-connector-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6.85714rem;
        position: relative; }
      .product-builder-layout #CableApp .cable-preview-section .cable-connector-left img,
      .product-builder-layout #CableApp .cable-preview-section .cable-connector-right img {
        position: absolute;
        max-width: none;
        z-index: 10;
        width: 122%;
        margin-top: 4px; }
      .product-builder-layout #CableApp .cable-preview-section .cable-connector-left img {
        right: -30px;
        left: initial; }
      .product-builder-layout #CableApp .cable-preview-section .cable-connector-right img {
        left: -30px; }
      .product-builder-layout #CableApp .cable-preview-section .cable-type {
        display: flex;
        position: relative;
        width: calc(100% - 192px);
        height: 1.71429rem; }
        .product-builder-layout #CableApp .cable-preview-section .cable-type.cable-selected {
          background: url(https://www.signalboosters.com/content/images/pages/products/product-builder/cable.png) 50% 0 no-repeat;
          background-size: 100% 24px; }
          .product-builder-layout #CableApp .cable-preview-section .cable-type.cable-selected.white {
            background: url(https://www.signalboosters.com/content/images/pages/products/product-builder/cable-white.png) 50% 0 no-repeat; }
          .product-builder-layout #CableApp .cable-preview-section .cable-type.cable-selected::before {
            content: none; }
        .product-builder-layout #CableApp .cable-preview-section .cable-type::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          height: 1.71429rem;
          background-color: #b4b8ab; }
    .product-builder-layout #CableApp .cable-connector-section {
      display: flex;
      align-items: center;
      justify-content: center;
      order: 3; }
      @media (min-width: 551px) {
        .product-builder-layout #CableApp .cable-connector-section {
          order: 4; } }
      @media only screen and (min-width: 910px) {
        .product-builder-layout #CableApp .cable-connector-section {
          justify-content: space-between; } }
      .product-builder-layout #CableApp .cable-connector-section .connector-a-preview,
      .product-builder-layout #CableApp .cable-connector-section .connector-b-preview {
        display: none;
        justify-content: space-between; }
        @media only screen and (min-width: 910px) {
          .product-builder-layout #CableApp .cable-connector-section .connector-a-preview,
          .product-builder-layout #CableApp .cable-connector-section .connector-b-preview {
            display: flex; } }
        .product-builder-layout #CableApp .cable-connector-section .connector-a-preview .connector-preview-image,
        .product-builder-layout #CableApp .cable-connector-section .connector-b-preview .connector-preview-image {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 6.28571rem;
          height: 6.28571rem;
          background-color: #f2f2f2;
          margin-right: 1.71429rem; }
          .product-builder-layout #CableApp .cable-connector-section .connector-a-preview .connector-preview-image:last-child,
          .product-builder-layout #CableApp .cable-connector-section .connector-b-preview .connector-preview-image:last-child {
            margin-right: 0; }
      .product-builder-layout #CableApp .cable-connector-section .connector-b-preview .connector-preview-image img {
        transform: scaleX(-1); }
      .product-builder-layout #CableApp .cable-connector-section .input-container {
        position: relative;
        width: 100%; }
        @media (min-width: 551px) {
          .product-builder-layout #CableApp .cable-connector-section .input-container {
            width: auto; } }
        .product-builder-layout #CableApp .cable-connector-section .input-container.input-length-updated .input-step {
          background-color: #23A3D5;
          color: #fff; }
        .product-builder-layout #CableApp .cable-connector-section .input-container > svg {
          display: none;
          position: absolute;
          top: -1.71429rem;
          left: 0;
          right: 0;
          margin: auto;
          transform: rotate(180deg); }
          @media (min-width: 551px) {
            .product-builder-layout #CableApp .cable-connector-section .input-container > svg {
              display: block; } }
        .product-builder-layout #CableApp .cable-connector-section .input-container .input-label {
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 0.35714rem; }
        .product-builder-layout #CableApp .cable-connector-section .input-container .input-form {
          display: flex;
          height: 4.71429rem;
          border: 1px solid #b4b8ab;
          margin-bottom: 1rem;
          font-weight: 600;
          width: 100%; }
          @media (min-width: 551px) {
            .product-builder-layout #CableApp .cable-connector-section .input-container .input-form {
              max-width: 15rem; } }
          .product-builder-layout #CableApp .cable-connector-section .input-container .input-form .input-length-field {
            width: 7.14286rem;
            text-align: center;
            border: 0;
            padding: 0 1rem; }
            @media (min-width: 551px) {
              .product-builder-layout #CableApp .cable-connector-section .input-container .input-form .input-length-field {
                width: calc(100% - 84px); } }
          .product-builder-layout #CableApp .cable-connector-section .input-container .input-form .input-suffix {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 3rem; }
        .product-builder-layout #CableApp .cable-connector-section .input-container .input-value-meters {
          text-align: right; }
    .product-builder-layout #CableApp .order-section {
      display: flex;
      flex-flow: column;
      padding-bottom: 6rem; }
      @media (min-width: 551px) {
        .product-builder-layout #CableApp .order-section {
          padding-top: 3rem; } }
      @media (min-width: 1181px) {
        .product-builder-layout #CableApp .order-section {
          flex-flow: row wrap; } }
    .product-builder-layout #CableApp .order-summary-section {
      margin-bottom: 1.5rem; }
      @media (min-width: 1181px) {
        .product-builder-layout #CableApp .order-summary-section {
          margin-bottom: 0;
          width: 30%; } }
      .product-builder-layout #CableApp .order-summary-section h2 {
        margin: 0 0 1.21429rem;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000; }
      .product-builder-layout #CableApp .order-summary-section .order-details-list .item {
        display: flex;
        margin-bottom: 0.78571rem; }
        .product-builder-layout #CableApp .order-summary-section .order-details-list .item .label {
          margin-right: 0.35714rem; }
        .product-builder-layout #CableApp .order-summary-section .order-details-list .item .value {
          font-weight: 700; }
    @media (min-width: 1181px) {
      .product-builder-layout #CableApp .order-confirmation-section {
        width: 70%; } }
    .product-builder-layout #CableApp .order-confirmation-section .order-instructions {
      margin-bottom: 1.5rem; }
      .product-builder-layout #CableApp .order-confirmation-section .order-instructions textarea {
        padding: 1.5rem 1.85714rem;
        border-color: #b4b8ab;
        width: 100%;
        min-height: 8.14286rem; }
        .product-builder-layout #CableApp .order-confirmation-section .order-instructions textarea::placeholder {
          font-size: 3rem;
          font-weight: 700;
          color: black; }
    .product-builder-layout #CableApp .order-confirmation-section .order-addtocart {
      display: flex;
      flex-flow: row wrap;
      width: 100%; }
      @media only screen and (min-width: 680px) {
        .product-builder-layout #CableApp .order-confirmation-section .order-addtocart {
          border: 1px solid #b4b8ab; } }
      .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .input-step {
        display: flex;
        width: 4.5rem;
        height: 4.71429rem;
        background-color: #23A3D5;
        color: #fff; }
      .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .quantity-wrapper {
        padding: 0;
        border: 1px solid #b4b8ab;
        width: calc(100% - 64px);
        height: 4.71429rem;
        margin-bottom: 1.5rem; }
        @media only screen and (min-width: 680px) {
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .quantity-wrapper {
            width: 16rem;
            border: 0;
            border-right: 1px solid #b4b8ab;
            margin-bottom: 0; } }
        .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .quantity-wrapper .form-field--increments {
          margin: 0; }
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .quantity-wrapper .form-field--increments .form-label {
            margin: 0 1rem;
            color: black;
            font-weight: 600; }
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .quantity-wrapper .form-field--increments .form-input {
            font-weight: bold;
            font-size: 16px;
            padding: 11px 5px 9px;
            color: #000; }
      .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-price {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 4.71429rem;
        font-weight: 600;
        border: 1px solid #b4b8ab;
        color: #000; }
        @media only screen and (min-width: 400px) {
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-price {
            padding: 0;
            width: 13.42857rem; } }
        @media (min-width: 481px) {
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-price {
            width: calc(100% - 267px); } }
        @media only screen and (min-width: 680px) {
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-price {
            width: 13.42857rem;
            border: 0; } }
        .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-price span {
          text-transform: uppercase;
          padding-right: 0.35714rem; }
      .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-addtocart-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #DD2C79;
        border: 1px solid #DD2C79;
        color: #fff;
        height: 4.71429rem;
        transition: all 0.15s ease;
        cursor: pointer; }
        @media only screen and (min-width: 400px) {
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-addtocart-btn {
            width: calc(100% - 188px); } }
        @media (min-width: 481px) {
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-addtocart-btn {
            width: 19.07143rem; } }
        @media only screen and (min-width: 680px) {
          .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-addtocart-btn {
            width: calc(100% - 475px);
            margin-right: -1px; } }
        .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-addtocart-btn:hover, .product-builder-layout #CableApp .order-confirmation-section .order-addtocart .order-addtocart-btn:focus {
          background-color: white;
          border-color: black;
          color: #000; }
    .product-builder-layout #CableApp .order-confirmation-section > span {
      display: block;
      text-align: right;
      margin-top: 10px; }
    .product-builder-layout #CableApp .quantity-wrapper {
      border-top: 1px solid #D8D8D8;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-builder-layout #CableApp .quantity-wrapper .form-field {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin: 0 0 1.5rem 0; }
        .product-builder-layout #CableApp .quantity-wrapper .form-field .form-label {
          color: #979797;
          font-size: 1rem;
          letter-spacing: 0;
          line-height: 1.28571rem;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          margin: 0 1.28571rem 0 1.42857rem; }
        .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment {
          border: 0 none; }
          .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment button {
            border: 1px solid #979797;
            border-radius: 50%;
            width: 2.5rem;
            height: 2.5rem;
            position: relative; }
            .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment button::after, .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment button::before {
              position: absolute;
              content: "";
              background-color: #7b7b7b;
              top: 50%;
              left: 50%;
              -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment button::after {
              width: 3px;
              height: 13px; }
            .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment button::before {
              width: 13px;
              height: 3px; }
            .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment button[data-action=dec]::after {
              background-color: transparent; }
          .product-builder-layout #CableApp .quantity-wrapper .form-field .form-increment input {
            width: 3.28571rem;
            height: 2.5rem; }
        .product-builder-layout #CableApp .quantity-wrapper .form-field.form-field--increments {
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 551px) {
            .product-builder-layout #CableApp .quantity-wrapper .form-field.form-field--increments {
              margin-left: 0; } }
      .product-builder-layout #CableApp .quantity-wrapper .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; }

.boltonMarquee {
  font-family: Roboto;
  background: #398499;
  background: radial-gradient(circle, #398499 0%, #014455 90%); }
  @media (min-width: 1181px) {
    .boltonMarquee {
      background: radial-gradient(circle, #398499 0%, #014455 65%); } }
  .boltonMarquee.style-1 {
    background: #337bab;
    background: radial-gradient(circle, #337bab 0%, #284b63 90%); }
    @media (min-width: 1181px) {
      .boltonMarquee.style-1 {
        background: radial-gradient(circle, #337bab 0%, #284b63 65%); } }
  .boltonMarquee.style-2 {
    background: #b4b8ab;
    background: radial-gradient(circle, #dddedc 0%, #b4b8ab 90%); }
    @media (min-width: 1181px) {
      .boltonMarquee.style-2 {
        background: radial-gradient(circle, #dddedc 0%, #b4b8ab 65%); } }
    .boltonMarquee.style-2 .content {
      color: black; }
      @media only screen and (max-width: 767px) {
        .boltonMarquee.style-2 .content .short-description {
          text-transform: capitalize; } }
  .boltonMarquee.style-1 .content, .boltonMarquee.style-2 .content {
    background: url("./../img/common/bolton-logo-transparent-large.png") 50% 50% no-repeat;
    background-size: auto 80%;
    max-width: 47.14286rem; }
    @media (min-width: 1181px) {
      .boltonMarquee.style-1 .content, .boltonMarquee.style-2 .content {
        max-width: 58.57143rem; } }
  .boltonMarquee .content {
    text-align: center;
    color: white;
    line-height: initial;
    min-height: 14.28571rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 481px) {
      .boltonMarquee .content {
        min-height: 19.28571rem; } }
    .boltonMarquee .content .title {
      font-size: 29px;
      line-height: normal;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0.5rem;
      width: 100%; }
      @media (min-width: 481px) {
        .boltonMarquee .content .title {
          font-size: 50px; } }
      @media (min-width: 1181px) {
        .boltonMarquee .content .title {
          font-size: 58px; } }
    .boltonMarquee .content .short-description {
      font-size: 23px;
      line-height: normal;
      width: 49.28571rem;
      max-width: 100%; }
      @media (min-width: 481px) {
        .boltonMarquee .content .short-description {
          font-size: 29px; } }
      @media (min-width: 1181px) {
        .boltonMarquee .content .short-description {
          font-size: 44px; } }
  .boltonMarquee.style-3 {
    background: #337bab;
    background: radial-gradient(circle, #337bab 0%, #284b63 60%); }
    @media (min-width: 1181px) {
      .boltonMarquee.style-3 {
        background: #284b63; } }
    .boltonMarquee.style-3 .content {
      display: flex;
      flex-flow: column;
      text-align: left;
      align-items: stretch; }
      @media (min-width: 1181px) {
        .boltonMarquee.style-3 .content {
          flex-flow: row; } }
      .boltonMarquee.style-3 .content .heading {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 3rem 0 3.5rem; }
        @media (min-width: 1181px) {
          .boltonMarquee.style-3 .content .heading {
            padding: 4rem 0 5rem;
            align-items: flex-start;
            width: 50%; } }
        .boltonMarquee.style-3 .content .heading .title {
          text-align: center;
          max-width: 32.42857rem;
          color: #FFFFFF;
          font-size: 46px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 45px;
          text-transform: none; }
          @media (min-width: 1181px) {
            .boltonMarquee.style-3 .content .heading .title {
              text-align: left;
              max-width: 100%;
              margin-bottom: 1rem; } }
        .boltonMarquee.style-3 .content .heading .short-description {
          font-size: 43px;
          font-weight: 600;
          width: 100%;
          max-width: 27.14286rem;
          text-align: center; }
          @media (min-width: 1181px) {
            .boltonMarquee.style-3 .content .heading .short-description {
              text-align: left; } }
        .boltonMarquee.style-3 .content .heading .custom-image {
          display: flex;
          padding: 1.5rem 0 2rem; }
          @media (min-width: 1181px) {
            .boltonMarquee.style-3 .content .heading .custom-image {
              display: none; } }
          .boltonMarquee.style-3 .content .heading .custom-image img {
            max-width: 21.42857rem; }
      .boltonMarquee.style-3 .content .custom-image {
        display: none;
        width: 100%;
        justify-content: center;
        align-items: center; }
        @media (min-width: 1181px) {
          .boltonMarquee.style-3 .content .custom-image {
            display: flex;
            width: 50%;
            justify-content: flex-end;
            background: #337bab;
            background: radial-gradient(circle, #337bab 0%, #284b63 80%); } }

body .boltonProductAssistance {
  font-family: Roboto;
  background: #337bab;
  background: radial-gradient(circle, #337bab 0%, #284b63 60%);
  padding: 3rem 0; }
  body .boltonProductAssistance .content {
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 41px;
    color: white;
    text-align: center;
    width: 90%;
    max-width: 33rem;
    margin: auto; }
    @media (min-width: 551px) {
      body .boltonProductAssistance .content {
        max-width: 42.85714rem; } }
    @media (min-width: 1181px) {
      body .boltonProductAssistance .content {
        width: 100%;
        max-width: 100%; } }
    body .boltonProductAssistance .content a {
      color: white; }
      body .boltonProductAssistance .content a:hover {
        text-decoration: underline; }

.shoppingCategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 0; }
  @media (min-width: 1050px) {
    .shoppingCategories {
      padding: 2rem 0; } }

.shoppingCategory {
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 .5rem .75rem .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1F98C4;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }
  .shoppingCategory span {
    margin-left: .5rem;
    text-decoration: underline;
    text-align: center; }
  @media (min-width: 385px) and (max-width: 515px) {
    .shoppingCategory {
      width: 65px;
      font-size: 12px; } }
  @media (min-width: 1050px) {
    .shoppingCategory {
      flex-direction: row;
      width: inherit;
      margin: 0 1.5rem; } }

.shoppingCardsHeader {
  font-size: 28px;
  font-weight: 600; }

.shoppingCards {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem; }

.shoppingCard {
  width: 100%;
  border: 1px solid #CCC;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem; }
  @media (min-width: 800px) {
    .shoppingCard {
      width: calc(50% - 1.5rem);
      margin-left: .75rem;
      margin-right: .75rem; } }
  @media (min-width: 1000px) {
    .shoppingCard {
      width: calc(33.33% - 1.5rem); } }

.shoppingCard-image {
  padding: 1.5rem; }
  @media (min-width: 375px) and (max-width: 799px) {
    .shoppingCard-image {
      width: 35%;
      padding: 1.5rem 0 1.5rem .75rem; } }

.shoppingCard-details {
  padding: 1.5rem; }
  @media (min-width: 375px) and (max-width: 799px) {
    .shoppingCard-details {
      width: 65%;
      padding: 1.5rem .75rem; } }
  @media (min-width: 800px) {
    .shoppingCard-details {
      padding-top: 0;
      display: flex;
      flex-direction: column; } }

.shoppingCard-price {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 600;
  color: #000; }
  @media (min-width: 375px) and (max-width: 799px) {
    .shoppingCard-price {
      font-size: 16px; } }
  .shoppingCard-price .price-rrp {
    color: #DD2C79;
    font-size: 15px;
    text-decoration: line-through; }
    @media (min-width: 375px) and (max-width: 799px) {
      .shoppingCard-price .price-rrp {
        font-size: 12px; } }

.shoppingCard-label {
  background: #dd2c79;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  line-height: 15px;
  font-size: 15px;
  padding: 3px 10px;
  margin-left: 0.5rem; }

.shoppingCard-name {
  margin: .35rem 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px; }
  @media (min-width: 375px) and (max-width: 799px) {
    .shoppingCard-name {
      margin: .33rem 0;
      font-size: 16px;
      line-height: 20px; } }

.shoppingCard-text {
  display: none; }
  @media (min-width: 600px) {
    .shoppingCard-text {
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin: .35rem 0;
      color: #000; } }

.shoppingCard-button {
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  margin-top: .75rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #FFF !important;
  background: #08A3D7;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase; }
  .shoppingCard-button svg {
    fill: #fff;
    height: 20px;
    width: 20px;
    margin-left: 0.75rem; }
  @media (min-width: 800px) {
    .shoppingCard-button {
      margin-top: auto; } }

.shoppingGuarantees {
  padding: 2.28571rem 0 0 0;
  border-bottom: 1px solid #CCCDCD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .shoppingGuarantees > div {
    margin-bottom: 2.28571rem;
    line-height: 20px; }
    .shoppingGuarantees > div > div {
      max-width: 160px;
      margin-top: 1.14285rem;
      text-align: center; }

.shoppingGuarantees-logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4A4A4A; }
  .shoppingGuarantees-logo img {
    width: 127px;
    padding-bottom: 0.78571rem;
    margin-bottom: 0.78571rem;
    border-bottom: 1px solid #CCC; }
  @media (max-width: 400px) {
    .shoppingGuarantees-logo {
      width: 100%; } }
  @media (min-width: 800px) {
    .shoppingGuarantees-logo {
      width: 33.33%; } }
  @media (min-width: 1181px) {
    .shoppingGuarantees-logo {
      width: 20%; } }

.shoppingGuarantees-guarantee {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.35714rem;
  color: #000; }
  .shoppingGuarantees-guarantee .image {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .shoppingGuarantees-guarantee svg {
    width: 15px;
    height: 15px;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    flex-grow: 0;
    fill: #2BAFDB; }
  @media (max-width: 400px) {
    .shoppingGuarantees-guarantee {
      width: 100%; } }
  @media (min-width: 800px) {
    .shoppingGuarantees-guarantee {
      width: 33.33%; } }
  @media (min-width: 1181px) {
    .shoppingGuarantees-guarantee {
      width: 20%;
      border-left: 1px solid #CCC; } }

.shoppingEnterprise {
  background: linear-gradient(to right, #5D3F98, #558CE6);
  padding: 3rem 0; }
  .shoppingEnterprise .container {
    display: flex;
    flex-direction: column; }
    @media (max-width: 899px) {
      .shoppingEnterprise .container {
        max-width: 500px; } }
    @media (min-width: 900px) {
      .shoppingEnterprise .container {
        flex-direction: row; } }
  .shoppingEnterprise .cta-image {
    padding: 1.5rem;
    margin: 1.5rem auto;
    display: block;
    max-width: 350px; }
    @media (min-width: 900px) {
      .shoppingEnterprise .cta-image {
        width: 45%;
        max-width: 480px; } }
  @media (min-width: 900px) {
    .shoppingEnterprise .cta {
      width: 55%;
      padding-left: 1.5rem; } }
  .shoppingEnterprise .cta-heading {
    font-size: 40px;
    line-height: 54px;
    color: #FFF;
    font-weight: 600; }
    @media (min-width: 900px) {
      .shoppingEnterprise .cta-heading {
        max-width: 450px; } }
  .shoppingEnterprise .cta-subheading {
    color: #FFF;
    font-size: 28px;
    line-height: 42px;
    margin-top: 1.5rem;
    border-top: 1px solid #FFF;
    padding-top: 1.5rem; }
    @media (min-width: 900px) {
      .shoppingEnterprise .cta-subheading {
        max-width: 550px; } }
  .shoppingEnterprise .cta-link {
    display: block;
    padding: 14px 15px;
    margin: 1.5rem 0 2rem 0;
    border-radius: 5px;
    color: #FFF;
    background: #DD2C79;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    max-width: 432px; }

.shoppingCustomers {
  background-color: #3D4356; }
  .shoppingCustomers .section-title {
    color: #FFF; }

.shoppingCustomers-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem; }

.shoppingCustomer {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .75rem;
  margin-bottom: 1.5rem; }
  @media (min-wdith: 551px) {
    .shoppingCustomer {
      width: 33.33%; } }
  @media (min-width: 1181px) {
    .shoppingCustomer {
      width: 20%;
      margin-bottom: 3rem; } }
  .shoppingCustomer img {
    flex-shrink: 0;
    flex-grow: 0; }
  .shoppingCustomer .coca-cola {
    width: 135px;
    height: 44px; }
  .shoppingCustomer .hyatt {
    width: 136px;
    height: 33px; }
  .shoppingCustomer .lazboy {
    width: 193px;
    height: 35px; }
  .shoppingCustomer .ikea {
    width: 121px;
    height: 45px; }
  .shoppingCustomer .nike {
    width: 105px;
    height: 55px; }
  .shoppingCustomer .apple {
    width: 56px;
    height: 66px; }
  .shoppingCustomer .ge {
    width: 76px;
    height: 76px; }
  .shoppingCustomer .microsoft {
    width: 172px;
    height: 37px; }
  .shoppingCustomer .target {
    width: 65px;
    height: 83px; }
  .shoppingCustomer .pepsi {
    width: 62px;
    height: 83px; }
  .shoppingCustomer .campbells {
    width: 135px;
    height: 43px; }
  .shoppingCustomer .blue-bell {
    width: 94px;
    height: 68px; }
  .shoppingCustomer .public-storage {
    width: 115px;
    height: 61px; }
  .shoppingCustomer .marriott {
    width: 90px;
    height: 71px; }
  .shoppingCustomer .chevron {
    width: 65px;
    height: 74px; }

.shoppingDescription {
  padding: 1.5rem 0 3rem 0; }
  .shoppingDescription h2 {
    color: #000;
    font-size: 32px;
    line-height: 40px; }
  .shoppingDescription h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600; }
  .shoppingDescription p, .shoppingDescription li {
    font-size: 18px;
    color: #000; }

.desktop-upper-footer,
.subscription-form {
  display: none !important; }

.commercial-installation-landing .container {
  max-width: 107rem;
  padding: 0 1.5rem;
  margin: 0 auto; }

.commercial-installation-landing .step * {
  text-align: left !important; }

.commercial-installation-landing .process-steps .step h3 {
  text-align: left !important;
  display: block !important;
  width: 100% !important; }

.commercial-installation-landing .commercial-installation-marquee {
  color: #fff;
  background: #000; }
  .commercial-installation-landing .commercial-installation-marquee .container {
    padding: 2rem 0 0 0;
    background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/enterprise-install-landing-page-background.jpg") center center;
    background-size: cover; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-installation-marquee .container {
        padding: 3rem 0 0 0; } }
    @media (min-width: 991px) {
      .commercial-installation-landing .commercial-installation-marquee .container {
        padding: 4rem 0; } }
  .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-content {
        gap: 2.5rem; } }
    @media (min-width: 992px) {
      .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-content {
        flex-direction: row;
        align-items: center;
        gap: 3rem; } }
  .commercial-installation-landing .commercial-installation-marquee h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    margin: 0 0 1.25rem 0;
    color: #fff;
    text-align: left; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-installation-marquee h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 1rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-installation-marquee h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 1rem 0; } }
    @media (min-width: 1361px) {
      .commercial-installation-landing .commercial-installation-marquee h1 {
        font-size: 72px;
        line-height: 78px;
        margin-bottom: 3rem; } }
  .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-text {
    flex: 1;
    text-align: left;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-text {
        padding: 0; } }
    .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-text p {
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      color: #fff; }
      @media (min-width: 1024px) {
        .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-text p {
          font-size: 18px;
          line-height: 26px; } }
      @media (min-width: 1361px) {
        .commercial-installation-landing .commercial-installation-marquee .commercial-installation-marquee-text p {
          font-size: 20px;
          line-height: 28px; } }
  .commercial-installation-landing .commercial-installation-marquee .form-container {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .commercial-installation-landing .commercial-installation-marquee .form-container {
        max-width: calc(100% + 3rem) !important;
        width: calc(100% + 3rem) !important;
        margin-left: -1.5rem;
        background: #09a3d7; } }
    @media (min-width: 992px) {
      .commercial-installation-landing .commercial-installation-marquee .form-container {
        justify-content: flex-end; } }
    .commercial-installation-landing .commercial-installation-marquee .form-container .klaviyo-form {
      max-width: 100% !important;
      width: 100% !important; }
      @media (max-width: 767px) {
        .commercial-installation-landing .commercial-installation-marquee .form-container .klaviyo-form {
          flex-direction: column !important;
          padding: 12px 16px !important; } }
      @media (min-width: 1361px) {
        .commercial-installation-landing .commercial-installation-marquee .form-container .klaviyo-form {
          width: 87.5% !important;
          padding: 16px 32px !important; } }
    .commercial-installation-landing .commercial-installation-marquee .form-container [data-testid="form-row"] {
      max-width: 100% !important; }
      @media (max-width: 767px) {
        .commercial-installation-landing .commercial-installation-marquee .form-container [data-testid="form-row"] {
          flex-direction: column !important; }
          .commercial-installation-landing .commercial-installation-marquee .form-container [data-testid="form-row"] [data-testid="form-component"] {
            flex: 1 1 auto !important;
            max-width: 100% !important;
            padding: 8px 4px !important; } }
    @media (max-width: 767px) {
      .commercial-installation-landing .commercial-installation-marquee .form-container input, .commercial-installation-landing .commercial-installation-marquee .form-container button {
        font-size: 16px !important;
        height: 48px !important;
        padding: 0 12px !important; } }
    @media (max-width: 767px) {
      .commercial-installation-landing .commercial-installation-marquee .form-container [id*="rich-text"] p {
        font-size: 24px !important;
        line-height: 28px !important; } }
  .commercial-installation-landing .commercial-installation-marquee .help-cta-button {
    background: #0b7bb0 !important;
    border: none;
    color: #fff !important;
    padding: 0.875rem 1.5rem;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease; }
    .commercial-installation-landing .commercial-installation-marquee .help-cta-button:hover {
      background: #0a6a9a !important; }
    .commercial-installation-landing .commercial-installation-marquee .help-cta-button.is-wide {
      max-width: 320px; }

.commercial-installation-landing .commercial-benefits {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .commercial-installation-landing .commercial-benefits {
      padding: 3rem 0; } }
  @media (min-width: 1024px) {
    .commercial-installation-landing .commercial-benefits {
      padding: 6rem 0; } }
  .commercial-installation-landing .commercial-benefits .benefits-two-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-benefits .benefits-two-col {
        gap: 2.5rem;
        align-items: center;
        text-align: center; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-benefits .benefits-two-col {
        flex-direction: row;
        gap: 4rem;
        align-items: flex-start;
        justify-content: space-between;
        text-align: left; } }
  .commercial-installation-landing .commercial-benefits .benefits-image {
    flex: 1 1 100%;
    min-width: 0; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-benefits .benefits-image {
        flex: 0 0 60%;
        max-width: 60%;
        align-self: center; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-benefits .benefits-image {
        flex: 0 0 50%;
        max-width: 45%;
        align-self: flex-start; } }
    .commercial-installation-landing .commercial-benefits .benefits-image img {
      width: 100%;
      height: auto;
      display: block; }
      @media (min-width: 768px) {
        .commercial-installation-landing .commercial-benefits .benefits-image img {
          max-width: 400px;
          margin: 0 auto; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .commercial-benefits .benefits-image img {
          width: 100%;
          max-width: 100%;
          object-fit: contain;
          margin: 0; } }
  .commercial-installation-landing .commercial-benefits .benefits-content {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-benefits .benefits-content {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-benefits .benefits-content {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left; } }
    .commercial-installation-landing .commercial-benefits .benefits-content .bolton-logo {
      width: 140px;
      height: auto; }
      @media (min-width: 1181px) {
        .commercial-installation-landing .commercial-benefits .benefits-content .bolton-logo {
          width: 220px; } }
  .commercial-installation-landing .commercial-benefits .section-heading {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 1.5rem 0;
    text-align: left; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .commercial-installation-landing .commercial-benefits .section-heading {
        font-size: 2rem;
        line-height: 2.25rem;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-benefits .section-heading {
        font-size: 44px;
        line-height: 52px;
        margin: 2rem 0;
        max-width: 560px; } }
  .commercial-installation-landing .commercial-benefits .benefits-content > p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .commercial-installation-landing .commercial-benefits .benefits-content > p {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-benefits .benefits-content > p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 2rem; } }
  .commercial-installation-landing .commercial-benefits .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.5rem; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-benefits .benefits-grid {
        gap: 3rem 2.5rem; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-benefits .benefits-grid {
        gap: 4rem; } }
  .commercial-installation-landing .commercial-benefits .benefit-item {
    flex: 1 1 100%;
    text-align: left;
    padding: 1rem 0; }
    @media (min-width: 768px) {
      .commercial-installation-landing .commercial-benefits .benefit-item {
        flex: 1 1 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
        padding: 1.5rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .commercial-benefits .benefit-item {
        flex: 1 1 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
        padding: 2rem 0; } }
    .commercial-installation-landing .commercial-benefits .benefit-item h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 1rem 0;
      text-align: left;
      line-height: 1.3;
      word-wrap: break-word;
      hyphens: auto; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .commercial-installation-landing .commercial-benefits .benefit-item h3 {
          font-size: 1.25rem;
          line-height: 1.5rem;
          margin: 0 0 0.75rem 0; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .commercial-benefits .benefit-item h3 {
          font-size: 26px;
          line-height: 32px;
          margin: 0 0 1rem 0; } }
    .commercial-installation-landing .commercial-benefits .benefit-item p {
      color: #333;
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .commercial-installation-landing .commercial-benefits .benefit-item p {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .commercial-benefits .benefit-item p {
          font-size: 18px;
          line-height: 26px; } }

.commercial-installation-landing .healthcare-stories {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .commercial-installation-landing .healthcare-stories {
      padding: 3rem 0; } }
  @media (min-width: 1024px) {
    .commercial-installation-landing .healthcare-stories {
      padding: 4rem 0; } }
  .commercial-installation-landing .healthcare-stories .section-header {
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .commercial-installation-landing .healthcare-stories .section-header {
        margin-bottom: 2.5rem; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .healthcare-stories .section-header {
        margin-bottom: 3rem; } }
    .commercial-installation-landing .healthcare-stories .section-header__title {
      font-size: 26px;
      line-height: 32px;
      font-weight: 700;
      margin: 1.5rem 0;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .commercial-installation-landing .healthcare-stories .section-header__title {
          font-size: 2rem;
          line-height: 2.25rem;
          margin: 0 0 2rem 0; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .healthcare-stories .section-header__title {
          font-size: 44px;
          line-height: 52px;
          margin: 2rem 0; } }
  .commercial-installation-landing .healthcare-stories__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .commercial-installation-landing .healthcare-stories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin-bottom: 2.5rem; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .healthcare-stories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 4.5rem;
        margin-bottom: 3rem; } }
  .commercial-installation-landing .healthcare-stories__cta {
    text-align: center; }
    .commercial-installation-landing .healthcare-stories__cta .btn {
      background: #0b7bb0;
      color: #fff;
      padding: 0.875rem 2rem;
      border-radius: 0.5rem;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      border: none;
      cursor: pointer;
      transition: background 0.3s ease; }
      .commercial-installation-landing .healthcare-stories__cta .btn:hover {
        background: #0a6a96; }
  .commercial-installation-landing .healthcare-stories .case-study {
    background: #F3F6FA;
    border-radius: 0;
    overflow: hidden;
    transition: none !important; }
    .commercial-installation-landing .healthcare-stories .case-study__image {
      width: 100%;
      height: 250px;
      overflow: hidden; }
      .commercial-installation-landing .healthcare-stories .case-study__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .commercial-installation-landing .healthcare-stories .case-study__content {
      padding: 1.5rem; }
      @media (min-width: 1181px) {
        .commercial-installation-landing .healthcare-stories .case-study__content {
          padding: 3rem;
          display: flex;
          flex-direction: column;
          min-height: 350px; } }
    .commercial-installation-landing .healthcare-stories .case-study__title {
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 0.75rem 0;
      color: #333; }
      @media (min-width: 1024px) {
        .commercial-installation-landing .healthcare-stories .case-study__title {
          font-size: 24px;
          line-height: 30px; } }
    .commercial-installation-landing .healthcare-stories .case-study__description {
      color: #333;
      margin: 0 0 1rem 0;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .commercial-installation-landing .healthcare-stories .case-study__description {
          font-size: 18px;
          line-height: 26px; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .healthcare-stories .case-study__description {
          font-size: 18px;
          line-height: 26px; } }
    .commercial-installation-landing .healthcare-stories .case-study__meta {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin-bottom: 1rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .commercial-installation-landing .healthcare-stories .case-study__meta {
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .healthcare-stories .case-study__meta {
          font-size: 18px; } }
    .commercial-installation-landing .healthcare-stories .case-study__link {
      color: #0b7bb0;
      text-decoration: underline;
      font-weight: 400;
      font-size: 0.875rem;
      text-align: left;
      display: block; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .commercial-installation-landing .healthcare-stories .case-study__link {
          font-size: 1rem;
          line-height: 1.5rem; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .healthcare-stories .case-study__link {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1181px) {
        .commercial-installation-landing .healthcare-stories .case-study__link {
          margin-top: auto; } }

.commercial-installation-landing .enterprise-solutions-marquee {
  padding: 2rem 0;
  background: #1F253A; }
  @media (min-width: 768px) {
    .commercial-installation-landing .enterprise-solutions-marquee {
      padding: 3rem 0; } }
  @media (min-width: 1024px) {
    .commercial-installation-landing .enterprise-solutions-marquee {
      padding: 4rem 0; } }
  .commercial-installation-landing .enterprise-solutions-marquee .enterprise-solutions-marquee-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
    @media (min-width: 992px) {
      .commercial-installation-landing .enterprise-solutions-marquee .enterprise-solutions-marquee-content {
        grid-template-columns: 1.3fr 1fr;
        gap: 4rem; } }
  .commercial-installation-landing .enterprise-solutions-marquee .content-left h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: #FFF; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .commercial-installation-landing .enterprise-solutions-marquee .content-left h2 {
        font-size: 2rem;
        line-height: 2.25rem;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .enterprise-solutions-marquee .content-left h2 {
        font-size: 44px;
        line-height: 52px;
        margin: 0 0 2rem 0; } }
  .commercial-installation-landing .enterprise-solutions-marquee .content-left p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 0 0 1.5rem 0;
    color: #e5e7eb; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .commercial-installation-landing .enterprise-solutions-marquee .content-left p {
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .enterprise-solutions-marquee .content-left p {
        font-size: 20px;
        line-height: 26px; } }
  .commercial-installation-landing .enterprise-solutions-marquee .content-left .cta-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #e5e7eb; }
    @media (min-width: 1024px) {
      .commercial-installation-landing .enterprise-solutions-marquee .content-left .cta-text {
        font-size: 20px;
        line-height: 26px; } }
    .commercial-installation-landing .enterprise-solutions-marquee .content-left .cta-text .phone-link {
      color: #60a5fa;
      text-decoration: underline;
      font-weight: 600;
      cursor: pointer; }
      .commercial-installation-landing .enterprise-solutions-marquee .content-left .cta-text .phone-link:hover {
        color: #93c5fd;
        text-decoration: underline; }
  .commercial-installation-landing .enterprise-solutions-marquee .content-right {
    max-width: 100%;
    overflow: hidden; }
    .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container {
      max-width: 100%;
      overflow: hidden; }
      .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container .klaviyo-form {
        max-width: 100% !important;
        width: 100% !important; }
        @media (max-width: 767px) {
          .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container .klaviyo-form {
            flex-direction: column !important;
            padding: 12px 16px !important; } }
        @media (min-width: 1361px) {
          .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container .klaviyo-form {
            padding: 16px 32px !important; } }
      .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container [data-testid="form-row"] {
        max-width: 100% !important; }
        @media (max-width: 767px) {
          .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container [data-testid="form-row"] {
            flex-direction: column !important; }
            .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container [data-testid="form-row"] [data-testid="form-component"] {
              flex: 1 1 auto !important;
              max-width: 100% !important;
              padding: 8px 4px !important; } }
      @media (max-width: 767px) {
        .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container input, .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container button {
          font-size: 16px !important;
          height: 48px !important;
          padding: 0 12px !important; } }
      @media (max-width: 767px) {
        .commercial-installation-landing .enterprise-solutions-marquee .content-right .form-container #rich-text-01K5W1QQ26YBB3F96QZ10F2NYD p {
          font-size: 24px !important;
          line-height: 28px !important; } }

.commercial-installation-landing .managed-process-section {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .commercial-installation-landing .managed-process-section {
      padding: 3rem 0; } }
  @media (min-width: 1024px) {
    .commercial-installation-landing .managed-process-section {
      padding: 4rem 0; } }
  .commercial-installation-landing .managed-process-section h3 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 2rem 0;
    color: #1f2937;
    text-align: left; }
    @media (min-width: 768px) {
      .commercial-installation-landing .managed-process-section h3 {
        text-align: center;
        font-size: 1.75rem;
        margin: 0 0 3rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .managed-process-section h3 {
        font-size: 50px;
        line-height: 57px; } }
  .commercial-installation-landing .managed-process-section p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #333;
    text-align: left;
    margin: 0 auto 2.5rem auto;
    max-width: 1000px; }
    @media (min-width: 768px) {
      .commercial-installation-landing .managed-process-section p {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 auto 2.5rem auto; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .managed-process-section p {
        font-size: 18px;
        line-height: 26px; } }

.commercial-installation-landing .business-services-coverage {
  background: #F3F6FA;
  padding: 3rem 0 !important; }
  @media (min-width: 768px) {
    .commercial-installation-landing .business-services-coverage {
      padding: 2.5rem 0; } }
  @media (min-width: 1024px) {
    .commercial-installation-landing .business-services-coverage {
      padding: 4.5rem 0 !important; } }
  .commercial-installation-landing .business-services-coverage .section-title {
    color: #333 !important;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .commercial-installation-landing .business-services-coverage .section-title {
        font-size: 2rem;
        line-height: 2.25rem;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .business-services-coverage .section-title {
        font-size: 44px;
        line-height: 52px;
        margin: 0 0 2rem 0;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto; } }
  .commercial-installation-landing .business-services-coverage .brands-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .commercial-installation-landing .business-services-coverage .brands-grid {
        gap: 2rem; } }
  .commercial-installation-landing .business-services-coverage .brand-item {
    flex: 0 0 auto; }
    .commercial-installation-landing .business-services-coverage .brand-item img {
      max-height: 42px;
      width: auto;
      opacity: 0.95; }

.commercial-installation-landing .managed-process-section {
  padding: 3rem 0 !important; }
  @media (min-width: 768px) {
    .commercial-installation-landing .managed-process-section {
      padding: 2.5rem 0; } }
  @media (min-width: 1024px) {
    .commercial-installation-landing .managed-process-section {
      padding: 4.5rem 0 !important; } }
  .commercial-installation-landing .managed-process-section h2 {
    color: #333 !important;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .commercial-installation-landing .managed-process-section h2 {
        font-size: 2rem;
        line-height: 2.25rem;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .managed-process-section h2 {
        font-size: 44px;
        line-height: 52px;
        margin: 0 0 1.5rem 0;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto; } }
  .commercial-installation-landing .managed-process-section .section-description {
    max-width: 840px;
    margin: 0 auto 2rem auto; }
  .commercial-installation-landing .managed-process-section .process-steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    margin-bottom: 3rem !important;
    justify-content: center !important; }
    @media (min-width: 768px) {
      .commercial-installation-landing .managed-process-section .process-steps {
        display: flex !important;
        flex-direction: row !important;
        gap: 2rem !important;
        overflow-x: auto !important;
        padding-bottom: 1rem !important;
        grid-template-columns: none !important; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .managed-process-section .process-steps {
        gap: 1.5rem !important; } }
  .commercial-installation-landing .managed-process-section .step {
    background-color: #f3f6fa !important;
    padding: 1rem !important;
    text-align: left !important;
    height: auto !important;
    min-height: 250px !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    border-radius: 0 !important; }
    @media (min-width: 1024px) {
      .commercial-installation-landing .managed-process-section .step {
        flex: auto !important;
        min-width: 230px !important;
        padding: 2rem !important;
        height: 480px !important;
        min-height: auto !important;
        width: 20% !important; } }
    .commercial-installation-landing .managed-process-section .step .step-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
    .commercial-installation-landing .managed-process-section .step .step-number {
      color: #08A3D7;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 0.5rem;
      background: none;
      width: auto;
      height: auto;
      display: block;
      border-radius: 0;
      flex-shrink: 0; }
      @media (min-width: 768px) {
        .commercial-installation-landing .managed-process-section .step .step-number {
          font-size: 24px !important;
          margin-bottom: 0.75rem; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .managed-process-section .step .step-number {
          font-size: 28px !important;
          margin-bottom: 1rem; } }
    .commercial-installation-landing .managed-process-section .step h3.step-title {
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      margin-bottom: 0.5rem;
      color: #111;
      text-align: left; }
      @media (min-width: 768px) {
        .commercial-installation-landing .managed-process-section .step h3.step-title {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 0.75rem; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .managed-process-section .step h3.step-title {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 1rem; } }
    .commercial-installation-landing .managed-process-section .step ul {
      margin: 0;
      padding: 0;
      list-style: none;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-bottom: 0.5rem; }
      @media (min-width: 768px) {
        .commercial-installation-landing .managed-process-section .step ul {
          padding-bottom: 1rem; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .managed-process-section .step ul {
          padding-bottom: 3rem; } }
      .commercial-installation-landing .managed-process-section .step ul li {
        color: #222;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .commercial-installation-landing .managed-process-section .step ul li {
            font-size: 17px;
            line-height: 24px; } }
        @media (min-width: 1024px) {
          .commercial-installation-landing .managed-process-section .step ul li {
            font-size: 18px !important;
            line-height: 26px !important; } }
  .commercial-installation-landing .managed-process-section .certifications {
    text-align: center;
    margin-bottom: 2rem; }
    .commercial-installation-landing .managed-process-section .certifications h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .commercial-installation-landing .managed-process-section .certifications .certifications-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5rem; }
      @media (min-width: 768px) {
        .commercial-installation-landing .managed-process-section .certifications .certifications-grid {
          grid-template-columns: repeat(3, 1fr); } }
    .commercial-installation-landing .managed-process-section .certifications .cert-item {
      background: #f8fafc;
      padding: 0.75rem;
      border-radius: 6px;
      font-weight: 600;
      font-size: 0.9rem; }
  .commercial-installation-landing .managed-process-section .installation-cta-button {
    background: #0b7bb0 !important;
    border: none;
    color: #fff !important;
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer; }

.commercial-installation-landing .trusted-businesses {
  padding: 3rem 0; }
  .commercial-installation-landing .trusted-businesses .trusted-businesses-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center; }
    @media (min-width: 1100px) {
      .commercial-installation-landing .trusted-businesses .trusted-businesses-content {
        grid-template-columns: 1.1fr 1fr; } }
  .commercial-installation-landing .trusted-businesses .trusted-benefits h2 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 1.5rem 0; }
  .commercial-installation-landing .trusted-businesses .trusted-benefits .bolton-logo {
    max-width: 200px;
    margin-bottom: 1rem; }
  .commercial-installation-landing .trusted-businesses .trusted-benefits .benefits-list {
    display: grid;
    gap: 1.5rem; }
    .commercial-installation-landing .trusted-businesses .trusted-benefits .benefits-list .benefit-item h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .commercial-installation-landing .trusted-businesses .trusted-benefits .benefits-list .benefit-item p {
      color: #6b7280;
      line-height: 1.6; }
  .commercial-installation-landing .trusted-businesses .trusted-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px; }

.commercial-installation-landing .case-studies {
  padding: 3rem 0; }
  .commercial-installation-landing .case-studies .case-studies-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem; }
    @media (min-width: 980px) {
      .commercial-installation-landing .case-studies .case-studies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem; } }
  .commercial-installation-landing .case-studies .case-study {
    background: #fff;
    border: 1px solid #e6eef5;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
    padding: 1.25rem; }
    .commercial-installation-landing .case-studies .case-study .case-study-header h3 {
      font-size: 1.125rem;
      font-weight: 800;
      margin: 0 0 0.25rem 0; }
    .commercial-installation-landing .case-studies .case-study .case-study-meta {
      color: #667085;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap; }
    .commercial-installation-landing .case-studies .case-study .read-more-link {
      color: #0b7bb0;
      font-weight: 700;
      text-decoration: none; }
  .commercial-installation-landing .case-studies .case-studies-cta-button {
    background: #0b7bb0 !important;
    border: none;
    color: #fff !important;
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer; }

.commercial-installation-landing .enterprise-solutions {
  padding: 3rem 0; }
  .commercial-installation-landing .enterprise-solutions .solution-category {
    margin-bottom: 3rem; }
    .commercial-installation-landing .enterprise-solutions .solution-category h3 {
      font-size: 1.75rem;
      font-weight: 800;
      margin-bottom: 1.5rem;
      text-align: center; }
  .commercial-installation-landing .enterprise-solutions .solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem; }
    @media (min-width: 768px) {
      .commercial-installation-landing .enterprise-solutions .solutions-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .enterprise-solutions .solutions-grid {
        grid-template-columns: repeat(4, 1fr); } }
  .commercial-installation-landing .enterprise-solutions .solution-card {
    background: #fff;
    border: 1px solid #e6eef5;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04); }
    .commercial-installation-landing .enterprise-solutions .solution-card .solution-image {
      margin-bottom: 1rem; }
      .commercial-installation-landing .enterprise-solutions .solution-card .solution-image img {
        max-height: 120px;
        width: auto; }
    .commercial-installation-landing .enterprise-solutions .solution-card h4 {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .commercial-installation-landing .enterprise-solutions .solution-card p {
      color: #6b7280;
      font-size: 0.9rem;
      line-height: 1.5;
      margin-bottom: 1rem; }
    .commercial-installation-landing .enterprise-solutions .solution-card .solution-actions {
      display: flex;
      gap: 0.5rem;
      justify-content: center; }
      .commercial-installation-landing .enterprise-solutions .solution-card .solution-actions .learn-more-btn,
      .commercial-installation-landing .enterprise-solutions .solution-card .solution-actions .spec-sheet-btn {
        background: #0b7bb0;
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 600; }
      .commercial-installation-landing .enterprise-solutions .solution-card .solution-actions .spec-sheet-btn {
        background: #6b7280; }
  .commercial-installation-landing .enterprise-solutions .enterprise-cta-button {
    background: #0b7bb0 !important;
    border: none;
    color: #fff !important;
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer; }

.commercial-installation-landing .resources {
  padding: 3rem 0;
  background: #f8fafc; }
  .commercial-installation-landing .resources .resources-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .commercial-installation-landing .resources .resources-grid {
        grid-template-columns: repeat(2, 1fr); } }
  .commercial-installation-landing .resources .resource-link {
    background: #fff;
    border: 1px solid #e6eef5;
    border-radius: 6px;
    padding: 1rem;
    text-decoration: none;
    color: #374151;
    font-weight: 600;
    transition: all 0.3s ease; }
    .commercial-installation-landing .resources .resource-link:hover {
      border-color: #0b7bb0;
      color: #0b7bb0; }
  .commercial-installation-landing .resources .resources-cta-button {
    background: #0b7bb0 !important;
    border: none;
    color: #fff !important;
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer; }

.commercial-installation-landing .faq {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .commercial-installation-landing .faq {
      padding: 3rem 0; } }
  @media (min-width: 1024px) {
    .commercial-installation-landing .faq {
      padding: 4rem 0; } }
  .commercial-installation-landing .faq .section-heading {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 1.5rem 0;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .commercial-installation-landing .faq .section-heading {
        font-size: 2rem;
        line-height: 2.25rem;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .commercial-installation-landing .faq .section-heading {
        font-size: 44px;
        line-height: 52px;
        margin: 2rem 0; } }
  .commercial-installation-landing .faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    @media (min-width: 768px) {
      .commercial-installation-landing .faq .faq-list {
        gap: 2rem; } }
  .commercial-installation-landing .faq .faq-item {
    padding-top: .75rem;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
    .commercial-installation-landing .faq .faq-item:first-child {
      padding-top: 0; }
    .commercial-installation-landing .faq .faq-item:last-child {
      margin-bottom: 3rem; }
    .commercial-installation-landing .faq .faq-item h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      margin: 1.5rem 0 .75rem 0;
      color: #1f2937;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .commercial-installation-landing .faq .faq-item h3 {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1024px) {
        .commercial-installation-landing .faq .faq-item h3 {
          font-size: 24px;
          line-height: 30px; } }
    .commercial-installation-landing .faq .faq-item p {
      color: #6b7280;
      margin: 0 0 1.25rem 0;
      font-size: 16px;
      line-height: 24px;
      text-align: left; }
      @media (min-width: 1024px) {
        .commercial-installation-landing .faq .faq-item p {
          font-size: 18px;
          line-height: 26px; } }
      .commercial-installation-landing .faq .faq-item p:last-child {
        margin-bottom: 0; }
      .commercial-installation-landing .faq .faq-item p a {
        color: #0b7bb0;
        text-decoration: underline; }
        .commercial-installation-landing .faq .faq-item p a:hover {
          color: #0a6a96; }

.commercial-installation-landing .help-section {
  padding: 3rem 0;
  background: #f8fafc;
  text-align: center; }
  .commercial-installation-landing .help-section .help-content p {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 2rem; }
  .commercial-installation-landing .help-section .help-cta-button {
    background: #0b7bb0 !important;
    border: none;
    color: #fff !important;
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer; }

.affiliateHeading {
  overflow: hidden;
  background: linear-gradient(to left, #04000B, #5C449C, #558CE6); }
  .affiliateHeading .container {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 600px) {
      .affiliateHeading .container {
        padding: 1.5rem; } }
    @media (min-width: 1181px) {
      .affiliateHeading .container {
        padding: 3rem; } }
  .affiliateHeading h2 {
    color: #FFF;
    font-weight: 600;
    margin: 1.5rem 0; }
    @media (min-width: 1181px) {
      .affiliateHeading h2 {
        font-size: 45px;
        line-height: 55px; } }
  .affiliateHeading img {
    display: none; }
    @media (min-width: 600px) {
      .affiliateHeading img {
        display: block;
        width: 250px;
        margin-left: 1.5rem; } }
    @media (min-width: 1181px) {
      .affiliateHeading img {
        width: 500px;
        margin-left: 3rem; } }

.affiliatePrograms {
  margin-top: 4.5rem; }
  .affiliatePrograms .container {
    max-width: 89rem; }
  .affiliatePrograms h1 {
    text-align: center; }
  .affiliatePrograms h2 {
    margin: 4.5rem 0;
    text-align: center; }
  .affiliatePrograms .programs {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0; }
  .affiliatePrograms .program {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
    border: 1px solid #EDF1F5;
    background-color: #EDF1F5; }
    @media (min-width: 800px) {
      .affiliatePrograms .program {
        width: calc(50% - 3rem);
        margin: 0 1.5rem 3rem 1.5rem; } }
    @media (min-width: 1361px) {
      .affiliatePrograms .program {
        width: calc(33.33% - 3rem);
        margin: 0 1.5rem; } }
  .affiliatePrograms .programNumber {
    font-size: 24px;
    font-weight: 600;
    background: #DD2C79;
    color: #FFF;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -26px;
    left: calc(50% - 28px); }
  .affiliatePrograms .programHeading {
    padding: 3rem 0; }
    .affiliatePrograms .programHeading img {
      display: block;
      margin: 3rem auto 0 auto; }
    .affiliatePrograms .programHeading h3 {
      margin: 3rem 0 1.5rem 0;
      font-size: 23px;
      font-weight: 600;
      line-height: 26px;
      text-align: center; }
      .affiliatePrograms .programHeading h3 span {
        font-size: 18px;
        font-weight: 400; }
    @media (min-width: 1181px) {
      .affiliatePrograms .programHeading {
        height: 300px; } }
  .affiliatePrograms .programReward {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    padding: .75rem 0;
    text-align: center; }
    .affiliatePrograms .programReward span {
      font-weight: 400;
      font-size: 20px; }
    .affiliatePrograms .programReward--1 {
      background: #5B49A1; }
    .affiliatePrograms .programReward--2 {
      background: #5966BF; }
    .affiliatePrograms .programReward--3 {
      background: #5683DD; }
  .affiliatePrograms .programDetails {
    display: flex;
    flex-direction: column;
    padding: 2.28571rem; }
    .affiliatePrograms .programDetails p, .affiliatePrograms .programDetails li {
      font-size: 16px;
      color: #000; }
      @media (min-width: 1361px) {
        .affiliatePrograms .programDetails p, .affiliatePrograms .programDetails li {
          font-size: 18px;
          line-height: 30px; } }
    @media (min-width: 1361px) {
      .affiliatePrograms .programDetails {
        height: 550px; } }
  .affiliatePrograms .programLink {
    display: block;
    padding: .75rem 0;
    background: #008ACA;
    border-radius: 5px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: auto; }
  .affiliatePrograms .programDisclaimers {
    font-size: 16px;
    padding: 0.78571rem 2.28571rem;
    color: #000; }

.affiliateLinks .programLink {
  display: block;
  max-width: 500px;
  width: 100%;
  padding: 10px 10px;
  margin: 1.5rem auto 3rem auto;
  background: #DD2C79;
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px; }

.affiliateLinks p {
  font-size: 15px;
  color: #000;
  text-align: center; }

.affiliateLinksHeading {
  background: linear-gradient(to right, #5D3F98, #558CE6);
  margin-bottom: 2rem; }
  .affiliateLinksHeading h2 {
    color: #FFF;
    margin: 0;
    padding: 2rem 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }
    .affiliateLinksHeading h2 span {
      display: block;
      font-size: 20px;
      font-weight: 400;
      text-transform: capitalize; }

.affiliateLinksSteps {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 700px) {
    .affiliateLinksSteps {
      flex-direction: row; } }

.affiliateLinksStep {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem; }
  .affiliateLinksStep img {
    width: 110px;
    height: 110px; }
  .affiliateLinksStep div {
    position: relative;
    width: 100%;
    padding: 1rem;
    margin-top: 1.5rem;
    background: #1F253A;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center; }
    .affiliateLinksStep div:before {
      content: "";
      position: absolute;
      bottom: -11px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-top: 11px solid #1F253A; }
  @media (min-width: 700px) {
    .affiliateLinksStep {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .affiliateLinksStep div {
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .affiliateLinksStep div:before {
          bottom: calc(50% - 6px);
          left: inherit;
          right: -15px;
          transform: rotate(-90deg); } }
  @media (min-width: 1181px) {
    .affiliateLinksStep {
      width: 33.33%; } }

.installation-process-landing-page {
  /* a {
        background-color: transparent;
        transition: color .15s;
        transition-behavior: normal;
      } */
  /* 
      .article .footer-info-col .footer-info-col--smal {
      box-sizing: border-box;
      color: #989898;
      cursor: auto;
      display: inline-block;
      float: none;
      font-family: Roboto, Arial, Helvetica, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      padding: 0;
      text-align: center;
      vertical-align: top;
      width: 100%;
      } */ }
  .installation-process-landing-page .div {
    margin: 0;
    padding: 0; }
  .installation-process-landing-page *, .installation-process-landing-page ::after, .installation-process-landing-page ::before {
    box-sizing: border-box; }
  .installation-process-landing-page div {
    margin: 0; }
  .installation-process-landing-page h1 {
    font-family: Roboto, Arial, Helvetica, sans-serif; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .marquee {
    background-color: #1E223B;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .installation-process-landing-page a:active, .installation-process-landing-page a:hover {
    outline: 0; }
  .installation-process-landing-page a:hover {
    cursor: pointer; }
  .installation-process-landing-page a:focus, .installation-process-landing-page a:hover {
    color: #757575; }
  .installation-process-landing-page .marquee h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 33px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0; }
  @media (min-width: 801px) {
    .installation-process-landing-page .marquee h1 {
      font-size: 58px;
      line-height: 64px; } }
  .installation-process-landing-page .marquee a {
    border-radius: 4.7px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
  @media (min-width: 801px) {
    .installation-process-landing-page .marquee a {
      border-radius: 6px;
      line-height: 22px;
      padding: 21px;
      width: 396px; } }
  .installation-process-landing-page .marquee.page-marquee {
    padding: 25px 0 21px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .marquee.page-marquee {
      padding: 62px 0 56px; } }
  .installation-process-landing-page .marquee a:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .installation-process-landing-page .marquee.page-marquee h1 {
    color: #fff;
    margin-bottom: 16px;
    max-width: 100%;
    width: 871px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 38px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .marquee.page-marquee h1 {
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 38px; } }
  .installation-process-landing-page .marquee.page-marquee a {
    border: .78px solid #fff;
    color: #fff; }
  @media (min-width: 801px) {
    .installation-process-landing-page .marquee.page-marquee a {
      border: 1px solid #fff; } }
  .installation-process-landing-page .marquee.page-marquee {
    position: relative;
    background-color: #1E223B;
    background-size: cover;
    background-position: 90%; }
    @media (min-width: 815px) {
      .installation-process-landing-page .marquee.page-marquee {
        background-image: url(https://store-6q5bpsuh.mybigcommerce.com/product_images/web_images/Process%20Soluttions/solutions-fixing.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 90%; } }
    .installation-process-landing-page .marquee.page-marquee::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to right, #1e223b 0%, rgba(30, 34, 59, 0) 20%, rgba(30, 34, 59, 0) 80%, #1e223b 100%);
      pointer-events: none; }
  .installation-process-landing-page section {
    display: block; }
  .installation-process-landing-page .row .column, .installation-process-landing-page img {
    display: inline-block; }
  .installation-process-landing-page img {
    border-style: initial;
    border-width: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .installation-process-landing-page .inherited-styles-for-exported-element {
    color: #333;
    cursor: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }
  .installation-process-landing-page div {
    margin: 0;
    padding: 0; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .row {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .installation-process-landing-page .causes-weak-signal {
    padding: 48px 0 33px; }
  .installation-process-landing-page h2.heading {
    color: #000;
    margin: 0;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 801px) {
    .installation-process-landing-page h2.heading {
      padding-bottom: 25px;
      padding-left: 0;
      padding-right: 0; } }
  .installation-process-landing-page .causes-weak-signal span {
    color: #000;
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 18px;
    text-align: center; }
  .installation-process-landing-page .row .column {
    flex: 0 0 auto; }
  .installation-process-landing-page .subheading.subheading-with-border {
    border-left: 6px solid #0063a6;
    margin-bottom: 40px;
    max-width: 100%;
    padding-left: 23px;
    width: 600px; }
  .installation-process-landing-page .causes-weak-signal .subheading {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .causes-weak-signal .subheading {
      font-size: 24px;
      line-height: 32px; } }
  .installation-process-landing-page .causes-weak-signal h2.heading {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    padding-top: 0; }
  @media (min-width: 801px) {
    .installation-process-landing-page .causes-weak-signal h2.heading {
      font-size: 38px;
      line-height: 42px; } }
  .installation-process-landing-page .causes-weak-signal .row.four-columns {
    justify-content: space-between; }
  .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell {
    position: relative;
    text-align: center;
    width: 100%; }
  @media (min-width: 801px) {
    .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell {
      width: 24.95%; } }
  .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell img {
    margin-bottom: 19px;
    max-height: 169px; }
  .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell::after {
    background-image: url(https://store-h98026m042.mybigcommerce.com/content/images/enterprise-solutions/icon-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 12px;
    left: 103%;
    margin-left: 1px;
    position: absolute;
    top: 80px;
    width: 60px; }
  @media (max-width: 1100px) {
    .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell::after {
      top: 70px; } }
  @media (max-width: 950px) {
    .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell::after {
      left: 100%;
      top: 55px; } }
  @media (max-width: 860px) {
    .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell::after {
      height: 10px;
      margin-left: 2px;
      width: 50px; } }
  @media (max-width: 800px) {
    .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell::after {
      display: block;
      height: 109px;
      left: auto;
      margin-bottom: 15px;
      margin-left: calc(50% - 54.5px);
      position: relative;
      top: 100%;
      transform: rotate(90deg);
      width: 109px; } }
  @media (min-width: 801px) {
    .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell:first-child, .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell:last-child {
      width: 14.29%; } }
  .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell .subheading {
    font-size: 24px;
    line-height: 32px; }
  .installation-process-landing-page .causes-weak-signal .row.four-columns .weak-signal-cell:last-child::after {
    display: none; }
  .installation-process-landing-page section {
    display: block; }
  .installation-process-landing-page .row .column, .installation-process-landing-page img {
    display: inline-block; }
  .installation-process-landing-page img {
    border-style: initial;
    border-width: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .installation-process-landing-page .inherited-styles-for-exported-element {
    color: #333;
    cursor: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }
  .installation-process-landing-page div, .installation-process-landing-page p {
    padding: 0; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .row {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .installation-process-landing-page .enterprise-process {
    background-color: initial;
    background-color: #EDF1F5;
    padding: 51px 0 33px; }
  .installation-process-landing-page h2.heading {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 801px) {
    .installation-process-landing-page h2.heading {
      padding-left: 0;
      padding-right: 0; } }
  .installation-process-landing-page .row .column {
    flex: 0 0 auto; }
  .installation-process-landing-page .enterprise-process h2.heading {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    padding-bottom: 35px;
    padding-top: 0;
    text-align: center; }
  .installation-process-landing-page .enterprise-process .row.four-columns {
    justify-content: space-between; }
  .installation-process-landing-page .enterprise-process .row.four-columns .column.enterprise-process-cell {
    width: calc(50% - 20px); }
  @media (min-width: 801px) {
    .installation-process-landing-page .enterprise-process .row.four-columns .column.enterprise-process-cell {
      width: calc(23% - 20px); } }
  .installation-process-landing-page .enterprise-process .row.four-columns .column.enterprise-process-cell span {
    background-color: #000;
    border: 2px solid #068AC7 !important;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    letter-spacing: 0;
    line-height: 58px;
    margin: 0 auto -30px;
    position: relative;
    text-align: center;
    width: 60px; }
  .installation-process-landing-page .enterprise-process .row.four-columns .column.enterprise-process-cell p {
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 35px;
    text-align: center; }
  .installation-process-landing-page .enterprise-process .row.four-columns .column.enterprise-process-cell .subheading {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 22px auto 15px;
    max-width: 100%;
    min-height: 24px;
    text-align: center;
    width: 200px; }
  .installation-process-landing-page section {
    display: block; }
  .installation-process-landing-page img {
    border-style: initial;
    border-width: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .installation-process-landing-page .inherited-styles-for-exported-element {
    color: #333;
    cursor: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }
  .installation-process-landing-page div {
    margin-bottom: 0;
    margin-top: 0; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .how-it-looks {
    padding: 0 0 65px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .how-it-looks {
      padding: 0 0 85px; } }
  .installation-process-landing-page img.desktop-view {
    display: none; }
  @media (min-width: 801px) {
    .installation-process-landing-page img.desktop-view {
      display: block; } }
  .installation-process-landing-page img.mobile-view {
    display: block; }
  @media (min-width: 801px) {
    .installation-process-landing-page img.mobile-view {
      display: none; } }
  .installation-process-landing-page .how-it-looks h2.heading {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .how-it-looks h2.heading {
      font-size: 38px;
      line-height: 42px; } }
  .installation-process-landing-page section {
    display: block; }
  .installation-process-landing-page .row .column, .installation-process-landing-page img {
    display: inline-block; }
  .installation-process-landing-page img {
    border-style: initial;
    border-width: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .installation-process-landing-page .inherited-styles-for-exported-element {
    color: #333;
    cursor: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }
  .installation-process-landing-page li {
    margin-left: 0; }
  .installation-process-landing-page div, .installation-process-landing-page li, .installation-process-landing-page ul {
    padding: 0; }
  .installation-process-landing-page li, .installation-process-landing-page ul {
    margin-right: 0;
    margin-top: 0; }
  .installation-process-landing-page ul {
    margin-bottom: 1.5rem;
    margin-left: 1.15rem; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .row {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .installation-process-landing-page .why-bt-install-pros {
    padding: 0 0 60px;
    background-color: #EDF1F5; }
  @media (min-width: 801px) {
    .installation-process-landing-page .why-bt-install-pros {
      padding: 0 0 85px; } }
  .installation-process-landing-page h2.heading {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px; }
  @media (min-width: 801px) {
    .installation-process-landing-page h2.heading {
      padding-left: 0;
      padding-right: 0;
      padding-top: 70px; } }
  .installation-process-landing-page .why-bt-install-pros ul li {
    color: #000;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 25px; }
  .installation-process-landing-page .row .column {
    flex: 0 0 auto; }
  .installation-process-landing-page .subheading.subheading-with-border {
    border-left: 6px solid #0063a6;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 40px;
    max-width: 100%;
    padding-left: 23px;
    width: 600px; }
  .installation-process-landing-page .why-bt-install-pros h2.heading {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    padding-bottom: 46px;
    text-align: center; }
  @media (min-width: 801px) {
    .installation-process-landing-page .why-bt-install-pros h2.heading {
      font-size: 38px;
      line-height: 42px;
      padding-bottom: 49px; } }
  .installation-process-landing-page .row.two-columns .column {
    width: 100%; }
  @media (min-width: 801px) {
    .installation-process-landing-page .row.two-columns .column {
      width: 50%; } }
  .installation-process-landing-page .why-bt-install-pros .row.two-columns .column.right-cell {
    padding: 0 8%; }
  .installation-process-landing-page li {
    margin-left: 0; }
  .installation-process-landing-page div, .installation-process-landing-page li, .installation-process-landing-page ul {
    padding: 0; }
  .installation-process-landing-page li, .installation-process-landing-page ul {
    margin-right: 0;
    margin-top: 0; }
  .installation-process-landing-page ul {
    margin-bottom: 1.5rem;
    margin-left: 1.15rem; }
  .installation-process-landing-page div {
    margin: 0; }
  .installation-process-landing-page .subheading.subheading-with-border, .installation-process-landing-page ul li {
    color: #000;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 25px; }
  .installation-process-landing-page .column {
    display: inline-block;
    flex: 0 0 auto;
    width: 100%; }
  .installation-process-landing-page .subheading.subheading-with-border {
    border-left: 6px solid #0063a6;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 100%;
    padding-left: 23px;
    width: 600px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .column {
      width: 50%; } }
  .installation-process-landing-page .row .column, .installation-process-landing-page img {
    display: inline-block; }
  .installation-process-landing-page img {
    border-style: initial;
    border-width: 0;
    height: auto;
    vertical-align: middle; }
  .installation-process-landing-page .inherited-styles-for-exported-element {
    color: #333;
    cursor: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }
  .installation-process-landing-page div {
    padding: 0; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .after-installation {
    background-color: initial;
    background-image: linear-gradient(#009cd2 0, #0089c3 34.26%, #0063a6 100%);
    padding: 56px 0 44px; }
  .installation-process-landing-page div, .installation-process-landing-page h2.heading {
    margin: 0; }
  .installation-process-landing-page .row .column {
    flex: 0 0 auto; }
  .installation-process-landing-page .after-installation .cell-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    width: 230px; }
  .installation-process-landing-page .after-installation .cell-image {
    align-content: center;
    align-items: center;
    display: flex;
    height: 63px;
    justify-content: center;
    margin-bottom: 21px; }
  .installation-process-landing-page .after-installation h2.heading {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    padding: 0 0 49px;
    text-align: center; }
  @media (min-width: 801px) {
    .installation-process-landing-page .after-installation h2.heading {
      font-size: 38px;
      line-height: 42px;
      padding: 0 0 60px; } }
  .installation-process-landing-page .after-installation .cell-image img {
    max-height: 100%;
    max-width: 71px;
    width: auto; }
  .installation-process-landing-page .row.four-columns .column {
    width: 50%; }
  @media (min-width: 801px) {
    .installation-process-landing-page .row.four-columns .column {
      width: 25%; } }
  .installation-process-landing-page section {
    display: block; }
  .installation-process-landing-page img {
    border-style: initial;
    border-width: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle; }
  .installation-process-landing-page div {
    margin: 0;
    padding: 0; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .installation-process-landing-page .companies-we-serve {
    padding: 0 0 40px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .companies-we-serve {
      padding: 0 0 70px; } }
  .installation-process-landing-page .row .column {
    flex: 0 0 auto; }
  .installation-process-landing-page .companies-we-serve h2.heading {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    text-align: left;
    width: 300px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .companies-we-serve h2.heading {
      font-size: 38px;
      line-height: 42px; } }
  .installation-process-landing-page .row.five-columns .column {
    width: 50%; }
  @media (min-width: 801px) {
    .installation-process-landing-page .row.five-columns .column {
      width: 20%; } }
  .installation-process-landing-page .companies-we-serve .row.five-columns {
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column {
    align-content: center;
    align-items: center;
    display: flex;
    height: 87px;
    justify-content: center;
    padding: 0; }
  @media (min-width: 801px) {
    .installation-process-landing-page .companies-we-serve .row.five-columns .column {
      height: auto;
      padding: 2%; } }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.cola img {
    height: 41px;
    width: 126px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.hyatt img {
    height: 30px;
    width: 129px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.lazboy img {
    height: 35px;
    width: 241px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.public img {
    height: 57px;
    width: 106px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.marriott img {
    height: 78px;
    width: 100px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.nike img {
    height: 64px;
    width: 122px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.ge img {
    height: 74px;
    width: 74px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.chevron img {
    height: 80px;
    width: 72px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.campbells img {
    height: 35px;
    width: 106px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.target img {
    height: 87px;
    width: 68px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.valero img {
    height: 54px;
    width: 79px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.pepsico img {
    height: 33px;
    width: 141px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.microsoft img {
    height: 31px;
    width: 142px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.apple img {
    height: 68px;
    width: 57px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.ikea img {
    height: 43px;
    width: 118px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.halliburton img {
    height: 11px;
    width: 150px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.aep img {
    height: 68px;
    width: 102px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.baker img {
    height: 57px;
    width: 95px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.bluebell img {
    height: 74px;
    width: 103px; }
  .installation-process-landing-page .companies-we-serve .row.five-columns .column.kinder img {
    height: 38px;
    width: 176px; }
  .installation-process-landing-page section {
    display: block; }
  .installation-process-landing-page .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.7143rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  @media (min-width: 1261px) {
    .installation-process-landing-page .container {
      padding: 0 6rem; } }
  .installation-process-landing-page .row {
    align-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .installation-process-landing-page .learn-more {
    background-color: initial;
    background-image: linear-gradient(#eee 0, #dadada 100%);
    padding: 43px 0 50px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .learn-more {
      padding: 70px 0 60px; } }
  .installation-process-landing-page a:active, .installation-process-landing-page a:hover {
    outline: 0; }
  .installation-process-landing-page a:hover {
    cursor: pointer; }
  .installation-process-landing-page a:focus, .installation-process-landing-page a:hover {
    color: #757575; }
  .installation-process-landing-page .row .column {
    display: inline-block;
    flex: 0 0 auto; }
  .installation-process-landing-page .learn-more .subheading, .installation-process-landing-page .learn-more h2.heading {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px; }
  @media (max-width: 550px) {
    .installation-process-landing-page .learn-more .subheading {
      font-size: 24px;
      line-height: 34px; } }
  .installation-process-landing-page .learn-more h2.heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
    padding: 0 0 25px; }
  @media (min-width: 551px) {
    .installation-process-landing-page .learn-more h2.heading {
      font-size: 34px; } }
  @media (min-width: 801px) {
    .installation-process-landing-page .learn-more h2.heading {
      font-size: 44px;
      line-height: 48px;
      padding: 0 0 25px; } }
  .installation-process-landing-page .learn-more div.heading {
    margin-top: 20px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .learn-more div.heading {
      margin: 0; } }
  .installation-process-landing-page .learn-more .subheading strong, .installation-process-landing-page .learn-more div.heading a {
    color: #0063a6;
    display: block;
    font-weight: 700;
    letter-spacing: 0; }
  .installation-process-landing-page .learn-more .subheading strong {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
    width: 420px; }
  @media (min-width: 801px) {
    .installation-process-landing-page .learn-more .subheading strong {
      font-size: 33px; } }
  .installation-process-landing-page .learn-more div.heading a {
    font-size: 44px;
    line-height: 48px;
    margin: 0;
    padding: 0 0 25px;
    text-decoration: none; }
  @media (max-width: 550px) {
    .installation-process-landing-page .learn-more div.heading a {
      font-size: 34px;
      line-height: 40px; } }
  @media (max-width: 400px) {
    .installation-process-landing-page .learn-more div.heading a {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 801px) {
    .installation-process-landing-page .learn-more div.heading a {
      font-size: 36px; } }
  @media (min-width: 1261px) {
    .installation-process-landing-page .learn-more div.heading a {
      font-size: 44px; } }
  .installation-process-landing-page .learn-more .subheading strong span {
    display: inline-block; }
  .installation-process-landing-page .row.two-columns .column {
    width: 100%; }
  @media (min-width: 801px) {
    .installation-process-landing-page .row.two-columns .column {
      width: 50%; } }
  .installation-process-landing-page .learn-more .row.two-columns {
    align-items: flex-start; }
  .installation-process-landing-page .learn-more div.heading a .phone-icon {
    background-image: url(https://store-h98026m042.mybigcommerce.com/content/images/icon/call-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 59px;
    margin: -5px 16px 0 0;
    vertical-align: middle;
    width: 59px; }
  @media (max-width: 550px) {
    .installation-process-landing-page .learn-more div.heading a .phone-icon {
      height: 49px;
      width: 49px; } }
  @media (max-width: 400px) {
    .installation-process-landing-page .learn-more div.heading a .phone-icon {
      height: 39px;
      width: 39px; } }
  .installation-process-landing-page [href]:focus {
    outline: 2px solid transparent !important;
    outline-offset: 0 !important; }
  .installation-process-landing-page .footer-info-list a {
    font-size: 14px; }
  @media (min-width: 1181px) {
    .installation-process-landing-page .footer-menu .footer-info-col {
      width: 25%;
      margin-bottom: 3rem;
      padding: 0 1.5rem; } }
  @media (min-width: 551px) {
    .installation-process-landing-page .footer-menu .footer-info-list {
      display: inline-block; } }
  .installation-process-landing-page .footer-menu li a {
    background: none;
    border: 0;
    padding: 0 0 0.35714rem 0;
    margin-bottom: 0; }

.productEngineResultsWrapper {
  /* Responsive Styles */ }
  .productEngineResultsWrapper .productEngineResults h1,
  .productEngineResultsWrapper .productEngineResults-heading {
    color: #000;
    background: #e8e8e8;
    padding: 1.5rem;
    font-size: 25px;
    font-weight: 600; }
  .productEngineResultsWrapper .product-engine-btn.add_to_cart {
    background-color: #08a3d7;
    color: #FFF;
    border: 1px solid #008ACA;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    text-transform: uppercase; }
  .productEngineResultsWrapper .product-engine-btn.view-details {
    text-transform: uppercase; }
  .productEngineResultsWrapper .product-engine-btn.add_to_cart:hover {
    background-color: #008ACA;
    color: white; }
  .productEngineResultsWrapper .product-engine-btn.add_to_cart:hover {
    background-color: #FFF;
    color: #008ACA;
    border: 1px solid #008ACA; }
  .productEngineResultsWrapper .signal-expert-banner {
    background-color: #068AC7;
    color: white;
    text-align: center;
    font-size: 50px;
    padding: 20px 0;
    margin-bottom: 20px; }
  .productEngineResultsWrapper .product-engine-card {
    display: flex;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    align-items: start; }
  .productEngineResultsWrapper .product-engine-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    flex-grow: 1; }
  .productEngineResultsWrapper .product-engine-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px; }
  .productEngineResultsWrapper .product-engine-title {
    font-size: 26px;
    color: #000000;
    line-height: 42px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .productEngineResultsWrapper .product-engine-price {
    font-size: 25px;
    color: #000000; }
  .productEngineResultsWrapper .product-engine-description {
    font-size: 15px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px; }
  .productEngineResultsWrapper .product-engine-actions {
    display: flex;
    justify-content: start; }
    @media (min-width: 767px) {
      .productEngineResultsWrapper .product-engine-actions {
        flex-direction: row !important; }
        .productEngineResultsWrapper .product-engine-actions > .product-engine-btn {
          width: calc(50% - 1.5rem); } }
  .productEngineResultsWrapper .product-why-buy {
    font-size: 18px;
    padding-bottom: 20px; }
  .productEngineResultsWrapper .yotpo-review-count {
    font-size: 18px; }
  .productEngineResultsWrapper .product-engine-btn {
    background-color: #FFF;
    color: #08a3d7;
    border: 1px solid #08a3d7;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 10px;
    width: 340px;
    font-weight: 600; }
  .productEngineResultsWrapper .product-engine-btn:hover {
    background-color: #0073a4;
    color: #fff; }
  .productEngineResultsWrapper .in-stock {
    display: flex;
    align-items: center;
    margin-right: auto;
    flex-wrap: wrap; }
  .productEngineResultsWrapper .in-stock svg {
    width: 25px;
    height: 25px;
    margin-right: 8px; }
  .productEngineResultsWrapper .in-stock .green {
    color: #2cb48a;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2px;
    margin-right: 5px;
    font-size: 18px; }
  .productEngineResultsWrapper .in-stock .stock-detail {
    margin-left: 5px;
    font-size: 18px; }
  .productEngineResultsWrapper .product-engine-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .productEngineResultsWrapper .product-engine-info {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: .5rem; }
    .productEngineResultsWrapper .product-engine-info .yotpo.bottomLine {
      margin-left: auto; }
    @media (max-width: 380px) {
      .productEngineResultsWrapper .product-engine-info {
        display: block; } }
  .productEngineResultsWrapper .product-engine-stock {
    margin-right: 10px;
    display: none; }
    @media (min-width: 1181px) {
      .productEngineResultsWrapper .product-engine-stock {
        display: block;
        margin-bottom: 1rem; } }
  .productEngineResultsWrapper .recommendation-expert-banner {
    background-color: #068ac7;
    text-align: center;
    padding: 20px 0;
    text-transform: capitalize; }
    .productEngineResultsWrapper .recommendation-expert-banner h1 {
      margin: 20px auto;
      font-size: 22px;
      line-height: 30px;
      color: #fff;
      max-width: 400px; }
      @media (min-width: 767px) {
        .productEngineResultsWrapper .recommendation-expert-banner h1 {
          max-width: 600px;
          font-size: 32px;
          line-height: 40px; } }
      @media (min-width: 1181px) {
        .productEngineResultsWrapper .recommendation-expert-banner h1 {
          max-width: 100%; } }
  .productEngineResultsWrapper .product-engine-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px; }
  .productEngineResultsWrapper .product-engine-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 350px; }
  @media (max-width: 600px) {
    .productEngineResultsWrapper .product-engine-image-container {
      width: 100%; }
    .productEngineResultsWrapper .product-engine-image {
      overflow: hidden;
      max-width: 350px;
      object-fit: contain; } }
  @media (max-width: 768px) {
    .productEngineResultsWrapper .product-engine-card {
      flex-direction: column;
      width: 100%;
      height: auto;
      padding: 15px; }
    .productEngineResultsWrapper .product-engine-header {
      flex-direction: column;
      align-items: center; }
    .productEngineResultsWrapper .product-engine-title {
      font-size: 24px;
      line-height: normal;
      margin-bottom: 10px;
      text-align: left; }
    .productEngineResultsWrapper .yotpo.bottomLine {
      order: 3;
      font-size: 1.5rem !important;
      line-height: 19px !important;
      font-weight: 600;
      color: #0196d3 !important;
      position: relative;
      top: -2px; }
    .productEngineResultsWrapper .in-stock {
      margin-right: 10px;
      white-space: normal; }
    .productEngineResultsWrapper .signal-expert-banner {
      font-size: 35px; }
    .productEngineResultsWrapper .product-engine-card {
      flex-direction: column;
      width: 100%;
      height: auto;
      padding: 20px; }
    .productEngineResultsWrapper .product-engine-details {
      padding-left: 0; }
    .productEngineResultsWrapper .product-engine-btn {
      width: 100%;
      margin: 10px; }
    .productEngineResultsWrapper .in-stock {
      margin-right: 10px;
      white-space: normal; }
    .productEngineResultsWrapper .recommendation-expert-banner {
      font-size: 30px;
      padding: 15px 0;
      height: auto; }
    .productEngineResultsWrapper .recommendation-expert-banner .container {
      padding: 0 10px; } }
  @media (min-width: 767px) and (max-width: 1200px) {
    .productEngineResultsWrapper .product-engine-image-container {
      width: 250px;
      flex-shrink: 0;
      flex-grow: 0; } }
  @media (min-width: 1201px) {
    .productEngineResultsWrapper .product-engine-image-container {
      width: 400px;
      flex-shrink: 0;
      flex-grow: 0; } }
  @media (max-width: 600px) {
    .productEngineResultsWrapper .recommendation-expert-banner {
      font-size: 20px;
      padding: 10px 0;
      height: auto; } }
  @media (max-width: 1000px) {
    .productEngineResultsWrapper .product-engine-actions {
      flex-direction: column;
      margin-top: 10px; }
    .productEngineResultsWrapper .product-engine-btn {
      width: 100%;
      padding: 8px;
      margin-bottom: 5px;
      white-space: normal; } }
  @media (max-width: 570px) {
    .productEngineResultsWrapper .signal-expert-banner {
      font-size: 25px; }
    .productEngineResultsWrapper .in-stock {
      margin-right: 0px; } }
  @media (max-width: 1130px) {
    .productEngineResultsWrapper .product-engine-card {
      padding: 15px;
      height: auto; }
    .productEngineResultsWrapper .product-engine-header {
      flex-direction: column;
      align-items: flex-start; }
    .productEngineResultsWrapper .product-engine-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 10px; }
    .productEngineResultsWrapper .product-engine-actions {
      flex-direction: column;
      margin-top: 10px; }
    .productEngineResultsWrapper .product-engine-btn {
      width: 100%;
      padding: 8px;
      margin-bottom: 5px;
      white-space: normal;
      margin-left: 0px; }
    .productEngineResultsWrapper .yotpo.bottomLine {
      order: 3; } }
  .productEngineResultsWrapper .recommended-products-grid {
    align-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0; }
  @media (min-width: 1024px) {
    .productEngineResultsWrapper .recommended-products-grid {
      justify-content: space-between; } }
  .productEngineResultsWrapper .product-link {
    background-color: transparent;
    box-sizing: border-box;
    color: #154284;
    display: block;
    line-height: inherit;
    text-decoration: none;
    transition: color .15s;
    width: 100;
    text-align: center; }
  .productEngineResultsWrapper .product-link:active {
    outline: 0; }
  .productEngineResultsWrapper .product-link:hover {
    color: #192329;
    cursor: pointer;
    outline: 0; }
  .productEngineResultsWrapper .product-link:focus {
    color: #192329; }
  .productEngineResultsWrapper .recommended-product {
    border: 1px solid #edf1f5;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 15px;
    padding: 0;
    text-align: center;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media (min-width: 551px) {
    .productEngineResultsWrapper .recommended-product {
      width: calc(50% - 30px); } }
  @media (max-width: 699px) and (min-width: 551px) {
    .productEngineResultsWrapper .recommended-product {
      width: calc(50% - 30px); } }
  @media (min-width: 1024px) {
    .productEngineResultsWrapper .recommended-product {
      border-style: none;
      border-width: 0;
      margin: 0;
      width: calc(33.33% - 30px); } }
  @media (max-width: 780px) {
    .productEngineResultsWrapper .categoryGuarantees .categoryGuarantees--justifyCenter {
      display: none; } }
  .productEngineResultsWrapper .product-heading, .productEngineResultsWrapper .product-heading-red {
    border: 1px solid;
    border-radius: 12px;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    margin: 25px auto;
    padding: 4px 20px;
    text-align: center;
    text-transform: uppercase;
    width: fit-content; }
  .productEngineResultsWrapper .product-heading {
    color: #068ac7;
    border-color: #068ac7; }
  .productEngineResultsWrapper .product-heading-red {
    color: #990642;
    border-color: #990642; }
  .productEngineResultsWrapper .product-image {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 165px;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0; }
  .productEngineResultsWrapper .product-image img {
    border-style: initial;
    border-width: 0;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: inherit; }
  .productEngineResultsWrapper .product-name {
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0;
    text-align: center; }
  @media (min-width: 1024px) {
    .productEngineResultsWrapper .product-name {
      height: 40px; } }
  .productEngineResultsWrapper .product-price {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0 0 15px;
    text-align: center; }
  .productEngineResultsWrapper .add-to-cart-btn {
    width: 100%;
    align-items: center;
    background-color: #068ac7;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase; }
  .productEngineResultsWrapper .add-to-cart-btn:focus {
    background-color: #2a5d89; }
  .productEngineResultsWrapper .product-engine-btn.add_to_cart:hover {
    background-color: #2a5d89;
    color: #FFF;
    border: 1px solid #008ACA; }
  .productEngineResultsWrapper .categoryGuarantees {
    background: #F0F4F9;
    margin-top: 0 !important;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
    .productEngineResultsWrapper .categoryGuarantees h1 {
      width: 100%;
      text-align: center;
      margin: 1.5rem 0 1.5rem 0;
      line-height: 36px; }
    .productEngineResultsWrapper .categoryGuarantees .container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    @media (min-width: 1000px) {
      .productEngineResultsWrapper .categoryGuarantees {
        padding: 1.5rem 0 3rem 0;
        margin-bottom: 0; }
        .productEngineResultsWrapper .categoryGuarantees h1 {
          font-size: 32px; } }
  .productEngineResultsWrapper .categoryGuarantee {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem; }
    .productEngineResultsWrapper .categoryGuarantee .image {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .productEngineResultsWrapper .categoryGuarantee img {
      flex-shrink: 0;
      flex-grow: 0; }
    .productEngineResultsWrapper .categoryGuarantee .text {
      max-width: 145px;
      line-height: 1.3; }
    @media (min-width: 775px) {
      .productEngineResultsWrapper .categoryGuarantee {
        width: 25%;
        font-size: 16px; } }
    @media (min-width: 1180px) {
      .productEngineResultsWrapper .categoryGuarantee {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start !important; }
        .productEngineResultsWrapper .categoryGuarantee .image {
          margin-right: 1.5rem; } }
  .productEngineResultsWrapper .categoryGuarantees--justifyCenter .categoryGuarantee {
    justify-content: center !important; }
  .productEngineResultsWrapper .categoryGuarantee--support img {
    width: 45px; }
  .productEngineResultsWrapper .categoryGuarantee--shipping img {
    width: 53px; }
  .productEngineResultsWrapper .categoryGuarantee--returns img {
    width: 48px; }
  .productEngineResultsWrapper .categoryGuarantee--warranty img {
    width: 33px; }
  .productEngineResultsWrapper .product-brand-cells {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
    @media (min-width: 1181px) {
      .productEngineResultsWrapper .product-brand-cells {
        justify-content: space-between; } }
    .productEngineResultsWrapper .product-brand-cells .product-brand-cell {
      flex: none;
      display: inline-block;
      width: 100%;
      margin: 15px 0;
      border: 1px solid #EDF1F5;
      border-radius: 6px;
      text-align: center; }
      @media (min-width: 551px) {
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell {
          width: calc(33.33% - 30px);
          margin: 15px; } }
      @media (max-width: 699px) and (min-width: 551px) {
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell {
          width: calc(50% - 30px); } }
      @media (min-width: 1181px) {
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell {
          width: calc(20% - 15px);
          margin: 0;
          border: 0 none; } }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .inner-cell {
        display: block; }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .heading {
        border: 1px solid #068AC7;
        border-radius: 12px;
        color: #068AC7;
        font-size: 13px;
        font-weight: 500;
        line-height: 14px;
        text-align: center;
        padding: 4px 20px;
        display: inline-block;
        margin: 25px auto 20px;
        text-transform: uppercase; }
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell .heading.red {
          padding: 4px 10px;
          color: #990642;
          border-color: #990642; }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .image {
        height: 165px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-bottom: 10px; }
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell .image img {
          max-width: 100%;
          width: inherit; }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .name {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px; }
        @media (min-width: 1181px) {
          .productEngineResultsWrapper .product-brand-cells .product-brand-cell .name {
            height: 40px; } }
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell .name a {
          color: #000000; }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .price {
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        padding-bottom: 15px; }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .yotpo {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem; }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .shop-all {
        border-radius: 6px;
        background-color: #068AC7;
        max-width: calc(100% - 20px);
        text-align: center;
        margin: 15px auto; }
        @media (min-width: 1181px) {
          .productEngineResultsWrapper .product-brand-cells .product-brand-cell .shop-all {
            width: 152px;
            min-height: 63px; } }
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell .shop-all a {
          color: #FFFFFF;
          font-size: 15px;
          font-weight: 600;
          line-height: 20px;
          text-align: center;
          padding: 11.5px;
          display: block;
          margin: 0 auto; }
      .productEngineResultsWrapper .product-brand-cells .product-brand-cell .product-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #068ac7;
        color: #FFF;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        margin: 1.5rem;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer; }
        .productEngineResultsWrapper .product-brand-cells .product-brand-cell .product-cart:focus, .productEngineResultsWrapper .product-brand-cells .product-brand-cell .product-cart:hover {
          background: #2a5d89; }
  @media (max-width: 768px) {
    .productEngineResultsWrapper .productEngineResults h1,
    .productEngineResultsWrapper .productEngineResults-heading {
      font-size: 20px;
      padding: 1rem; }
    .productEngineResultsWrapper .product-engine-btn.add_to_cart,
    .productEngineResultsWrapper .product-engine-btn.view-details {
      padding: 12px 15px;
      font-size: 18px; }
    .productEngineResultsWrapper .signal-expert-banner {
      font-size: 30px;
      padding: 15px 0; }
    .productEngineResultsWrapper .product-engine-card {
      flex-direction: column;
      padding: 15px; }
    .productEngineResultsWrapper .product-engine-price {
      font-size: 24px; }
    .productEngineResultsWrapper .product-why-buy {
      font-size: 18px; }
    .productEngineResultsWrapper .in-stock .green,
    .productEngineResultsWrapper .in-stock .stock-detail {
      font-size: 15px; }
    .productEngineResultsWrapper .product-engine-description {
      font-size: 18px; }
    .productEngineResultsWrapper .product-engine-btn {
      margin: 10px 0;
      width: auto; }
    .productEngineResultsWrapper .recommendation-expert-banner {
      font-size: 24px;
      padding: 10px 0; }
    .productEngineResultsWrapper .product-engine-image-container {
      min-height: auto; }
    .productEngineResultsWrapper .product-engine-image {
      width: auto; } }
  @media (max-width: 480px) {
    .productEngineResultsWrapper .product-engine-title {
      font-size: 22px;
      line-height: 30px; }
    .productEngineResultsWrapper .signal-expert-banner,
    .productEngineResultsWrapper .product-engine-description {
      font-size: 16px; }
    .productEngineResultsWrapper .product-engine-btn {
      padding: 10px;
      font-size: 16px; } }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999; }

.quiz-container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative; }

.quiz-intro,
.quiz-intro-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
  width: 100%;
  background-image: url(https://store-6q5bpsuh.mybigcommerce.com/content/images/Product-Search-Banner.png);
  background-size: cover;
  background-position: center; }

.get-started-btn {
  color: white;
  background-color: #DD2C79;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 20px; }

.get-started-btn:hover {
  background-color: #ad0c7a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.product-finder-popup {
  position: fixed;
  padding: 6rem 1.5rem 3rem 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: calc(100% - 3rem);
  max-width: 550px;
  max-height: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #068AC7;
  color: white; }
  @media (min-width: 1181px) {
    .product-finder-popup {
      padding: 7rem 3rem 3rem 3rem; } }
  .product-finder-popup > div {
    width: 100%; }
  .product-finder-popup .close-btn {
    position: absolute;
    top: 2px;
    right: 15px;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer; }
  .product-finder-popup .logo {
    position: absolute;
    top: 0;
    width: 125px;
    display: block;
    margin: 1.5rem auto; }
  .product-finder-popup h2, .product-finder-popup p {
    color: white;
    font-size: 18px; }
  .product-finder-popup h2 {
    width: 100%;
    margin: 1.5rem 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600; }
    @media (min-width: 1181px) {
      .product-finder-popup h2 {
        font-size: 18px;
        line-height: 26px; } }
  .product-finder-popup p {
    margin: 0;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 1181px) {
      .product-finder-popup p {
        font-size: 18px;
        line-height: 26px; } }
  .product-finder-popup .navigation-buttons {
    display: flex;
    margin-top: 1.5rem;
    width: 100%; }
  .product-finder-popup .navigation-button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px; }
    .product-finder-popup .navigation-button:hover, .product-finder-popup .navigation-button:focus {
      background-color: white; }
  .product-finder-popup .def-button {
    display: block;
    width: 100%;
    margin: .75rem 0;
    padding: 12px 30px;
    font-size: 16px;
    border: 1px solid white;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 600; }
    .product-finder-popup .def-button:hover, .product-finder-popup .def-button:focus {
      background-color: white;
      color: #068AC7; }
    @media (min-width: 1181px) {
      .product-finder-popup .def-button {
        width: 75%;
        margin-left: auto;
        margin-right: auto; } }
  .product-finder-popup .small-button {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 32px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
    z-index: 1050;
    font-size: 16px; }
  .product-finder-popup .restart-btn {
    font-size: 16px;
    margin: auto;
    display: block; }
  .product-finder-popup .contact-expert-section {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product-finder-popup .contact-expert-section .klaviyo-form {
      width: 100%; }
    .product-finder-popup .contact-expert-section .phone-number {
      text-wrap: nowrap; }
  .product-finder-popup .product-freeConsultation-mobile {
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem; }
    .product-finder-popup .product-freeConsultation-mobile a {
      color: #FFF !important; }
  .product-finder-popup .product-freeConsultation-recommendation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem; }
    .product-finder-popup .product-freeConsultation-recommendation .text {
      font-size: 18px;
      max-width: 380px; }
    .product-finder-popup .product-freeConsultation-recommendation .phone-number {
      color: #FFF !important;
      font-weight: 600; }
  .product-finder-popup .icon-call {
    flex-shrink: 0;
    flex-grow: 0;
    width: 50px;
    height: 50px;
    fill: #FFF;
    margin-right: 10px; }

.product-recommendation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px; }

.product-image {
  max-width: 200px;
  margin-right: 20px; }

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

.product-name,
.product-sku,
.product-price {
  margin: 5px 0; }

.product-recommendation-section {
  text-align: center; }

.product-recommendation-header {
  background: linear-gradient(to right, #412C68, #558CE6);
  padding: 20px 20px; }
  @media (min-width: 1181px) {
    .product-recommendation-header {
      margin-bottom: 3rem; } }
  .product-recommendation-header h1 {
    color: #FFFFFF;
    margin: 0;
    font-size: 30px;
    line-height: 38px; }
    @media (min-width: 551px) {
      .product-recommendation-header h1 br {
        display: none; } }

.perfect-cell-signal-header {
  margin-bottom: 30px;
  font-size: 24px;
  margin-top: 30px; }

.recommendation-content {
  display: flex;
  width: 100%;
  max-width: 1116px;
  height: auto;
  margin: 0 auto;
  background-color: #24A7D0; }

.recommendation-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #fff;
  order: 2; }
  @media (min-width: 767px) {
    .recommendation-text {
      padding: 3rem; } }
  @media (min-width: 1181px) {
    .recommendation-text {
      padding: 4rem 3rem; } }
  .recommendation-text .heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    color: white; }
    @media (min-width: 767px) {
      .recommendation-text .heading {
        font-size: 26px;
        line-height: 32px; } }
    @media (min-width: 1181px) {
      .recommendation-text .heading {
        font-size: 32px;
        line-height: 40px;
        max-width: 400px;
        margin-bottom: 1.5rem; } }
  .recommendation-text p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0; }
    @media (min-width: 1181px) {
      .recommendation-text p {
        font-size: 20px;
        margin-bottom: 1rem; } }

.recommendation-image {
  flex: 1;
  /* Adjusted to take remaining space */
  background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/product-finder-marquee.jpg") no-repeat center center;
  background-size: cover;
  order: 1;
  padding: 33%; }
  @media (min-width: 450px) {
    .recommendation-image {
      display: none; } }
  @media (min-width: 767px) {
    .recommendation-image {
      order: 2;
      padding: 0;
      display: block; } }

.find-your-booster-btn {
  background-color: #DD2C79;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  text-align: left;
  align-self: flex-start; }

.find-your-booster-btn:hover {
  background-color: #b60d5a; }

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
  .recommendation-content {
    flex-direction: column; }
  .recommendation-text,
  .recommendation-image {
    flex: 0 0 auto;
    width: 100%; } }

/* Hide top banner on mobile devices */
.yotpo .yotpo-review-star {
  height: 20px;
  width: 20px;
  background-size: cover; }

.yotpo .yotpo-review-count {
  font-size: 16px !important;
  line-height: 19px !important;
  margin-left: 5px !important;
  font-weight: 600;
  color: #0196d3 !important;
  position: relative;
  top: 1px; }

.engineCardsHeader {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0 1.5rem 0 !important;
  color: #2d2d2d; }

.engine-shop-all {
  font-size: 16px;
  text-align: right;
  display: block;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 3rem; }

.teltonika-rms h1 {
  color: #08A3D7;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px; }
  @media (min-width: 1181px) {
    .teltonika-rms h1 {
      font-size: 70px;
      line-height: 72px; } }

@media (min-width: 1361px) {
  .teltonika-rms .container {
    padding: 0 6rem; } }

.teltonika-rms .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }

.teltonika-rms .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  background-color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 1181px) {
    .teltonika-rms .top-section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.teltonika-rms .content {
  flex: 1;
  height: auto;
  margin-right: 30px; }

.teltonika-rms .content p {
  margin-right: 0;
  margin-bottom: .75rem;
  padding: 1rem 0px;
  font-size: 18px;
  line-height: 23px; }
  @media (min-width: 1181px) {
    .teltonika-rms .content p {
      line-height: 33px;
      font-size: 24px; } }

.teltonika-rms .logo {
  max-width: 500px;
  margin-bottom: 3rem; }

.teltonika-rms p {
  line-height: 33px;
  font-size: 21px; }

.teltonika-rms .cta-button {
  display: inline-block;
  width: 47% !important;
  margin-top: auto;
  margin-right: 1%;
  box-sizing: border-box; }

.teltonika-rms .cta-button,
.teltonika-rms .feature-button {
  display: inline-block;
  width: 100%;
  max-width: 616px;
  padding: 7px 20px;
  background-color: #08A3D7;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 25px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: all ease .2s;
  margin-top: auto;
  border: 2px solid #09a3d7; }

.teltonika-rms .cta-button:hover,
.teltonika-rms .cta-button:focus,
.teltonika-rms .feature-button:hover,
.teltonika-rms .feature-button:focus {
  background-color: #1b7d9c;
  border-color: #1b7d9c;
  color: #FFF; }

.teltonika-rms .feature-button {
  font-size: 19px;
  width: 208px;
  height: 50px;
  align-content: center; }

.teltonika-rms .cta-button--secondary {
  background: transparent;
  color: #09a3d7;
  border: 2px solid #09a3d7;
  cursor: pointer; }
  .teltonika-rms .cta-button--secondary:hover, .teltonika-rms .cta-button--secondary:focus {
    color: #FFF;
    border: 2px solid #007bb5; }

.teltonika-rms .image {
  flex: 1;
  max-width: 50%; }

.teltonika-rms .image img {
  width: 100%;
  height: auto; }

.teltonika-rms .teltonika-products-section {
  padding: 40px 0;
  background-color: #FFF; }
  @media (min-width: 1181px) {
    .teltonika-rms .teltonika-products-section {
      width: calc(100% + 3rem);
      margin-left: -1.5rem;
      padding-top: 0; } }

.teltonika-rms .teltonika-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; }

@media (min-width: 900px) {
  .teltonika-rms .teltonika-products-grid {
    width: calc(100% + 95px);
    margin-left: -45px; } }

.teltonika-rms .teltonika-product-card {
  background-color: #F3F6FA;
  text-align: center;
  width: 30%;
  padding: 30px; }
  @media (min-width: 1181px) {
    .teltonika-rms .teltonika-product-card {
      display: flex;
      flex-direction: column; } }

.teltonika-rms .teltonika-product-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  font-weight: bold; }
  .teltonika-rms .teltonika-product-card h3 span {
    color: #08A3D7;
    display: block;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-size: 26px; }
  @media (min-width: 1181px) {
    .teltonika-rms .teltonika-product-card h3 {
      font-size: 24px;
      line-height: 34px;
      min-height: 100px; }
      .teltonika-rms .teltonika-product-card h3 span {
        margin-bottom: 0;
        font-size: 30px; } }

.teltonika-rms .teltonika-product-card .teltonika-price {
  margin-bottom: 20px;
  font-size: 18px;
  color: #08A3D7;
  font-weight: bold; }

.teltonika-rms .teltonika-product-card ul {
  padding-left: 1.5rem;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0; }

.teltonika-rms .teltonika-product-card ul li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: .33rem;
  color: #555; }
  @media (min-width: 1181px) {
    .teltonika-rms .teltonika-product-card ul li {
      font-size: 22px;
      line-height: 32px; } }

.teltonika-rms .button-group {
  display: flex;
  gap: 15px; }
  .teltonika-rms .button-group a {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (min-width: 1181px) {
    .teltonika-rms .button-group {
      margin-top: auto; } }

.teltonika-rms .teltonika-view-product,
.teltonika-rms .teltonika-add-to-cart,
.teltonika-rms .teltonika-get-quote {
  background-color: #08A3D7;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all ease 0.2s;
  width: 48%;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  @media (min-width: 350px) {
    .teltonika-rms .teltonika-view-product,
    .teltonika-rms .teltonika-add-to-cart,
    .teltonika-rms .teltonika-get-quote {
      font-size: 16px; } }
  @media (min-width: 1181px) {
    .teltonika-rms .teltonika-view-product,
    .teltonika-rms .teltonika-add-to-cart,
    .teltonika-rms .teltonika-get-quote {
      font-size: 18px; } }

.teltonika-rms .teltonika-view-product {
  background: transparent;
  color: #09a3d7;
  border: 2px solid #09a3d7; }
  .teltonika-rms .teltonika-view-product:hover, .teltonika-rms .teltonika-view-product:focus {
    color: #007bb5;
    border: 2px solid #007bb5; }

.teltonika-rms .teltonika-view-product:hover,
.teltonika-rms .teltonika-add-to-cart:hover,
.teltonika-rms .teltonika-get-quote:hover {
  background-color: #007bb5;
  color: #FFF; }

.teltonika-rms .benefits-content {
  padding-top: 3rem; }

.teltonika-rms .benefits-content h2 {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 800; }
  @media (min-width: 1181px) {
    .teltonika-rms .benefits-content h2 {
      font-size: 50px;
      margin-bottom: 2rem; } }

.teltonika-rms .benefits-content p {
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 1181px) {
    .teltonika-rms .benefits-content p {
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 3rem; } }

@media (max-width: 1200px) {
  .teltonika-rms .teltonika-product-card {
    width: 45%; } }

@media (max-width: 980px) {
  .teltonika-rms .cta-button {
    font-size: 18px !important; } }

@media (max-width: 700px) {
  .teltonika-rms .teltonika-product-card {
    width: 100%; } }

@media (max-width: 600px) {
  .teltonika-rms .image {
    max-width: calc(100% + 3rem);
    width: calc(100% + 3rem);
    margin-bottom: -1.5rem; }
  .teltonika-rms .benefits-content p {
    margin-bottom: 0; } }

@media (max-width: 600px) {
  .teltonika-rms h1 {
    font-size: 50px;
    line-height: 55px;
    text-align: left;
    margin-top: 0; }
  .teltonika-rms .content p {
    font-size: 18px;
    line-height: 25px;
    text-align: left; }
  .teltonika-rms .top-section {
    flex-direction: column;
    text-align: center; }
  .teltonika-rms .logo {
    max-width: 100%;
    margin-bottom: 1.5rem; }
  .teltonika-rms .cta-button,
  .teltonika-rms .feature-button {
    font-size: 20px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px; }
  .teltonika-rms .cta-button:last-child,
  .teltonika-rms .feature-button:last-child {
    margin-bottom: 0; }
  .teltonika-rms .content-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem; }
  .teltonika-rms .cta-button {
    width: 60% !important;
    margin-bottom: 1.5rem !important; }
  .teltonika-rms .cta-button:last-child {
    margin-bottom: 0; } }

.teltonika-rms .section.how-rms-works {
  background-color: #f3f6fa;
  padding: 30px 0 15px; }
  .teltonika-rms .section.how-rms-works h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 1280px) {
      .teltonika-rms .section.how-rms-works h2 {
        font-size: 50px;
        line-height: 57px;
        margin-bottom: 30px; } }
  .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper {
    background-color: #F3F6FA; }
    .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper .video-iframe {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 600px) {
        .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper .video-iframe {
          position: relative;
          padding-bottom: 48%;
          padding-top: 30px;
          height: 0;
          overflow: hidden; }
          .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper .video-iframe iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
      @media (min-width: 601px) {
        .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper .video-iframe iframe {
          width: 560px;
          height: 315px; } }
    @media (min-width: 1080px) {
      .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper {
        display: flex; }
        .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper div {
          width: 50%;
          padding: 1.5rem; } }
    .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper .contact-info {
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      color: #08A3D7;
      margin-bottom: 10px;
      text-align: left; }
      .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper .contact-info a {
        color: #08A3D7;
        text-decoration: none; }
    .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px; }
    .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      margin-bottom: 10px;
      color: #08A3D7;
      text-align: left; }
  @media (min-width: 1180px) {
    .teltonika-rms .section.how-rms-works {
      padding: 6rem 0 4.5rem; }
      .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper .contact-info {
        font-size: 28px;
        line-height: 33px; }
      .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper p {
        font-size: 22px;
        line-height: 33px; }
      .teltonika-rms .section.how-rms-works .container .how-rms-works-wrapper h3 {
        font-size: 28px;
        line-height: 33px; } }

.teltonika-rms .section.benefits {
  background-color: #000;
  width: 100%;
  padding: 30px 0; }
  .teltonika-rms .section.benefits .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100rem; }
    .teltonika-rms .section.benefits .container .benefits-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center; }
      .teltonika-rms .section.benefits .container .benefits-wrapper .benefit {
        width: 100%;
        padding: 20px;
        text-align: center;
        color: #fff;
        border-bottom: 1px solid #D8D8D8; }
        .teltonika-rms .section.benefits .container .benefits-wrapper .benefit:last-child {
          border-bottom: none; }
        .teltonika-rms .section.benefits .container .benefits-wrapper .benefit h3 {
          font-size: 30px;
          font-weight: 800;
          line-height: 38px;
          margin-bottom: 2rem;
          color: #FFF; }
          .teltonika-rms .section.benefits .container .benefits-wrapper .benefit h3 .highlight {
            color: #08A3D7; }
        .teltonika-rms .section.benefits .container .benefits-wrapper .benefit p, .teltonika-rms .section.benefits .container .benefits-wrapper .benefit li {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 1.5rem;
          color: #D8D8D8; }
          .teltonika-rms .section.benefits .container .benefits-wrapper .benefit p strong, .teltonika-rms .section.benefits .container .benefits-wrapper .benefit li strong {
            display: block;
            color: #FFF; }
        .teltonika-rms .section.benefits .container .benefits-wrapper .benefit ul {
          padding: 0;
          list-style: none;
          margin-left: 0; }
        .teltonika-rms .section.benefits .container .benefits-wrapper .benefit img.benefit-image {
          max-width: 100%;
          height: auto;
          margin-top: 1.5rem;
          margin-bottom: 1.5rem;
          display: none; }
          @media (min-width: 1280px) {
            .teltonika-rms .section.benefits .container .benefits-wrapper .benefit img.benefit-image {
              display: block;
              margin-top: 3rem; } }
        .teltonika-rms .section.benefits .container .benefits-wrapper .benefit a.learn-more {
          display: inline-block;
          background-color: #08A3D7;
          color: #fff;
          font-weight: 700;
          font-size: 19px;
          padding: 10px 35px;
          text-decoration: none;
          border-radius: 5px;
          margin-top: auto; }
        .teltonika-rms .section.benefits .container .benefits-wrapper .benefit:nth-child(3) p {
          margin-bottom: 50px; }
  @media (min-width: 1280px) {
    .teltonika-rms .section.benefits {
      margin-top: 3rem;
      padding: 4.5rem 0 4rem 0 !important; }
      .teltonika-rms .section.benefits .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; }
        .teltonika-rms .section.benefits .container .benefits-wrapper {
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start; }
          .teltonika-rms .section.benefits .container .benefits-wrapper .benefit {
            flex: 1;
            padding: 0 20px;
            border-bottom: none; }
            .teltonika-rms .section.benefits .container .benefits-wrapper .benefit:first-child {
              border-left: none; }
            .teltonika-rms .section.benefits .container .benefits-wrapper .benefit:nth-child(2) {
              border-left: 1px solid #D8D8D8;
              border-right: 1px solid #D8D8D8; }
            .teltonika-rms .section.benefits .container .benefits-wrapper .benefit h3 {
              font-size: 32px;
              line-height: 33px; }
            .teltonika-rms .section.benefits .container .benefits-wrapper .benefit p, .teltonika-rms .section.benefits .container .benefits-wrapper .benefit li {
              font-size: 20px;
              line-height: 33px; }
            .teltonika-rms .section.benefits .container .benefits-wrapper .benefit img.benefit-image {
              margin-bottom: 0; }
            .teltonika-rms .section.benefits .container .benefits-wrapper .benefit a.learn-more {
              margin-top: auto; } }
  @media (max-width: 1200px) {
    .teltonika-rms .section.benefits {
      background-color: #000000;
      background-image: none; }
      .teltonika-rms .section.benefits .container .benefits-wrapper .benefit {
        text-align: left; } }

.teltonika-rms .section.about-signal-boosters {
  background-color: #08a3d7;
  padding: 60px 0; }
  .teltonika-rms .section.about-signal-boosters .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .teltonika-rms .section.about-signal-boosters .content-left {
    width: 60%;
    color: #fff;
    padding: 20px; }
    .teltonika-rms .section.about-signal-boosters .content-left h2 {
      font-size: 75px;
      line-height: 69px;
      margin-bottom: 20px;
      color: #FFF;
      font-weight: bold; }
      .teltonika-rms .section.about-signal-boosters .content-left h2 .highlight {
        font-weight: 700;
        color: #000000; }
    .teltonika-rms .section.about-signal-boosters .content-left p {
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 20px; }
  .teltonika-rms .section.about-signal-boosters .content-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 20px;
    margin-top: 5rem; }
    .teltonika-rms .section.about-signal-boosters .content-right .feature {
      display: flex;
      align-items: center;
      gap: 20px; }
      .teltonika-rms .section.about-signal-boosters .content-right .feature .feature-img {
        flex: 0 0 20%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .teltonika-rms .section.about-signal-boosters .content-right .feature .feature-text {
        flex: 1;
        text-align: left; }
        .teltonika-rms .section.about-signal-boosters .content-right .feature .feature-text p {
          font-size: 26px;
          line-height: 30px;
          margin: 0;
          color: #FFF; }
          .teltonika-rms .section.about-signal-boosters .content-right .feature .feature-text p strong {
            display: block;
            font-weight: bold; }
  @media (max-width: 1281px) {
    .teltonika-rms .section.about-signal-boosters {
      padding: 40px 20px; }
      .teltonika-rms .section.about-signal-boosters .container {
        flex-direction: column;
        align-items: center; }
      .teltonika-rms .section.about-signal-boosters .content-left,
      .teltonika-rms .section.about-signal-boosters .content-right {
        width: 100%; }
      .teltonika-rms .section.about-signal-boosters .content-left h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px; }
      .teltonika-rms .section.about-signal-boosters .content-left p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px; }
      .teltonika-rms .section.about-signal-boosters .content-right {
        margin-top: 0;
        padding: 0 1.5rem;
        gap: 20px; }
        .teltonika-rms .section.about-signal-boosters .content-right .feature {
          gap: 10px;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .teltonika-rms .section.about-signal-boosters .content-right .feature .feature-img {
            flex: 0 0 60px;
            align-items: center;
            justify-content: center;
            display: flex; }
            .teltonika-rms .section.about-signal-boosters .content-right .feature .feature-img img {
              width: 100%; }
          .teltonika-rms .section.about-signal-boosters .content-right .feature .feature-text p {
            font-size: 18px;
            line-height: 24px;
            text-align: center; }
          .teltonika-rms .section.about-signal-boosters .content-right .feature:nth-child(1) .feature-img img {
            max-width: 40px; }
          .teltonika-rms .section.about-signal-boosters .content-right .feature:nth-child(2) .feature-img img {
            max-width: 50px; }
          .teltonika-rms .section.about-signal-boosters .content-right .feature:nth-child(3) .feature-img img {
            max-width: 35px; }
          .teltonika-rms .section.about-signal-boosters .content-right .feature:nth-child(4) .feature-img img {
            max-width: 40px; } }
  @media (min-width: 500px) and (max-width: 1281px) {
    .teltonika-rms .section.about-signal-boosters .content-right {
      flex-direction: row;
      flex-wrap: wrap;
      padding-bottom: 1.5rem; }
      .teltonika-rms .section.about-signal-boosters .content-right .feature {
        width: 47%; } }

.teltonika-rutm50 {
  /* Media queries for mobile view */ }
  .teltonika-rutm50 .new-section-wrapper {
    background-color: #000; }
    .teltonika-rutm50 .new-section-wrapper .container {
      background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/rutm50-product-bg-large.png");
      background-size: 50%;
      background-position: 100% 63%;
      background-repeat: no-repeat;
      color: #fff;
      padding: 3rem 1rem 4.5rem 1rem; }
      @media (max-width: 768px) {
        .teltonika-rutm50 .new-section-wrapper .container {
          background-color: #000000;
          background-image: none; } }
  .teltonika-rutm50 .new-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .new-section {
        padding: 4rem; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .new-section {
        flex-direction: column;
        text-align: left;
        padding: 2rem;
        background: none; } }
    .teltonika-rutm50 .new-section .content {
      flex: 1;
      margin-right: 30px; }
      @media (max-width: 768px) {
        .teltonika-rutm50 .new-section .content {
          margin-right: 0;
          margin-bottom: 1rem; } }
      .teltonika-rutm50 .new-section .content h2 {
        color: #08A3D7;
        font-weight: 800;
        font-size: 50px;
        line-height: 52px; }
        @media (min-width: 1181px) {
          .teltonika-rutm50 .new-section .content h2 {
            font-size: 70px;
            line-height: 72px; } }
        @media (max-width: 768px) {
          .teltonika-rutm50 .new-section .content h2 {
            font-size: 40px;
            line-height: 42px; } }
      .teltonika-rutm50 .new-section .content p {
        font-size: 18px;
        line-height: 23px; }
        @media (min-width: 1181px) {
          .teltonika-rutm50 .new-section .content p {
            font-size: 24px;
            line-height: 33px; } }
        @media (max-width: 768px) {
          .teltonika-rutm50 .new-section .content p {
            font-size: 16px;
            line-height: 22px; } }
      .teltonika-rutm50 .new-section .content ul {
        margin-top: 1rem;
        list-style-type: disc; }
        @media (max-width: 768px) {
          .teltonika-rutm50 .new-section .content ul {
            padding-left: 0;
            text-align: left; } }
        .teltonika-rutm50 .new-section .content ul li {
          margin-bottom: .75rem;
          font-size: 18px;
          line-height: 20px; }
          @media (min-width: 1181px) {
            .teltonika-rutm50 .new-section .content ul li {
              font-size: 18px;
              line-height: 20px; } }
      .teltonika-rutm50 .new-section .content .button-group {
        display: flex;
        gap: 15px;
        margin-top: 2rem; }
        @media (max-width: 768px) {
          .teltonika-rutm50 .new-section .content .button-group {
            flex-direction: column;
            gap: 10px; } }
        .teltonika-rutm50 .new-section .content .button-group a {
          display: inline-block;
          padding: 15px 20px;
          background-color: #08A3D7;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          border-radius: 4px;
          width: 20%; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .new-section .content .button-group a {
              width: 100% !important; } }
          .teltonika-rutm50 .new-section .content .button-group a:hover {
            background-color: #1b7d9c; }
    .teltonika-rutm50 .new-section .image {
      flex: 1;
      max-width: 50%; }
      @media (max-width: 768px) {
        .teltonika-rutm50 .new-section .image {
          max-width: 100%; } }
      .teltonika-rutm50 .new-section .image img {
        width: 100%;
        height: auto; }
  .teltonika-rutm50 .use-cases-section {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem !important; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .use-cases-section {
        flex-direction: column;
        text-align: left; } }
    .teltonika-rutm50 .use-cases-section .use-cases-content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 768px) {
        .teltonika-rutm50 .use-cases-section .use-cases-content {
          flex-direction: column;
          text-align: left; } }
      .teltonika-rutm50 .use-cases-section .use-cases-content .image {
        flex: 1;
        max-width: 50%; }
        @media (max-width: 768px) {
          .teltonika-rutm50 .use-cases-section .use-cases-content .image {
            max-width: 100%; } }
        .teltonika-rutm50 .use-cases-section .use-cases-content .image img {
          width: 100%;
          height: auto; }
      .teltonika-rutm50 .use-cases-section .use-cases-content .content {
        flex: 1;
        margin-left: 5rem; }
        @media (max-width: 768px) {
          .teltonika-rutm50 .use-cases-section .use-cases-content .content {
            margin-left: 0;
            margin-top: 1rem;
            text-align: left; } }
        .teltonika-rutm50 .use-cases-section .use-cases-content .content h2 {
          font-size: 30px;
          line-height: 36px;
          font-weight: 800; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .use-cases-section .use-cases-content .content h2 {
              font-size: 24px;
              line-height: 30px; } }
          @media (min-width: 1181px) {
            .teltonika-rutm50 .use-cases-section .use-cases-content .content h2 {
              font-size: 40px;
              line-height: 48px;
              margin-right: 1.5rem; } }
        .teltonika-rutm50 .use-cases-section .use-cases-content .content ul {
          list-style-type: disc; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .use-cases-section .use-cases-content .content ul {
              padding-left: 0;
              text-align: left; } }
          .teltonika-rutm50 .use-cases-section .use-cases-content .content ul li {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: .5rem; }
            @media (min-width: 1181px) {
              .teltonika-rutm50 .use-cases-section .use-cases-content .content ul li {
                font-size: 20px;
                line-height: 28px; } }
            @media (max-width: 768px) {
              .teltonika-rutm50 .use-cases-section .use-cases-content .content ul li {
                font-size: 16px;
                line-height: 22px; } }
  .teltonika-rutm50 .product-cards-section {
    margin: 3rem 0 4.5rem 0;
    text-align: center; }
    .teltonika-rutm50 .product-cards-section h2 {
      font-size: 30px;
      line-height: 36px;
      font-weight: 800;
      margin-bottom: 1.5rem; }
      @media (min-width: 1181px) {
        .teltonika-rutm50 .product-cards-section h2 {
          font-size: 40px;
          line-height: 48px;
          margin-top: 4.5rem; } }
      @media (max-width: 768px) {
        .teltonika-rutm50 .product-cards-section h2 {
          font-size: 24px;
          line-height: 30px;
          text-align: center; } }
    .teltonika-rutm50 .product-cards-section .product-cards {
      display: flex;
      justify-content: space-evenly; }
      @media (max-width: 768px) {
        .teltonika-rutm50 .product-cards-section .product-cards {
          flex-direction: column;
          align-items: center;
          text-align: left; } }
      .teltonika-rutm50 .product-cards-section .product-cards .product-card {
        background-color: #F3F6FA;
        width: 30%;
        max-width: 350px;
        padding: 1rem;
        border-radius: 0;
        text-align: left;
        position: relative;
        flex: 1 1 calc(33.333% - 20px);
        margin: 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .teltonika-rutm50 .product-cards-section .product-cards .product-card {
            width: 100%;
            margin-bottom: 1rem;
            display: flex;
            flex-direction: column;
            height: auto;
            overflow: hidden; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper {
          position: relative;
          text-align: center;
          height: 150px;
          margin-top: 3.5rem; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper {
              height: auto; } }
          .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image {
            position: absolute;
            width: auto;
            height: auto; }
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.bolton-blade {
              width: 4%;
              height: auto;
              top: 10px;
              right: 25px; }
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.bolton-blade-xl {
              width: 15%;
              height: auto;
              top: 10px;
              right: 15px; }
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.poynting-puck {
              max-width: 50%;
              height: auto;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
            @media (max-width: 768px) {
              .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.bolton-blade {
                width: 3% !important;
                height: auto !important;
                position: absolute !important;
                top: -54px !important;
                right: 60px !important;
                margin: 0 !important;
                overflow: hidden !important; }
              .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.bolton-blade-xl {
                width: 9% !important;
                height: auto !important;
                position: absolute !important;
                top: -50px !important;
                right: 45px !important;
                left: auto !important;
                bottom: auto !important;
                margin: 0 !important;
                overflow: hidden !important; }
              .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.poynting-puck {
                width: 25% !important;
                height: auto !important;
                position: absolute !important;
                top: 35px !important;
                right: 0 !important;
                left: 250px !important;
                bottom: 0 !important;
                margin: auto !important;
                overflow: hidden !important; } }
        @media (max-width: 768px) {
          .teltonika-rutm50 .product-cards-section .product-cards .product-card .content-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            width: 100%;
            padding-top: 0; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card .product-details {
          margin-top: 0;
          width: 70%; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .product-details {
              flex: 1;
              width: 100%; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card h3 {
          font-size: 22px;
          line-height: 25px;
          font-weight: bold;
          margin-bottom: .5rem;
          min-height: 50px; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card h3 {
              font-size: 18px;
              line-height: 22px;
              margin: 0; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card p {
          font-size: 18px;
          line-height: 29px;
          margin-bottom: .5rem; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card p {
              display: none; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card .price-and-buttons {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .price-and-buttons {
              flex-direction: column;
              align-items: flex-start;
              justify-content: flex-start;
              width: 100%; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card .price {
          font-size: 22px;
          line-height: 25px;
          font-weight: bold;
          margin-bottom: 0; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .price {
              display: none; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group {
          display: flex;
          gap: 10px; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group {
              flex-direction: row;
              justify-content: space-between;
              width: 100%;
              z-index: 1;
              background: #f4f6fa; } }
          .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group a {
            display: inline-block;
            padding: 0.5rem 1rem;
            background-color: #08A3D7;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            border-radius: 4px;
            width: 100%; }
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group a:hover {
              background-color: #1b7d9c; }
            @media (max-width: 768px) {
              .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group a {
                width: 48% !important;
                padding: 0.25rem !important;
                font-size: 14px !important; } }
          .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group .view-product {
            display: none; }
            @media (max-width: 768px) {
              .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group .view-product {
                display: block;
                order: 1; } }
          .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group .add-to-cart {
            order: 2; }
            @media (max-width: 768px) {
              .teltonika-rutm50 .product-cards-section .product-cards .product-card .button-group .add-to-cart {
                width: 48% !important; } }
        .teltonika-rutm50 .product-cards-section .product-cards .product-card .mobile-buttons-image-wrapper {
          display: none; }
          @media (max-width: 768px) {
            .teltonika-rutm50 .product-cards-section .product-cards .product-card .mobile-buttons-image-wrapper {
              display: flex;
              justify-content: space-between;
              width: 100%; } }
  .teltonika-rutm50 h1 {
    color: #08A3D7;
    font-weight: 800;
    font-size: 50px;
    line-height: 52px; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 h1 {
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 2rem; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 h1 {
        font-size: 40px;
        line-height: 42px; } }
  @media (min-width: 1361px) {
    .teltonika-rutm50 .container {
      padding: 0 6rem; } }
  .teltonika-rutm50 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.71429rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  .teltonika-rutm50 .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    background-color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .top-section {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .top-section {
        flex-direction: column;
        text-align: center; } }
  .teltonika-rutm50 .content {
    flex: 1;
    height: auto;
    margin-right: 30px; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .content {
        margin-right: 0;
        margin-bottom: 1rem;
        text-align: left; } }
    .teltonika-rutm50 .content p {
      margin-right: 0;
      margin-bottom: .75rem;
      padding: 1rem 0px;
      font-size: 18px;
      line-height: 23px; }
      @media (min-width: 1181px) {
        .teltonika-rutm50 .content p {
          line-height: 32px;
          font-size: 20px;
          margin-top: 10px; } }
      @media (max-width: 768px) {
        .teltonika-rutm50 .content p {
          font-size: 16px;
          line-height: 22px; } }
  .teltonika-rutm50 .logo {
    max-width: 500px;
    margin-bottom: 3rem; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .logo {
        max-width: 100%; } }
  .teltonika-rutm50 p {
    margin-bottom: 6.5rem;
    line-height: 33px;
    font-size: 21px; }
    @media (max-width: 768px) {
      .teltonika-rutm50 p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 2rem; } }
  .teltonika-rutm50 .cta-button {
    display: inline-block;
    width: 47% !important;
    margin-top: auto;
    margin-right: 1%;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .cta-button {
        width: 100% !important;
        margin-bottom: 1rem; } }
  .teltonika-rutm50 .cta-button,
  .teltonika-rutm50 .feature-button {
    display: inline-block;
    width: 100% !important;
    max-width: 616px;
    padding: 7px 20px;
    background-color: #08A3D7;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: all ease .2s;
    margin-top: auto; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .cta-button,
      .teltonika-rutm50 .feature-button {
        font-size: 20px; } }
  .teltonika-rutm50 .cta-button:hover,
  .teltonika-rutm50 .cta-button:focus,
  .teltonika-rutm50 .feature-button:hover,
  .teltonika-rutm50 .feature-button:focus {
    background-color: #1b7d9c;
    color: #FFF; }
  .teltonika-rutm50 .feature-button {
    font-size: 19px;
    width: 208px;
    height: 50px;
    align-content: center; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .feature-button {
        width: 100%;
        font-size: 18px; } }
  .teltonika-rutm50 .teltonika-products-section {
    padding: 40px 0;
    background-color: #FFF; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .teltonika-products-section {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
        padding-top: 0; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .teltonika-products-section {
        padding: 20px 0; } }
  .teltonika-rutm50 .teltonika-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
  @media (min-width: 900px) {
    .teltonika-rutm50 .teltonika-products-grid {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  .teltonika-rutm50 .teltonika-product-card {
    background-color: #F3F6FA;
    text-align: center;
    width: 30%;
    padding: 20px; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .teltonika-product-card {
        display: flex;
        flex-direction: column; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .teltonika-product-card {
        width: 100%; } }
  .teltonika-rutm50 .teltonika-product-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    font-weight: bold; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .teltonika-product-card h3 {
        font-size: 30px;
        line-height: 36px;
        min-height: 100px; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .teltonika-product-card h3 {
        font-size: 20px;
        line-height: 24px; } }
  .teltonika-rutm50 .teltonika-product-card .teltonika-price {
    margin-bottom: 20px;
    font-size: 18px;
    color: #08A3D7;
    font-weight: bold; }
  .teltonika-rutm50 .teltonika-product-card ul {
    padding-left: 1.5rem;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .teltonika-product-card ul {
        padding-left: 0;
        text-align: left; } }
  .teltonika-rutm50 .teltonika-product-card ul li {
    font-size: 16px;
    line-height: 24px;
    color: #555; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .teltonika-product-card ul li {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .teltonika-product-card ul li {
        font-size: 16px;
        line-height: 22px; } }
  .teltonika-rutm50 .button-group {
    display: flex;
    gap: 15px; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .button-group {
        flex-direction: column;
        gap: 10px; } }
    .teltonika-rutm50 .button-group a {
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .button-group {
        margin-top: auto; } }
  .teltonika-rutm50 .teltonika-view-product,
  .teltonika-rutm50 .teltonika-add-to-cart,
  .teltonika-rutm50 .teltonika-get-quote {
    background-color: #08A3D7;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all ease 0.2s;
    width: 48%;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block; }
    @media (min-width: 350px) {
      .teltonika-rutm50 .teltonika-view-product,
      .teltonika-rutm50 .teltonika-add-to-cart,
      .teltonika-rutm50 .teltonika-get-quote {
        font-size: 16px; } }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .teltonika-view-product,
      .teltonika-rutm50 .teltonika-add-to-cart,
      .teltonika-rutm50 .teltonika-get-quote {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .teltonika-view-product,
      .teltonika-rutm50 .teltonika-add-to-cart,
      .teltonika-rutm50 .teltonika-get-quote {
        width: 100%;
        font-size: 16px; } }
  .teltonika-rutm50 .teltonika-view-product:hover,
  .teltonika-rutm50 .teltonika-add-to-cart:hover,
  .teltonika-rutm50 .teltonika-get-quote:hover {
    background-color: #007bb5;
    color: #FFF; }
  .teltonika-rutm50 .benefits-content h2 {
    text-align: center;
    font-size: 30px;
    line-height: 57px;
    font-weight: 800; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .benefits-content h2 {
        font-size: 50px;
        margin-bottom: 2rem; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .benefits-content h2 {
        font-size: 24px;
        line-height: 30px; } }
  .teltonika-rutm50 .benefits-content p {
    font-size: 18px;
    line-height: 23px; }
    @media (min-width: 1181px) {
      .teltonika-rutm50 .benefits-content p {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 3rem; } }
    @media (max-width: 768px) {
      .teltonika-rutm50 .benefits-content p {
        font-size: 16px;
        line-height: 22px; } }
  @media (max-width: 1200px) {
    .teltonika-rutm50 .teltonika-product-card {
      width: 45%; } }
  @media (max-width: 980px) {
    .teltonika-rutm50 .cta-button {
      font-size: 18px !important; } }
  @media (max-width: 700px) {
    .teltonika-rutm50 .teltonika-product-card {
      width: 100%; } }
  @media (max-width: 768px) {
    .teltonika-rutm50 .image {
      max-width: calc(100% + 3rem);
      width: calc(100% + 3rem); }
    .teltonika-rutm50 .benefits-content p {
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .teltonika-rutm50 h1 {
      font-size: 50px;
      line-height: 55px;
      text-align: left;
      margin-top: 0; }
    .teltonika-rutm50 .content p {
      font-size: 18px;
      line-height: 25px;
      text-align: left; }
    .teltonika-rutm50 .top-section {
      flex-direction: column;
      text-align: center; }
    .teltonika-rutm50 .logo {
      max-width: 100%;
      margin-bottom: 1.5rem; }
    .teltonika-rutm50 .cta-button,
    .teltonika-rutm50 .feature-button {
      font-size: 20px;
      padding: 10px;
      width: 100%;
      margin-bottom: 10px; }
    .teltonika-rutm50 .cta-button:last-child,
    .teltonika-rutm50 .feature-button:last-child {
      margin-bottom: 0; }
    .teltonika-rutm50 .content-container {
      display: flex;
      flex-direction: column;
      margin-bottom: 1rem; }
    .teltonika-rutm50 .cta-button {
      width: 100% !important;
      margin-bottom: 1.5rem !important; }
    .teltonika-rutm50 .cta-button:last-child {
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .teltonika-rutm50 .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.bolton-blade {
      width: 10% !important;
      height: auto !important;
      position: absolute !important;
      top: 50px !important;
      right: 15px !important;
      left: auto !important;
      bottom: auto !important;
      margin: 0 !important;
      overflow: hidden !important; }
    .teltonika-rutm50 .teltonika-rutm50 .product-cards-section .product-cards .product-card .image-wrapper .product-image.bolton-blade-xl {
      width: 15% !important;
      height: auto !important;
      position: absolute !important;
      top: 50px !important;
      right: 15px !important;
      left: auto !important;
      bottom: auto !important;
      margin: 0 !important;
      overflow: hidden !important; } }
  .teltonika-rutm50 .rutm50-flex-section {
    background-color: #f3f6fa; }
  .teltonika-rutm50 .rutm50-flex-section .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .teltonika-rutm50 .form-container,
  .teltonika-rutm50 .image-container {
    flex: 1;
    max-width: 50%;
    padding: 0;
    margin: 0;
    padding: 4rem !important; }
  .teltonika-rutm50 .image-container {
    position: relative;
    overflow: hidden;
    background: url(https://store-6q5bpsuh.mybigcommerce.com/content/images/fleet_coverage.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .teltonika-rutm50 .image-container img {
    display: none;
    object-fit: cover;
    display: block;
    position: absolute; }
  @media (max-width: 900px) {
    .teltonika-rutm50 .rutm50-flex-section .container {
      flex-direction: column; }
    .teltonika-rutm50 .rutm50-flex-section .form-container,
    .teltonika-rutm50 .rutm50-flex-section .image-container {
      max-width: 100%;
      width: 100%; }
    .teltonika-rutm50 .rutm50-flex-section .image-container {
      display: none; } }
  @media (max-width: 1200px) {
    .teltonika-rutm50 #klaviyo-form-SLXPSd {
      width: 100%; }
    .teltonika-rutm50 #klaviyo-form-SLXPSd div[data-testid="form-row"]:nth-child(2),
    .teltonika-rutm50 #klaviyo-form-SLXPSd div[data-testid="form-row"]:nth-child(3),
    .teltonika-rutm50 #klaviyo-form-SLXPSd div[data-testid="form-row"]:nth-child(5) {
      display: block !important; }
    .teltonika-rutm50 #klaviyo-form-SLXPSd div[data-testid="form-row"]:nth-child(5) button {
      width: 100%;
      font-size: 20px; }
    .teltonika-rutm50 #klaviyo-form-SLXPSd span {
      font-size: 35px !important;
      line-height: 24px; } }
  .teltonika-rutm50 .yotpo.bottomLine {
    display: flex;
    justify-content: left;
    margin-bottom: 1.5rem; }
    .teltonika-rutm50 .yotpo.bottomLine a, .teltonika-rutm50 .yotpo.bottomLine .star-clickable, .teltonika-rutm50 .yotpo.bottomLine .yotpo-stars {
      cursor: default !important; }
    .teltonika-rutm50 .yotpo.bottomLine a:hover {
      color: #0c84c0 !important; }
    @media (max-width: 768px) {
      .teltonika-rutm50 .yotpo.bottomLine {
        display: none !important; } }

.wifi-installers .container,
.installation-process-section .container,
.wifi-partner-section .container,
.industry-section .container,
.benefits-section .container,
.wifi-benefits .container,
.how-outdoor-wifi-works .container,
.areas-we-serve .container,
.nationwide-section .container,
.commercial-wifi-section .container,
.why-choose-us-section .container,
.faq-section .container {
  max-width: 107rem;
  padding: 0 1.5rem; }

.wifi-installers .container {
  display: flex;
  flex-direction: column; }
  .wifi-installers .container .text-content, .wifi-installers .container .form-container {
    width: 100%; }
  .wifi-installers .container .text-content h1 {
    font-size: 50px;
    line-height: 57px;
    color: #08A3D7;
    font-weight: bold; }
  .wifi-installers .container .text-content h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 3rem; }
  .wifi-installers .container .text-content p {
    font-size: 18px;
    line-height: 27px; }
  .wifi-installers .container .form-container {
    padding: 1.5rem 0 3rem 0; }
    @media (min-width: 1181px) {
      .wifi-installers .container .form-container {
        padding: 3rem; }
        .wifi-installers .container .form-container form {
          padding: 3rem 4rem !important; }
          .wifi-installers .container .form-container form button {
            padding-left: 20px !important;
            padding-right: 20px !important; } }

@media (min-width: 1181px) {
  .wifi-installers .container {
    flex-direction: row; }
    .wifi-installers .container .text-content, .wifi-installers .container .form-container {
      width: 50%; }
    .wifi-installers .container .text-content h1 {
      font-size: 60px;
      line-height: 65px; }
    .wifi-installers .container .text-content h2 {
      font-size: 50px;
      line-height: 57px; }
    .wifi-installers .container .text-content p {
      font-size: 22px;
      line-height: 30px; } }

@media (min-width: 1024px) {
  .wifi-installers .container .text-content h1 {
    font-size: 75px;
    line-height: 69px; }
  .wifi-installers .container .text-content h2 {
    font-size: 50px;
    line-height: 57px; }
  .wifi-installers .container .text-content p {
    font-size: 24px;
    line-height: 33px; } }

.installation-process-section {
  padding: 3rem 1.5rem; }
  .installation-process-section h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem; }
  .installation-process-section .process-steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .installation-process-section .process-steps .step {
      width: 100%;
      margin-bottom: 2rem;
      padding: 2rem;
      background-color: #F3F6FA;
      position: relative;
      text-align: left;
      min-height: 300px; }
      .installation-process-section .process-steps .step .step-number {
        font-size: 1.5rem;
        color: #08A3D7;
        font-weight: bold;
        margin-bottom: 1rem; }
      .installation-process-section .process-steps .step img {
        min-width: 70px;
        margin-bottom: 1.5rem; }
      .installation-process-section .process-steps .step .step-title {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        color: #000;
        margin-bottom: 1rem; }
      .installation-process-section .process-steps .step ul {
        list-style-type: disc;
        margin: 0;
        padding: 0; }
        .installation-process-section .process-steps .step ul li {
          font-size: 16px;
          line-height: 20px;
          color: #000;
          margin-bottom: 0.5rem;
          list-style: none; }
  @media (min-width: 1024px) {
    .installation-process-section h2 {
      font-size: 50px;
      line-height: 57px; }
    .installation-process-section .process-steps {
      flex-direction: row;
      justify-content: space-between; }
      .installation-process-section .process-steps .step {
        width: 18%;
        margin-bottom: 0;
        min-height: 390px;
        padding: 2rem; }
        .installation-process-section .process-steps .step .step-title {
          font-size: 22px;
          line-height: 28px;
          min-height: 50px; }
        .installation-process-section .process-steps .step ul li {
          font-size: 18px;
          line-height: 24px; } }

.wifi-partner-section {
  background-color: #F3F6FA;
  padding: 3rem 1.5rem; }
  .wifi-partner-section .container {
    max-width: 87rem !important; }
    .wifi-partner-section .container .partner-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative; }
      .wifi-partner-section .container .partner-container .image-content,
      .wifi-partner-section .container .partner-container .text-content {
        width: 100%;
        text-align: center; }
      .wifi-partner-section .container .partner-container .image-content img {
        width: 70%;
        height: auto;
        padding-bottom: 2rem; }
      .wifi-partner-section .container .partner-container .text-content p {
        margin: 0;
        font-size: 18px;
        line-height: 27px; }
      @media (min-width: 768px) {
        .wifi-partner-section .container .partner-container {
          flex-direction: row;
          justify-content: space-between; }
          .wifi-partner-section .container .partner-container .image-content {
            width: 45%;
            text-align: left; }
          .wifi-partner-section .container .partner-container .text-content {
            width: 45%;
            text-align: left; }
            .wifi-partner-section .container .partner-container .text-content p {
              font-size: 20px;
              line-height: 28px; }
          .wifi-partner-section .container .partner-container:after {
            content: '';
            position: absolute;
            left: 45%;
            top: 0;
            transform: translateX(-50%);
            width: 1px;
            height: 100%;
            background-color: grey; } }

@media (min-width: 1024px) {
  .wifi-partner-section .container .partner-container .image-content {
    width: 45%; }
  .wifi-partner-section .container .partner-container .text-content {
    width: 45%; }
    .wifi-partner-section .container .partner-container .text-content p {
      font-size: 24px;
      line-height: 33px; } }

.industry-section {
  padding: 3rem 1.5rem;
  text-align: center; }
  .industry-section h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    margin-bottom: 2rem; }
  .industry-section .industry-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .industry-section .industry-container .industry-item {
      width: 100%;
      margin-bottom: 2rem; }
      .industry-section .industry-container .industry-item img {
        width: 80px;
        height: auto;
        margin-bottom: 1.5rem; }
      .industry-section .industry-container .industry-item p {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        color: #000; }

@media (min-width: 768px) {
  .industry-section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 3rem; }
  .industry-section .industry-container .industry-item {
    width: 45%; }
    .industry-section .industry-container .industry-item p {
      font-size: 24px;
      line-height: 30px; } }

@media (min-width: 1024px) {
  .industry-section h2 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 4rem; }
  .industry-section .industry-container .industry-item {
    width: 22%; }
    .industry-section .industry-container .industry-item p {
      font-size: 26px;
      line-height: 30px; } }

.benefits-section {
  padding: 3rem 1.5rem;
  text-align: center; }
  .benefits-section h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .benefits-section .swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 2rem 0;
    position: relative; }
    .benefits-section .swiper-container .swiper-wrapper {
      display: flex; }
    .benefits-section .swiper-container .swiper-slide {
      display: flex;
      justify-content: center; }
      .benefits-section .swiper-container .swiper-slide .benefit-card {
        background-color: #EDF1F5;
        padding: 2rem;
        text-align: left;
        width: 762px; }
        .benefits-section .swiper-container .swiper-slide .benefit-card img {
          width: 100%;
          height: auto;
          margin-bottom: 1rem; }
        .benefits-section .swiper-container .swiper-slide .benefit-card h3 {
          font-size: 20px;
          line-height: 25px;
          font-weight: bold;
          margin: 1rem 0 0.5rem;
          padding-bottom: 1.5rem; }
        .benefits-section .swiper-container .swiper-slide .benefit-card p {
          font-size: 18px;
          line-height: 25px; }
  .benefits-section .swiper-nav-buttons {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -5px; }
    .benefits-section .swiper-nav-buttons .swiper-button-next,
    .benefits-section .swiper-nav-buttons .swiper-button-prev {
      width: 44px;
      height: 44px;
      cursor: pointer;
      border-radius: 50%;
      background-size: contain; }
    .benefits-section .swiper-nav-buttons .swiper-button-prev {
      margin-right: 20px;
      background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-left.svg") no-repeat center center; }
    .benefits-section .swiper-nav-buttons .swiper-button-next {
      background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-right.svg") no-repeat center center; }

@media (min-width: 768px) {
  .benefits-section h2 {
    font-size: 40px;
    line-height: 45px; }
  .benefits-section .swiper-container .swiper-slide .benefit-card {
    padding: 3rem; }
    .benefits-section .swiper-container .swiper-slide .benefit-card h3 {
      font-size: 26px;
      line-height: 30px; }
    .benefits-section .swiper-container .swiper-slide .benefit-card p {
      font-size: 22px;
      line-height: 30px; } }

@media (min-width: 1024px) {
  .benefits-section h2 {
    font-size: 50px;
    line-height: 57px; }
  .benefits-section .swiper-container .swiper-slide .benefit-card {
    padding: 3rem; }
    .benefits-section .swiper-container .swiper-slide .benefit-card h3 {
      font-size: 30px;
      line-height: 30px; }
    .benefits-section .swiper-container .swiper-slide .benefit-card p {
      font-size: 24px;
      line-height: 33px; } }

.wifi-benefits {
  padding: 3rem 1.5rem;
  text-align: center; }
  .wifi-benefits h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 4rem; }
  .wifi-benefits .benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .wifi-benefits .benefits-container .benefit-item {
      width: 100%;
      margin-bottom: 2rem;
      text-align: center; }
      .wifi-benefits .benefits-container .benefit-item img {
        width: 80px;
        height: auto;
        margin-bottom: 1rem; }
      .wifi-benefits .benefits-container .benefit-item h3 {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        color: #000; }
      .wifi-benefits .benefits-container .benefit-item p {
        font-size: 16px;
        line-height: 20px;
        color: #000; }

@media (min-width: 768px) {
  .wifi-benefits h2 {
    font-size: 40px;
    line-height: 45px; }
  .wifi-benefits .benefits-container .benefit-item {
    width: 45%; }
    .wifi-benefits .benefits-container .benefit-item h3 {
      font-size: 22px;
      line-height: 28px; }
    .wifi-benefits .benefits-container .benefit-item p {
      font-size: 18px;
      line-height: 25px; } }

@media (min-width: 1024px) {
  .wifi-benefits h2 {
    font-size: 50px;
    line-height: 57px; }
  .wifi-benefits .benefits-container .benefit-item {
    width: 22%; }
    .wifi-benefits .benefits-container .benefit-item h3 {
      font-size: 26px;
      line-height: 30px; }
    .wifi-benefits .benefits-container .benefit-item p {
      font-size: 20px;
      line-height: 30px; } }

.how-outdoor-wifi-works {
  background-color: #F3F6FA;
  padding: 3rem 1.5rem;
  text-align: center; }
  .how-outdoor-wifi-works h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .how-outdoor-wifi-works .image-container {
    position: relative;
    width: 100%;
    text-align: center; }
    .how-outdoor-wifi-works .image-container .desktop-image {
      display: none; }
    .how-outdoor-wifi-works .image-container .mobile-image {
      display: block;
      width: calc(100% + 6rem);
      height: auto;
      overflow: visible;
      max-width: none;
      margin-left: -3rem; }
  .how-outdoor-wifi-works .steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem; }
    .how-outdoor-wifi-works .steps-container .step {
      width: 100%;
      margin-bottom: 4rem;
      padding: 2rem;
      text-align: center;
      background-color: #F3F6FA;
      border: 1px solid #D8D8D8;
      position: relative;
      min-height: 200px; }
      .how-outdoor-wifi-works .steps-container .step .step-number {
        background-color: #08A3D7;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        width: 4rem;
        height: 4rem;
        line-height: 2rem;
        border-radius: 50%;
        position: absolute;
        top: -8%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center; }
      .how-outdoor-wifi-works .steps-container .step h3 {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        color: #000;
        margin-bottom: 1rem;
        text-align: center; }
      .how-outdoor-wifi-works .steps-container .step p {
        font-size: 16px;
        line-height: 22px;
        color: #000; }

@media (min-width: 768px) {
  .how-outdoor-wifi-works h2 {
    font-size: 40px;
    line-height: 45px; }
  .how-outdoor-wifi-works .image-container .desktop-image {
    display: block;
    width: 100%;
    height: auto; }
  .how-outdoor-wifi-works .image-container .mobile-image {
    display: none; }
  .how-outdoor-wifi-works .steps-container {
    flex-direction: row;
    justify-content: space-around; }
    .how-outdoor-wifi-works .steps-container .step {
      width: 45%;
      text-align: left;
      min-height: 278px; }
      .how-outdoor-wifi-works .steps-container .step h3 {
        font-size: 22px;
        line-height: 28px; }
      .how-outdoor-wifi-works .steps-container .step p {
        font-size: 18px;
        line-height: 25px; }
      .how-outdoor-wifi-works .steps-container .step .step-number {
        top: -9%;
        left: 50%;
        transform: translateX(-50%); } }

@media (min-width: 1024px) {
  .how-outdoor-wifi-works h2 {
    font-size: 50px;
    line-height: 57px; }
  .how-outdoor-wifi-works .steps-container .step {
    min-height: 290px; }
    .how-outdoor-wifi-works .steps-container .step h3 {
      font-size: 32px;
      line-height: 33px; }
    .how-outdoor-wifi-works .steps-container .step p {
      font-size: 24px;
      line-height: 33px; } }

.areas-we-serve {
  background-color: #506076;
  padding: 3rem 1.5rem;
  text-align: center; }
  .areas-we-serve h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2rem; }
  .areas-we-serve .cities-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center; }
    .areas-we-serve .cities-container .city {
      width: 100%;
      font-size: 20px;
      line-height: 25px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 1rem; }
    .areas-we-serve .cities-container .city:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .areas-we-serve h2 {
      font-size: 40px;
      line-height: 45px; }
    .areas-we-serve .cities-container .city {
      width: 50%;
      font-size: 26px;
      line-height: 35px; } }
  @media (min-width: 1024px) {
    .areas-we-serve h2 {
      font-size: 50px;
      line-height: 57px; }
    .areas-we-serve .cities-container .city {
      width: 25%;
      font-size: 32px;
      line-height: 67px; } }

.nationwide-section {
  padding: 3rem 1.5rem;
  text-align: center; }
  .nationwide-section h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    margin-bottom: 2rem; }
  .nationwide-section ul {
    list-style: none;
    padding: 0;
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px; }
    .nationwide-section ul li {
      width: 45%;
      margin: 1rem; }
      .nationwide-section ul li a {
        font-size: 28px;
        line-height: 40px;
        color: #08A3D7;
        font-weight: 600;
        text-decoration: none; }
        .nationwide-section ul li a:hover {
          text-decoration: underline; }
  .nationwide-section .container .nationwide-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .nationwide-section .container .nationwide-container .image-content,
    .nationwide-section .container .nationwide-container .text-content {
      width: 100%; }
    .nationwide-section .container .nationwide-container .image-content img {
      width: 100%;
      height: auto; }
    .nationwide-section .container .nationwide-container .text-content p {
      font-size: 18px;
      line-height: 25px;
      color: #000; }
  @media (min-width: 768px) {
    .nationwide-section ul li a {
      font-size: 32px;
      line-height: 48px; }
    .nationwide-section .container .nationwide-container {
      flex-direction: row;
      text-align: left; }
      .nationwide-section .container .nationwide-container .image-content {
        width: 50%;
        text-align: left; }
      .nationwide-section .container .nationwide-container .text-content {
        padding-top: 10px;
        width: 50%;
        border-left: 1px solid grey;
        padding-left: 35px;
        text-align: left; }
        .nationwide-section .container .nationwide-container .text-content p {
          font-size: 20px;
          line-height: 25px; } }
  @media (min-width: 1024px) {
    .nationwide-section h2 {
      font-size: 50px;
      line-height: 57px; }
    .nationwide-section ul li a {
      font-size: 36px;
      line-height: 52px; }
    .nationwide-section .container .nationwide-container .text-content p {
      font-size: 24px;
      line-height: 33px; } }

.commercial-wifi-section {
  background-color: #08A3D7;
  padding: 1.5rem;
  text-align: center;
  color: #fff; }
  .commercial-wifi-section h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #FFF; }
  .commercial-wifi-section p {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold; }
  .commercial-wifi-section a {
    color: #FFF; }

@media (min-width: 768px) {
  .commercial-wifi-section h2 {
    font-size: 40px;
    line-height: 45px; }
  .commercial-wifi-section p {
    font-size: 20px;
    line-height: 25px; } }

@media (min-width: 1024px) {
  .commercial-wifi-section h2 {
    font-size: 40px;
    line-height: 45px; }
  .commercial-wifi-section p {
    font-size: 24px;
    line-height: 33px; } }

.faq-section {
  padding: 3rem 1.5rem;
  background-color: #F3F6FA; }
  .faq-section h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem; }
  .faq-section .faq .question {
    margin-bottom: 4rem; }
    .faq-section .faq .question h3 {
      font-size: 20px;
      line-height: 25px;
      font-weight: bold;
      color: #000;
      margin-bottom: 2rem; }
    .faq-section .faq .question p {
      font-size: 18px;
      line-height: 25px;
      color: #000; }

@media (min-width: 768px) {
  .faq-section h2 {
    font-size: 40px;
    line-height: 45px; }
  .faq-section .faq .question h3 {
    font-size: 22px;
    line-height: 28px; }
  .faq-section .faq .question p {
    font-size: 20px;
    line-height: 25px; } }

@media (min-width: 1024px) {
  .faq-section h2 {
    font-size: 40px;
    line-height: 45px; }
  .faq-section .faq .question h3 {
    font-size: 26px;
    line-height: 33px; }
  .faq-section .faq .question p {
    font-size: 24px;
    line-height: 37px; } }

.klaviyo-form-SLXPSd .form {
  padding: 2rem; }

.managed-services .container,
.managed-process-section .container,
.managed-features-section .container,
.managed-benefits-section .container,
.comprehensive-support .container {
  max-width: 107rem;
  padding: 0 1.5rem; }

.managed-services {
  background-color: #000000 !important;
  background: url(https://store-6q5bpsuh.mybigcommerce.com/content/images/tms-header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .managed-services .container {
    display: flex;
    flex-direction: column; }
    .managed-services .container .text-content, .managed-services .container .form-container {
      width: 100%; }
    .managed-services .container .text-content {
      padding-top: 3rem; }
      .managed-services .container .text-content h1 {
        font-size: 36px;
        line-height: 40px;
        color: #08A3D7;
        font-weight: bold; }
      .managed-services .container .text-content h2 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 1.5rem;
        color: #fff; }
      .managed-services .container .text-content p {
        font-size: 16px;
        line-height: 24px;
        color: #D8D8D8; }
    .managed-services .container .form-container {
      padding: 2rem; }
  @media (min-width: 768px) {
    .managed-services .container {
      flex-direction: row;
      padding: 2rem; }
      .managed-services .container .text-content h1 {
        font-size: 50px;
        line-height: 57px; }
      .managed-services .container .text-content h2 {
        font-size: 40px;
        line-height: 45px; }
      .managed-services .container .text-content p {
        font-size: 18px;
        line-height: 27px; } }
  @media (min-width: 1024px) {
    .managed-services .container .text-content h1 {
      font-size: 60px;
      line-height: 69px; }
    .managed-services .container .text-content h2 {
      font-size: 50px;
      line-height: 57px; }
    .managed-services .container .text-content p {
      font-size: 20px;
      line-height: 33px; } }

.managed-process-section {
  padding: 2rem 1.5rem; }
  .managed-process-section h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem; }
  .managed-process-section .process-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .managed-process-section .process-steps .step {
      width: 100%;
      margin-bottom: 2rem;
      padding: 1.5rem;
      background-color: #F3F6FA;
      position: relative;
      text-align: left;
      min-height: 250px; }
      .managed-process-section .process-steps .step .step-number {
        font-size: 1.5rem;
        color: #08A3D7;
        font-weight: bold;
        margin-bottom: 1rem; }
      .managed-process-section .process-steps .step img {
        min-width: 60px;
        margin-bottom: 1rem; }
      .managed-process-section .process-steps .step .step-title {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        color: #000;
        margin-bottom: 1rem; }
      .managed-process-section .process-steps .step ul {
        list-style: none;
        margin-left: 0px; }
        .managed-process-section .process-steps .step ul li {
          font-size: 14px;
          line-height: 20px;
          color: #000;
          margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .managed-process-section .process-steps {
      flex-direction: row;
      justify-content: space-between;
      gap: 20px;
      /* Adds space between cards at tablet width */ }
      .managed-process-section .process-steps .step {
        width: 48%;
        /* Ensure two cards fit per row on tablets */
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .managed-process-section .process-steps .step {
      width: 23%;
      min-height: 390px;
      padding: 2rem; }
      .managed-process-section .process-steps .step .step-title {
        font-size: 20px;
        line-height: 27px; }
      .managed-process-section .process-steps .step ul li {
        font-size: 16px;
        line-height: 22px; } }

.managed-features-section {
  padding: 2rem 1.5rem;
  text-align: center; }
  .managed-features-section h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .managed-features-section .features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .managed-features-section .features-container .feature-item {
      width: 100%;
      margin-bottom: 1.5rem; }
      .managed-features-section .features-container .feature-item img {
        width: 40%;
        height: auto;
        margin-bottom: 1rem; }
      .managed-features-section .features-container .feature-item p {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #000; }
  @media (min-width: 768px) {
    .managed-features-section h2 {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 2rem; }
    .managed-features-section .features-container .feature-item {
      width: 45%; }
      .managed-features-section .features-container .feature-item p {
        font-size: 20px;
        line-height: 27px; } }
  @media (min-width: 1024px) {
    .managed-features-section h2 {
      font-size: 40px;
      line-height: 45px; }
    .managed-features-section .features-container .feature-item {
      width: 30%; } }

.managed-benefits-section {
  padding: 2rem 1.5rem;
  text-align: center; }
  .managed-benefits-section h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .managed-benefits-section .swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative; }
    .managed-benefits-section .swiper-container .swiper-slide {
      display: flex;
      justify-content: center; }
      .managed-benefits-section .swiper-container .swiper-slide .benefit-card {
        background-color: #EDF1F5;
        padding: 1.5rem;
        text-align: left;
        width: 100%; }
        .managed-benefits-section .swiper-container .swiper-slide .benefit-card img {
          width: 100%;
          height: auto;
          margin-bottom: 1rem; }
        .managed-benefits-section .swiper-container .swiper-slide .benefit-card h3 {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 0.5rem; }
        .managed-benefits-section .swiper-container .swiper-slide .benefit-card p {
          font-size: 16px;
          line-height: 24px; }
  @media (min-width: 768px) {
    .managed-benefits-section .swiper-slide .benefit-card {
      padding: 2rem; }
      .managed-benefits-section .swiper-slide .benefit-card h3 {
        font-size: 22px;
        line-height: 28px; }
      .managed-benefits-section .swiper-slide .benefit-card p {
        font-size: 18px;
        line-height: 24px; } }
  @media (min-width: 1024px) {
    .managed-benefits-section .swiper-slide .benefit-card {
      padding: 2.5rem; }
      .managed-benefits-section .swiper-slide .benefit-card h3 {
        font-size: 24px;
        line-height: 30px; }
      .managed-benefits-section .swiper-slide .benefit-card p {
        font-size: 20px;
        line-height: 28px; } }

.comprehensive-support {
  padding: 2rem 1.5rem;
  text-align: center;
  background-color: #f3f6fa; }
  .comprehensive-support h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .comprehensive-support p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2rem;
    color: #000; }
  .comprehensive-support .support-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem; }
    .comprehensive-support .support-grid .support-item {
      width: 100%;
      margin-bottom: 1.5rem; }
      .comprehensive-support .support-grid .support-item img {
        max-height: 180px;
        margin-bottom: 1rem; }
      .comprehensive-support .support-grid .support-item h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold; }
      .comprehensive-support .support-grid .support-item p {
        font-size: 18px;
        line-height: 24px;
        color: #000; }
      .comprehensive-support .support-grid .support-item a {
        font-size: 16px;
        color: #08a3d7;
        margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .comprehensive-support .support-grid .support-item {
      width: 45%; } }
  @media (min-width: 1024px) {
    .comprehensive-support .support-grid .support-item {
      width: 30%; } }

.why-signal-boosters {
  padding: 2rem 1.5rem; }
  .why-signal-boosters h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center; }
  .why-signal-boosters .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between; }
    .why-signal-boosters .benefits-grid .benefit-item {
      width: 100%;
      margin-bottom: 1.5rem;
      padding: 1.5rem;
      background-color: #F3F6FA; }
      .why-signal-boosters .benefits-grid .benefit-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 1rem; }
      .why-signal-boosters .benefits-grid .benefit-item h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0.5rem; }
      .why-signal-boosters .benefits-grid .benefit-item p {
        font-size: 16px;
        line-height: 24px;
        color: #000; }
  @media (min-width: 768px) {
    .why-signal-boosters .benefits-grid .benefit-item {
      width: 45%; } }
  @media (min-width: 1024px) {
    .why-signal-boosters .benefits-grid .benefit-item {
      width: 22%; } }

.managed-benefits-section {
  padding: 2rem 1.5rem;
  text-align: center; }
  .managed-benefits-section h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .managed-benefits-section .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between; }
    .managed-benefits-section .benefits-grid .benefit-item {
      width: 100%;
      margin-bottom: 1.5rem;
      padding: 1.5rem;
      background-color: #F3F6FA;
      text-align: left; }
      .managed-benefits-section .benefits-grid .benefit-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 1rem; }
      .managed-benefits-section .benefits-grid .benefit-item h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 0.5rem; }
      .managed-benefits-section .benefits-grid .benefit-item p {
        font-size: 16px;
        line-height: 24px;
        color: #000; }
  @media (min-width: 768px) {
    .managed-benefits-section h2 {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 2rem; }
    .managed-benefits-section .benefits-grid .benefit-item {
      width: 45%; } }
  @media (min-width: 1024px) {
    .managed-benefits-section h2 {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 3rem; }
    .managed-benefits-section .benefits-grid .benefit-item {
      width: 22%; } }

.wilsonConnectivity .container {
  max-width: 115rem; }

.wilsonConnectivity .categoryHeroDefaultBackground .container .categoryHeroDefault {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px; }
  .wilsonConnectivity .categoryHeroDefaultBackground .container .categoryHeroDefault .text h1 {
    font-size: 36px;
    line-height: 1.2;
    color: #000; }
  .wilsonConnectivity .categoryHeroDefaultBackground .container .categoryHeroDefault .text .subheading-medium {
    font-size: 18px;
    color: #777; }
  .wilsonConnectivity .categoryHeroDefaultBackground .container .categoryHeroDefault .text .button.pardotFormModal2 {
    cursor: pointer;
    color: #fff;
    background-color: #23afdb;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: all ease 0.2s; }
    .wilsonConnectivity .categoryHeroDefaultBackground .container .categoryHeroDefault .text .button.pardotFormModal2:hover {
      background-color: #1a8db8; }
  .wilsonConnectivity .categoryHeroDefaultBackground .container .categoryHeroDefault .image img {
    max-width: 100%;
    height: auto; }

.wilsonConnectivity .section.section-white.das-comparison {
  background-color: #ffffff;
  padding: 40px 0; }
  .wilsonConnectivity .section.section-white.das-comparison .container h2.center {
    font-size: 50px;
    line-height: 57px;
    font-weight: bold;
    text-align: center;
    margin-top: 3rem !important;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .wilsonConnectivity .section.section-white.das-comparison .container h2.center {
        margin-bottom: 5rem; } }
  .wilsonConnectivity .section.section-white.das-comparison .container .intro-text {
    font-size: 16px;
    margin-bottom: 40px; }
  .wilsonConnectivity .section.section-white.das-comparison .container .tabs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: none; }
    .wilsonConnectivity .section.section-white.das-comparison .container .tabs .tab-link {
      flex: 1 1 auto;
      padding: 12px;
      font-size: 22px;
      text-align: center;
      border: 1px solid #d8d8d8;
      background: #fff;
      cursor: pointer; }
      @media (min-width: 768px) {
        .wilsonConnectivity .section.section-white.das-comparison .container .tabs .tab-link {
          font-size: 26px; } }
      .wilsonConnectivity .section.section-white.das-comparison .container .tabs .tab-link:hover, .wilsonConnectivity .section.section-white.das-comparison .container .tabs .tab-link.active {
        background: #23afdb;
        color: #ffffff; }
  .wilsonConnectivity .section.section-white.das-comparison .container .tab-content {
    display: none; }
    .wilsonConnectivity .section.section-white.das-comparison .container .tab-content.active {
      display: block; }
      @media (min-width: 768px) {
        .wilsonConnectivity .section.section-white.das-comparison .container .tab-content.active {
          margin-top: 20px; } }
    .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: .5rem; }
      @media (min-width: 768px) {
        .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content {
          padding-top: 2.5rem; } }
      .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content .content-left {
        width: 46%;
        font-size: 16px; }
        @media (min-width: 1181px) {
          .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content .content-left {
            padding-right: 1.5rem; } }
        .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content .content-left p {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 20px; }
          @media (min-width: 1181px) {
            .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content .content-left p {
              font-size: 24px;
              line-height: 34px; } }
      .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content .content-right {
        width: 54%;
        text-align: center; }
        .wilsonConnectivity .section.section-white.das-comparison .container .tab-content .content .content-right img {
          max-width: 100%;
          height: auto; }
  .wilsonConnectivity .section.section-white.das-comparison .learn-more-button {
    background-color: #23afdb;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 75px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 4rem auto;
    text-decoration: none;
    transition: all ease .2s; }
    .wilsonConnectivity .section.section-white.das-comparison .learn-more-button:hover {
      background-color: #1a8db8; }
    @media (max-width: 768px) {
      .wilsonConnectivity .section.section-white.das-comparison .learn-more-button {
        padding: 12px 20px; } }

@media (max-width: 768px) {
  .wilsonConnectivity .section.section-white.das-comparison {
    padding: 20px 0; }
    .wilsonConnectivity .section.section-white.das-comparison .container h2.center {
      font-size: 32px;
      line-height: 38px; }
    .wilsonConnectivity .section.section-white.das-comparison .container .intro-text {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; }
    .wilsonConnectivity .section.section-white.das-comparison .container .tabs {
      flex-direction: column;
      gap: 10px; }
      .wilsonConnectivity .section.section-white.das-comparison .container .tabs .tab-link {
        width: 100%; }
    .wilsonConnectivity .section.section-white.das-comparison .tab-content .content {
      flex-direction: column;
      align-items: center; }
      .wilsonConnectivity .section.section-white.das-comparison .tab-content .content .content-left,
      .wilsonConnectivity .section.section-white.das-comparison .tab-content .content .content-right {
        width: 100%;
        text-align: center; }
      .wilsonConnectivity .section.section-white.das-comparison .tab-content .content .content-left {
        width: 100% !important;
        margin-bottom: 15px;
        font-size: 16px;
        text-align: left; }
        .wilsonConnectivity .section.section-white.das-comparison .tab-content .content .content-left p {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 15px; }
        .wilsonConnectivity .section.section-white.das-comparison .tab-content .content .content-left .button-custom {
          font-size: 18px;
          line-height: 24px;
          padding: 12px 20px;
          margin-top: 20px;
          display: block;
          margin: 0 auto; } }

.wilsonConnectivity .button-custom {
  background-color: #23afdb;
  color: #ffffff;
  font-size: 21px;
  line-height: 28px;
  padding: 12px 50px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-top: 100px;
  transition: all ease 0.2s; }
  .wilsonConnectivity .button-custom:hover {
    background-color: #1a8db8;
    color: #FFF; }
  @media (max-width: 768px) {
    .wilsonConnectivity .button-custom {
      font-size: 18px;
      line-height: 24px;
      padding: 8px 20px;
      margin-top: 40px; } }
  @media (max-width: 480px) {
    .wilsonConnectivity .button-custom {
      font-size: 16px;
      padding: 6px 15px; } }

.wilsonConnectivity .solution-cards-section {
  padding: 40px 0;
  background-color: #ffffff; }
  .wilsonConnectivity .solution-cards-section .solution-cards {
    display: flex;
    flex-direction: column; }
    .wilsonConnectivity .solution-cards-section .solution-cards .card {
      background-color: #edf1f5;
      padding: 20px;
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .wilsonConnectivity .solution-cards-section .solution-cards .card .card-image {
        padding: 15px;
        width: 100%; }
        .wilsonConnectivity .solution-cards-section .solution-cards .card .card-image img {
          width: 100%;
          height: auto; }
      .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content {
        padding: 15px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1; }
        .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content h3 {
          font-size: 22px;
          line-height: 28px;
          font-weight: bold;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content h3 {
              font-size: 30px;
              line-height: 30px;
              margin-top: 0; } }
          @media (max-width: 768px) {
            .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content h3 {
              margin-top: 0; } }
        .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content p {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 20px;
          color: #555;
          padding-bottom: 2.5rem; }
          @media (min-width: 768px) {
            .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content p {
              font-size: 24px;
              line-height: 33px;
              margin-bottom: 1.5rem;
              padding-bottom: 2.5rem; } }
          @media (max-width: 768px) {
            .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content p {
              padding-bottom: 0; } }
        .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content .button {
          background-color: #23afdb;
          color: #ffffff;
          font-size: 18px;
          font-weight: 600;
          line-height: 26px;
          border-radius: 0;
          padding: 12px 30px;
          text-decoration: none;
          display: inline-block;
          transition: all ease 0.2s;
          align-self: flex-start;
          white-space: nowrap; }
          .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content .button:hover {
            background-color: #1a8db8; }
          @media (min-width: 768px) {
            .wilsonConnectivity .solution-cards-section .solution-cards .card .card-content .button {
              font-size: 20px;
              line-height: 28px; } }
  @media (min-width: 768px) {
    .wilsonConnectivity .solution-cards-section .solution-cards {
      flex-direction: row;
      justify-content: space-between;
      gap: 40px; }
      .wilsonConnectivity .solution-cards-section .solution-cards .card {
        width: calc(50% - 10px);
        margin-bottom: 0; } }

.wilsonConnectivity .hero-section {
  background-image: url(https://store-6q5bpsuh.mybigcommerce.com/content/images/connectivity-marquee-mobile.png);
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px 0;
  color: #ffffff;
  min-height: 300px;
  display: flex;
  justify-content: space-between;
  background-color: #000; }
  .wilsonConnectivity .hero-section .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    align-items: flex-start;
    position: relative; }
  .wilsonConnectivity .hero-section .text-content {
    width: 100%;
    text-align: left; }
    .wilsonConnectivity .hero-section .text-content h1 {
      font-size: 45px;
      line-height: 46px;
      font-weight: bold;
      color: #23afdb;
      margin: 0 0 .75rem 0; }
    .wilsonConnectivity .hero-section .text-content h2 {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 80%;
      margin-top: 0;
      color: white; }
    .wilsonConnectivity .hero-section .text-content p {
      font-size: 18px;
      line-height: 28px;
      color: #fff; }
  .wilsonConnectivity .hero-section .icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1rem 0;
    width: 100%; }
    .wilsonConnectivity .hero-section .icons .icon-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #ffffff; }
      .wilsonConnectivity .hero-section .icons .icon-item img {
        width: 40px;
        height: 40px; }
        .wilsonConnectivity .hero-section .icons .icon-item img.fcc {
          height: 40px;
          width: 34px;
          margin-right: 3px;
          margin-left: 3px; }
      .wilsonConnectivity .hero-section .icons .icon-item span {
        font-size: 18px;
        line-height: 24px;
        text-align: left; }
        .wilsonConnectivity .hero-section .icons .icon-item span strong {
          font-weight: bold; }
        .wilsonConnectivity .hero-section .icons .icon-item span .non-bold {
          font-weight: normal; }
  @media (min-width: 800px) {
    .wilsonConnectivity .hero-section {
      background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/wilson-connectivity-marquee-background.png"); }
      .wilsonConnectivity .hero-section .container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 120px; }
      .wilsonConnectivity .hero-section .text-content {
        width: 50%;
        text-align: left; }
        .wilsonConnectivity .hero-section .text-content h1 {
          font-size: 48px;
          line-height: 48px;
          margin-bottom: .75rem; }
        .wilsonConnectivity .hero-section .text-content h2 {
          font-size: 24px;
          line-height: 1.3;
          margin-bottom: 15px; }
        .wilsonConnectivity .hero-section .text-content p {
          margin-bottom: 0; }
      .wilsonConnectivity .hero-section .icons {
        position: absolute;
        bottom: 0;
        left: 0;
        flex-direction: row;
        justify-content: space-around;
        padding: 1.5rem; }
        .wilsonConnectivity .hero-section .icons .icon-item {
          align-items: flex-start; }
          .wilsonConnectivity .hero-section .icons .icon-item img {
            width: 48px;
            height: 48px; }
            .wilsonConnectivity .hero-section .icons .icon-item img.fcc {
              height: 43px;
              width: 36px;
              margin-right: 4px;
              margin-left: 4px; }
          .wilsonConnectivity .hero-section .icons .icon-item span {
            font-size: 16px;
            line-height: 22px; } }
  @media (min-width: 1024px) {
    .wilsonConnectivity .hero-section .icons {
      position: absolute;
      left: 0;
      right: 0;
      flex-direction: row;
      justify-content: space-around;
      padding: 1.5rem; }
      .wilsonConnectivity .hero-section .icons .icon-item span {
        font-size: 18px;
        line-height: 25px; }
    .wilsonConnectivity .hero-section .text-content h1 {
      font-size: 75px;
      line-height: 69px; }
    .wilsonConnectivity .hero-section .text-content h2 {
      font-size: 32px;
      line-height: 36px; }
    .wilsonConnectivity .hero-section .text-content p {
      font-size: 24px;
      line-height: 33px; } }
  @media (min-width: 1232px) and (max-width: 1400px) {
    .wilsonConnectivity .hero-section .icons {
      position: absolute;
      max-width: 100%;
      flex-direction: row;
      justify-content: space-around;
      padding: 1.5rem; }
      .wilsonConnectivity .hero-section .icons .icon-item span {
        font-size: 22px;
        line-height: 25px; }
    .wilsonConnectivity .hero-section .text-content h1 {
      font-size: 75px;
      line-height: 69px; }
    .wilsonConnectivity .hero-section .text-content h2 {
      font-size: 32px;
      line-height: 36px; }
    .wilsonConnectivity .hero-section .text-content p {
      font-size: 24px;
      line-height: 33px; } }
  @media (min-width: 1400px) {
    .wilsonConnectivity .hero-section .icons {
      position: absolute;
      left: 40px;
      right: 0;
      flex-direction: row;
      justify-content: space-around;
      padding: 15px 0;
      max-width: 95%; }
      .wilsonConnectivity .hero-section .icons .icon-item {
        align-items: center; }
        .wilsonConnectivity .hero-section .icons .icon-item img {
          width: 55px;
          height: 55px; }
          .wilsonConnectivity .hero-section .icons .icon-item img.fcc {
            height: 46px;
            width: 37px;
            margin-right: 4px;
            margin-left: 4px; }
        .wilsonConnectivity .hero-section .icons .icon-item span {
          font-size: 22px;
          line-height: 25px; }
    .wilsonConnectivity .hero-section .text-content {
      width: 35%; }
      .wilsonConnectivity .hero-section .text-content h1 {
        font-size: 75px;
        line-height: 69px; }
      .wilsonConnectivity .hero-section .text-content h2 {
        font-size: 32px;
        line-height: 36px; }
      .wilsonConnectivity .hero-section .text-content p {
        font-size: 24px;
        line-height: 33px; } }

.wilsonConnectivity .wifi-partner-section {
  padding: 4.5rem 1.5rem; }
  .wilsonConnectivity .wifi-partner-section h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 57px;
    margin-bottom: 3.5rem;
    margin-top: 0; }
  @media (max-width: 768px) {
    .wilsonConnectivity .wifi-partner-section h2 {
      font-size: 36px;
      line-height: 40px; } }

.wilsonConnectivity .wifi-partner-section .container .partner-container .image-content img {
  width: 90% !important;
  height: auto !important;
  padding-bottom: 2rem !important; }

@media (min-width: 768px) {
  .wilsonConnectivity .wifi-partner-section .container .partner-container:after {
    content: '';
    position: absolute;
    left: 48% !important;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: grey; } }

@media (max-width: 768px) {
  .wilsonConnectivity .wifi-partner-section .container .partner-container .image-content img {
    width: 100% !important;
    height: auto !important; } }

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  display: none !important; }

.toggle-results-button {
  display: none !important;
  margin-left: 10px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #0C84C0;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .toggle-results-button:hover {
    background-color: #0056b3; }
  @media (min-width: 1025px) {
    .toggle-results-button {
      display: none; } }

.mapbox-component-wrapper {
  max-width: 89rem;
  margin: 0 auto; }
  .mapbox-component-wrapper .steps-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    align-items: center;
    z-index: 11; }
  .mapbox-component-wrapper .outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem; }
  .mapbox-component-wrapper .inner-input-container {
    background-color: #ffffff;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #a7b2c1;
    z-index: 11; }
    .mapbox-component-wrapper .inner-input-container input {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      font-size: 14px;
      padding-left: 10px;
      border-radius: 5px;
      color: #333; }
      .mapbox-component-wrapper .inner-input-container input::placeholder {
        color: #a7b2c1;
        font-size: 14px; }
    .mapbox-component-wrapper .inner-input-container button {
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mapbox-component-wrapper .inner-input-container button svg {
        width: 25px;
        height: 25px;
        fill: #09a4d7; }
  .mapbox-component-wrapper .carrier-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    padding-top: 1rem;
    z-index: 1;
    width: 100%; }
    .mapbox-component-wrapper .carrier-selection .carrier-button {
      width: 90px;
      padding: 8px 14px;
      border: 1px solid #a7b2c1;
      border-radius: 5px;
      background-color: white;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease; }
      .mapbox-component-wrapper .carrier-selection .carrier-button:hover {
        background-color: #f0f4f8;
        border-color: #08a3d7; }
      .mapbox-component-wrapper .carrier-selection .carrier-button.selected {
        background-color: #08a3d7;
        color: white;
        border-color: #08a3d7; }
      .mapbox-component-wrapper .carrier-selection .carrier-button[data-network] {
        background-color: #FFF; }
        .mapbox-component-wrapper .carrier-selection .carrier-button[data-network].selected {
          background-color: #08a3d7;
          color: white; }
  .mapbox-component-wrapper #map {
    flex-grow: 1;
    height: 64vh;
    position: relative; }
    .mapbox-component-wrapper #map .mapboxgl-popup-content {
      position: relative;
      background: white;
      color: #333;
      border-radius: 5px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      padding: 15px;
      max-width: 160px;
      pointer-events: auto; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content .info-popup h3 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #000; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content .info-popup p {
        margin: 5px 0;
        font-size: 14px;
        line-height: 1.4; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: calc(100% - 20px);
        background-color: #0074cc;
        border-radius: 4px; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content .mapboxgl-popup-close-button {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #333;
        transition: color 0.2s ease; }
        .mapbox-component-wrapper #map .mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
          color: #000; }
    .mapbox-component-wrapper #map .sidebar.pull-up {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background: #ffffff;
      box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      box-sizing: border-box;
      z-index: 10; }
      .mapbox-component-wrapper #map .sidebar.pull-up.multi-view {
        height: 22vh; }
      .mapbox-component-wrapper #map .sidebar.pull-up.single-view {
        height: 7vh;
        overflow: hidden; }
      @media (min-width: 1024px) {
        .mapbox-component-wrapper #map .sidebar.pull-up {
          padding: 16px; } }
      .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header h3 {
          margin: 0;
          font-size: 16px;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px; }
          .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header h3 img {
            width: 18px;
            height: 18px;
            transition: transform 0.3s ease;
            color: #0C84C0; }
            .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header h3 img.rotate {
              transform: rotate(180deg); }
      .mapbox-component-wrapper #map .sidebar.pull-up .results-list {
        margin-top: 10px; }
        .mapbox-component-wrapper #map .sidebar.pull-up .results-list.multi-tower {
          max-height: 275px;
          overflow-y: auto; }
        .mapbox-component-wrapper #map .sidebar.pull-up .results-list.single-tower {
          max-height: 85px;
          overflow: hidden; }
        .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #ffffff;
          border-radius: 5px;
          padding: 10px;
          margin-bottom: 10px;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          border: 1px solid #b6c1cb;
          cursor: pointer;
          transition: background 0.3s, box-shadow 0.3s; }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item:hover {
            background: #f0f4f8;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected {
            background: #00adee;
            color: #FFF !important;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            border-left: 6px solid #0C84C0; }
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected .carrier-name,
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected .network-type,
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected .distance {
              color: #FFF !important; }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .carrier-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
            line-height: 16px; }
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .carrier-info .carrier-name {
              font-size: 14px;
              font-weight: 600; }
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .carrier-info .network-type {
              font-size: 12px;
              color: #555; }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .distance {
            font-size: 14px;
            font-weight: bold;
            color: #0C84C0; }
    .mapbox-component-wrapper #map #sidebarToggle {
      position: relative;
      top: -3px;
      width: 100%;
      background: #ffffff;
      border: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 6px;
      cursor: pointer;
      font-size: 16px;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      border-bottom: 1px solid #CCC;
      transition: background 0.3s ease; }
      .mapbox-component-wrapper #map #sidebarToggle img {
        width: 18px !important;
        height: 18px;
        color: #0C84C0;
        transition: transform 0.3s ease;
        transform: rotate(180deg); }
        .mapbox-component-wrapper #map #sidebarToggle img.rotate {
          transform: rotate(0deg); }
        @media (min-width: 1024px) {
          .mapbox-component-wrapper #map #sidebarToggle img {
            transform: rotate(180deg); }
            .mapbox-component-wrapper #map #sidebarToggle img.rotate {
              transform: rotate(0deg); } }
    .mapbox-component-wrapper #map .feedback-popup {
      position: absolute;
      background: white;
      padding: 20px;
      border-radius: 4px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      z-index: 100;
      max-width: 300px;
      display: none;
      pointer-events: auto;
      font-family: 'Roboto', sans-serif; }
      @media (max-width: 1024px) {
        .mapbox-component-wrapper #map .feedback-popup {
          top: 20px;
          right: 20px;
          left: 20px;
          max-width: none; } }
      @media (min-width: 1025px) {
        .mapbox-component-wrapper #map .feedback-popup {
          bottom: 20px;
          right: 20px;
          width: 300px; } }
      .mapbox-component-wrapper #map .feedback-popup.show {
        display: block !important;
        animation: slideIn 0.3s ease-out; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-close {
        position: absolute;
        top: 5px;
        right: 5px;
        background: none;
        border: none;
        font-size: 26px;
        color: #666;
        cursor: pointer;
        padding: 5px;
        line-height: 1; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-close:hover {
          color: #333; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-question {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 500; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: 15px; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button {
          padding: 8px 16px;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 13px;
          transition: background-color 0.2s; }
          .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.yes-button {
            background-color: #0C84C0;
            color: white; }
            .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.yes-button:hover {
              background-color: #096390; }
          .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.no-button {
            background-color: #f0f0f0;
            color: #333; }
            .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.no-button:hover {
              background-color: #d7d7d7; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-form {
        display: none; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-form.show {
          display: block; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-form textarea {
          width: 100%;
          padding: 8px;
          border: 1px solid #ddd;
          border-radius: 4px;
          margin-bottom: 10px;
          resize: vertical;
          min-height: 80px;
          font-size: 14px;
          line-height: 18px;
          margin-top: 20px; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-form button {
          width: 100%;
          padding: 8px;
          background-color: #0C84C0;
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 14px; }
          .mapbox-component-wrapper #map .feedback-popup .feedback-form button:hover {
            background-color: #096390; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-success {
        text-align: center;
        color: #333;
        font-size: 14px;
        line-height: 1.4; }

@keyframes slideIn {
  from {
    transform: translateY(100px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
    .mapbox-component-wrapper #map .feedback-icon {
      position: absolute;
      width: 40px;
      height: 40px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 100; }
      @media (max-width: 1024px) {
        .mapbox-component-wrapper #map .feedback-icon {
          top: 20px;
          right: 20px; } }
      @media (min-width: 1025px) {
        .mapbox-component-wrapper #map .feedback-icon {
          bottom: 20px;
          right: 20px; } }
      .mapbox-component-wrapper #map .feedback-icon:hover {
        transform: scale(1.1); }
      .mapbox-component-wrapper #map .feedback-icon svg {
        width: 24px;
        height: 24px;
        fill: #0C84C0; }
      .mapbox-component-wrapper #map .feedback-icon.show {
        display: flex; }
  .mapbox-component-wrapper .loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; }
    .mapbox-component-wrapper .loading .spinner {
      border: 16px solid #f3f3f3;
      border-top: 16px solid #3498db;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .mapbox-component-wrapper .distance-label {
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-align: center; }
  .mapbox-component-wrapper .bad-signal-section {
    margin-top: 15px;
    padding: 15px 0;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%; }
    .mapbox-component-wrapper .bad-signal-section.collapsed {
      max-height: 80px; }
    .mapbox-component-wrapper .bad-signal-section.expanded {
      max-height: 600px; }
    .mapbox-component-wrapper .bad-signal-section .bad-signal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 5px;
      padding-top: 0;
      cursor: pointer; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-header h4 {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        font-style: normal !important; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-header .toggle-icon {
        display: none;
        width: 18px !important;
        height: 18px;
        transition: transform 0.3s ease;
        transform: rotate(180deg); }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-header .toggle-icon.rotate {
          transform: rotate(0deg); }
    .mapbox-component-wrapper .bad-signal-section .bad-signal-content {
      flex-direction: column;
      gap: 15px;
      padding: 15px 0; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-content.show {
        display: flex; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        border-radius: 5px;
        border: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: .75rem; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item:hover {
          box-shadow: none !important; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text {
          padding-right: 1.25rem;
          flex: 1;
          font-size: 15px;
          line-height: 21px;
          color: #333; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text strong {
            font-size: 16px;
            color: #01a3d6; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text a {
            text-decoration: none !important; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-button {
          flex-shrink: 0;
          width: 115px;
          text-align: center;
          background-color: #01a3d6;
          color: #ffffff;
          border: none;
          padding: 10px;
          border-radius: 5px;
          cursor: pointer;
          font-size: 12px;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 600;
          transition: background-color 0.3s; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-button:hover {
            background-color: #0199c6;
            box-shadow: none !important; }
  .mapbox-component-wrapper .custom-marker {
    background-color: #0C84C0;
    border: 2px solid white; }

@media (min-width: 769px) and (max-width: 1024px) {
  .mapbox-component-wrapper .steps-container {
    gap: 20px;
    align-items: flex-start; }
  .mapbox-component-wrapper .outer-container {
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center; }
  .mapbox-component-wrapper .inner-input-container {
    width: 350px;
    flex-grow: 0;
    flex-shrink: 0; }
  .mapbox-component-wrapper .carrier-selection {
    width: auto;
    margin-left: 15px;
    padding-top: 0;
    gap: 10px;
    height: 45px; }
  .mapbox-component-wrapper #map {
    height: 648vh; }
  .mapbox-component-wrapper .bad-signal-section h4 {
    font-size: 16px; }
  .mapbox-component-wrapper .bad-signal-section .info-text {
    font-size: 12px; }
  .mapbox-component-wrapper .bad-signal-section .info-button {
    font-size: 14px; }
  .mapbox-component-wrapper .info-item {
    padding: 15px; }
  .mapbox-component-wrapper .info-text {
    font-size: 12px;
    max-width: 160px; }
  .mapbox-component-wrapper .info-button {
    padding: 10px 25px;
    font-size: 14px; } }

@media (min-width: 1025px) {
  .mapbox-component-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .mapbox-component-wrapper .steps-container {
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 30px;
      width: 100%;
      padding: 0;
      margin-top: 1rem; }
    .mapbox-component-wrapper .outer-container {
      flex-direction: row;
      align-items: center;
      gap: 20px;
      width: auto;
      margin-bottom: 0; }
    .mapbox-component-wrapper .inner-input-container {
      width: 400px;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 0; }
    .mapbox-component-wrapper .carrier-selection {
      padding-top: 0;
      height: 45px;
      gap: 10px; }
    .mapbox-component-wrapper #map {
      height: 810px;
      flex-grow: 1;
      margin-top: 20px;
      width: 100%;
      border: 1px solid #CCC; }
    .mapbox-component-wrapper .sidebar.pull-up {
      width: 25% !important;
      position: absolute;
      left: -320px;
      top: 0;
      height: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      width: 320px;
      border-radius: 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border: 1px solid #CCC; }
      .mapbox-component-wrapper .sidebar.pull-up #sidebar-content {
        max-height: 729px;
        overflow-y: auto; }
      .mapbox-component-wrapper .sidebar.pull-up.collapsed {
        height: 72px;
        padding: 10px 15px; }
        .mapbox-component-wrapper .sidebar.pull-up.collapsed #sidebarToggle {
          border-bottom: 0 !important; }
        .mapbox-component-wrapper .sidebar.pull-up.collapsed #sidebar-content {
          display: none; }
        .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer; }
          .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header h3 {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px; }
            .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header h3 img {
              width: 18px;
              height: 18px;
              transition: transform 0.3s ease;
              color: #0C84C0; }
              .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header h3 img.rotate {
                transform: rotate(180deg); }
      .mapbox-component-wrapper .sidebar.pull-up .results-list {
        margin-top: 10px;
        max-height: 100% !important;
        padding-bottom: 1.5rem;
        overflow-y: scroll;
        scroll-snap-type: y mandatory; }
        .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #ffffff;
          border-radius: 5px;
          padding: 10px;
          margin-bottom: 10px;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          border: 1px solid #b6c1cb;
          cursor: pointer;
          transition: background 0.3s, box-shadow 0.3s;
          scroll-snap-align: start; }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item:hover {
            background: #f0f4f8;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item.selected {
            background: #e9f7fe;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            border-left: 4px solid #0C84C0; }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .carrier-info {
            display: flex;
            flex-direction: column;
            gap: 2px; }
            .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .carrier-info .carrier-name {
              font-size: 14px;
              font-weight: 600; }
            .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .carrier-info .network-type {
              font-size: 12px;
              color: #555; }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .distance {
            font-size: 14px;
            font-weight: bold;
            color: #0C84C0; }
    .mapbox-component-wrapper #sidebarToggle {
      display: block; }
    .mapbox-component-wrapper .carrier-button {
      padding: 10px 15px;
      border: 1px solid #a7b2c1;
      border-radius: 5px;
      background-color: white;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-weight: 500; }
    .mapbox-component-wrapper .info-item {
      padding: 20px; }
    .mapbox-component-wrapper .info-text {
      font-size: 14px;
      max-width: 180px; }
    .mapbox-component-wrapper .info-button {
      padding: 12px 30px;
      font-size: 16px; } }

@media (max-width: 1024px) {
  .mapboxgl-popup,
  .distance-label {
    display: none !important; } }

.search-area-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  height: 29px;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 26px !important;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #DDD;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 767px) {
    .search-area-button {
      font-size: 14px !important; } }

.search-area-button:hover {
  background-color: #f4f4f4; }

.blog .weak-signal-section {
  margin: 1.5rem 0 3rem 0 !important;
  padding: 2rem 1.5rem;
  display: none;
  background: #EDEFF1;
  border: 0; }
  @media (min-width: 1181px) {
    .blog .weak-signal-section {
      display: block; } }
  .blog .weak-signal-section .headline {
    font-size: 22px;
    margin-bottom: 0; }
  .blog .weak-signal-section .description {
    font-size: 20px; }
  .blog .weak-signal-section .contact-button {
    font-size: 20px;
    display: inline-block;
    transition: all ease .2s; }
    .blog .weak-signal-section .contact-button:hover {
      background: #0199c6; }

@media (min-width: 1181px) {
  .bad-signal-section {
    display: block !important; }
    .bad-signal-section .bad-signal-header {
      padding-bottom: 0 !important; }
      .bad-signal-section .bad-signal-header br {
        display: none !important; }
    .bad-signal-section .bad-signal-content {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; }
      .bad-signal-section .bad-signal-content .info-item:nth-child(4) {
        display: none !important; }
      .bad-signal-section .bad-signal-content .info-text {
        max-width: 100%; }
        .bad-signal-section .bad-signal-content .info-text #cellTowerClickPhoneCall {
          font-weight: 600; } }

.weak-signal-section {
  display: none !important; }

.feedback-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor; }

.feedback-icon.show svg {
  width: 24px;
  height: 24px;
  fill: currentColor; }

.marquee-section {
  width: 100%;
  position: relative;
  background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/gbg-marquee.png");
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  color: #fff;
  text-align: left; }
  .marquee-section .container {
    max-width: 115rem;
    margin: 0 auto;
    padding: 0 16px; }
    .marquee-section .container .marquee-content {
      max-width: 90%;
      padding: 20px;
      border-radius: 8px; }
      .marquee-section .container .marquee-content .marquee-heading {
        font-size: 35px;
        line-height: 42px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 12rem;
        margin-top: 0; }
        .marquee-section .container .marquee-content .marquee-heading .highlight {
          color: #08a3d7; }
      .marquee-section .container .marquee-content .marquee-description {
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
        margin-top: 1.5rem;
        margin-bottom: 3rem; }
      .marquee-section .container .marquee-content .marquee-button {
        background-color: #08a3d7;
        color: #fff;
        padding: 12px 75px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 8px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        transition: background-color 0.3s ease; }
        .marquee-section .container .marquee-content .marquee-button:hover {
          background-color: #007bb5; }

@media (max-width: 767px) {
  .marquee-section {
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/mobile-marque-gbg.png"); } }

@media (min-width: 768px) {
  .marquee-section {
    padding: 60px 0; }
    .marquee-section .container .marquee-content {
      max-width: 48%;
      padding: 30px; }
      .marquee-section .container .marquee-content .marquee-heading {
        font-size: 75px;
        line-height: 69px;
        margin-bottom: 0; }
      .marquee-section .container .marquee-content .marquee-description {
        font-size: 24px;
        line-height: 33px; }
      .marquee-section .container .marquee-content .marquee-button {
        padding: 12px 175px;
        font-size: 20px;
        width: auto; } }

.product-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  margin-bottom: 8rem; }
  .product-section .product {
    background: #fff;
    padding: 16px;
    width: 100%;
    margin: 1.5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .product-section .product .product-image {
      max-width: 80%;
      border-radius: 8px;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .product-section .product .product-image {
          margin: 0 auto !important; } }
    .product-section .product .product-heading {
      font-size: 28px;
      line-height: 33px;
      font-weight: bold;
      color: #000000;
      margin-bottom: 1.2rem; }
      @media (min-width: 1181px) {
        .product-section .product .product-heading {
          font-size: 30px !important;
          line-height: 37px !important;
          font-weight: 700 !important;
          color: #000 !important;
          margin-bottom: 1.2rem !important;
          display: flex;
          align-items: flex-end;
          min-height: 140px;
          margin-top: 0; } }
    .product-section .product .product-title {
      font-size: 26px;
      line-height: 30px;
      margin-top: 0;
      color: #000000;
      margin-bottom: 1.2rem; }
    .product-section .product .product-price {
      font-size: 24px;
      line-height: 30px;
      color: #000000;
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center; }
      .product-section .product .product-price .gridItem-rating {
        margin-left: 12px; }
      .product-section .product .product-price .yotpo.bottomLine .yotpo-review-star {
        width: 22px;
        height: 22px; }
      .product-section .product .product-price .yotpo.bottomLine .yotpo-review-count {
        font-size: 18px !important; }
    .product-section .product .product-description {
      font-size: 18px;
      line-height: 28px;
      color: #333;
      margin-bottom: 24px;
      flex-grow: 1; }
    .product-section .product .product-buttons {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .product-section .product .product-buttons a, .product-section .product .product-buttons span {
        background-color: #08a3d7;
        color: #fff;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        transition: all ease 0.2s;
        width: 100%;
        border-radius: 8px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .product-section .product .product-buttons a:focus, .product-section .product .product-buttons a:hover, .product-section .product .product-buttons span:focus, .product-section .product .product-buttons span:hover {
          background: #007bb5; }
      .product-section .product .product-buttons .view-details {
        border: 2px solid #08a3d7;
        background: #FFF;
        color: #08a3d7; }
        .product-section .product .product-buttons .view-details:focus, .product-section .product .product-buttons .view-details:hover {
          border-color: #007bb5;
          color: #FFF; }
  @media (min-width: 1024px) {
    .product-section {
      margin: 0 auto;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      padding-bottom: 6rem; }
      .product-section .product {
        width: calc(50% - 20px);
        max-width: 650px; }
      .product-section .product-heading {
        font-size: 35px !important;
        line-height: 42px !important;
        font-weight: bold !important;
        color: #000000 !important;
        margin-bottom: 1.2rem !important; }
      .product-section .product-buttons {
        flex-direction: row !important;
        gap: 15px; }
        .product-section .product-buttons a, .product-section .product-buttons span {
          width: auto;
          flex: 1; }
      .product-section .product-title {
        font-size: 30px !important;
        line-height: 33px !important; }
      .product-section .product-price {
        font-size: 30px !important;
        line-height: 33px !important; } }

.budget-section {
  padding: 1.5rem 0 3rem 0;
  text-align: center;
  background-color: #f3f6fa; }
  .budget-section .container {
    max-width: 115rem;
    margin: 0 auto;
    padding: 0 16px; }
    .budget-section .container .budget-heading {
      font-size: 35px;
      line-height: 42px;
      font-weight: bold;
      color: #000;
      margin-bottom: 3rem; }
      @media (min-width: 1024px) {
        .budget-section .container .budget-heading {
          font-size: 50px;
          line-height: 57px;
          padding-bottom: 2rem; } }
    .budget-section .container .budget-description {
      font-size: 18px;
      line-height: 28px;
      color: #333;
      margin-bottom: 3rem; }
    .budget-section .container .budget-button {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 700px;
      margin: 0 auto; }
      .budget-section .container .budget-button a, .budget-section .container .budget-button span {
        background-color: #08a3d7;
        color: #fff;
        padding: 12px 20px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        transition: all ease 0.2s;
        width: 100%;
        border-radius: 8px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .budget-section .container .budget-button a:focus, .budget-section .container .budget-button a:hover, .budget-section .container .budget-button span:focus, .budget-section .container .budget-button span:hover {
          background: #007bb5; }
      .budget-section .container .budget-button .view-details {
        border: 2px solid #08a3d7;
        background: #FFF;
        color: #08a3d7; }
        .budget-section .container .budget-button .view-details:focus, .budget-section .container .budget-button .view-details:hover {
          border-color: #007bb5;
          color: #FFF; }
    .budget-section .container .budget-products {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .budget-section .container .budget-products .product-item {
        flex: 1;
        padding: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%; }
        .budget-section .container .budget-products .product-item .product-image {
          max-width: 100%;
          height: 200px;
          object-fit: contain;
          margin-bottom: 1.5rem; }
        .budget-section .container .budget-products .product-item .product-title {
          font-size: 22px;
          line-height: 28px;
          font-weight: bold;
          color: #000;
          margin-bottom: 1rem; }
          @media (min-width: 1181px) {
            .budget-section .container .budget-products .product-item .product-title {
              font-size: 26px;
              line-height: 32px; } }
        .budget-section .container .budget-products .product-item .product-description {
          font-size: 18px;
          line-height: 28px;
          color: #333;
          margin-bottom: 2rem;
          flex-grow: 1; }
        .budget-section .container .budget-products .product-item .learn-more-button {
          background-color: #08a3d7;
          color: #fff;
          padding: 12px 20px;
          font-size: 16px;
          font-weight: 700;
          border-radius: 8px;
          text-decoration: none;
          text-align: center;
          width: 100%;
          margin: 0 auto;
          transition: background-color 0.2s ease;
          text-transform: uppercase; }
          .budget-section .container .budget-products .product-item .learn-more-button:hover {
            background-color: #007bb5; }
          @media (min-width: 1181px) {
            .budget-section .container .budget-products .product-item .learn-more-button {
              font-size: 18px; } }

@media (min-width: 768px) {
  .budget-section .container .budget-description {
    font-size: 24px !important;
    line-height: 33px !important;
    color: #000000 !important;
    margin-bottom: 3rem !important; }
  .budget-section .container .budget-products {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; }
    .budget-section .container .budget-products .product-item {
      width: 33%; }
    .budget-section .container .budget-products .product-description {
      font-size: 20px !important;
      line-height: 28px !important; }
    .budget-section .container .budget-products .learn-more-button {
      width: 50% !important;
      padding: 12px 40px !important; }
    .budget-section .container .budget-products .product-title {
      font-size: 26px;
      line-height: 30px; } }

.brand-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .brand-section {
      padding-bottom: 10rem; } }
  .brand-section .container {
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 16px; }
    .brand-section .container .brand-heading {
      font-size: 28px;
      line-height: 34px;
      font-weight: bold;
      color: #000;
      margin-bottom: 2rem; }
      @media (min-width: 1024px) {
        .brand-section .container .brand-heading {
          font-size: 50px;
          line-height: 57px;
          padding-bottom: 2rem; } }
    .brand-section .container .brand-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px; }
      .brand-section .container .brand-grid .brand-item {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        cursor: pointer;
        width: 100%;
        max-width: 50%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .brand-section .container .brand-grid .brand-item {
            width: calc(33.33% - 20px);
            max-width: 33.33%; } }
        @media (max-width: 768px) {
          .brand-section .container .brand-grid .brand-item {
            width: 100%;
            max-width: 100%; } }
        .brand-section .container .brand-grid .brand-item img {
          width: 100%;
          height: auto;
          display: block;
          border-radius: 8px;
          transition: transform 0.3s ease; }
        .brand-section .container .brand-grid .brand-item:hover img {
          transform: scale(1.05); }

.signal-boosters-benefits {
  padding-bottom: 6rem !important; }
  .signal-boosters-benefits > .container {
    overflow: visible !important; }
    .signal-boosters-benefits > .container > h2.heading {
      opacity: 1;
      color: black;
      font-weight: 700;
      letter-spacing: 0px;
      text-align: center;
      margin: 15px 0 32px !important;
      font-size: 32px;
      line-height: 33px; }
      @media (min-width: 1181px) {
        .signal-boosters-benefits > .container > h2.heading {
          font-size: 50px;
          line-height: 57px;
          margin: 5px 0 59px !important; } }
    @media (min-width: 1181px) {
      .signal-boosters-benefits > .container .home-benefits-wrapper {
        display: flex;
        justify-content: center;
        align-content: stretch;
        align-items: stretch; } }
    .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit {
      display: inline-block;
      flex: none;
      background-color: #f3f6fa;
      width: calc(25% - 32px);
      padding: 24px;
      position: relative;
      margin-bottom: 40px;
      min-width: 302px;
      margin: 0 1.5rem; }
      @media (min-width: 1181px) {
        .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit {
          margin-right: 0;
          box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.14);
          opacity: 1; } }
      .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit .subheading {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin-bottom: 40px; }
        .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit .subheading strong {
          display: inline-block;
          flex: none;
          width: 200px;
          max-width: calc(100% - 60px);
          opacity: 1;
          color: #1f253a;
          font-size: 32px;
          font-weight: 700;
          letter-spacing: 0px;
          text-align: left;
          line-height: 33px; }
        .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit .subheading img {
          display: inline-block;
          flex: none;
          max-width: 60px;
          max-height: 41px; }
      .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit p {
        opacity: 1;
        color: #1f253a;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: left;
        line-height: 23px;
        margin-bottom: 30px;
        font-size: 16px; }
        @media (min-width: 1181px) {
          .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit p {
            font-size: 18px; } }
      .signal-boosters-benefits > .container .home-benefits-wrapper .home-benefit > strong {
        opacity: 1;
        color: #1f253a;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: left;
        line-height: 33px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: none; }

.home-signal-experts.section {
  background: #1F253A;
  padding: 60px 0 30px !important; }
  @media (min-width: 1181px) {
    .home-signal-experts.section {
      padding: 6rem 0 4.5rem !important; } }
  .home-signal-experts.section > .container > .home-signal-experts-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .home-signal-experts.section > .container > .home-signal-experts-wrapper h2.heading {
      opacity: 1;
      color: #fff;
      font-family: "Roboto";
      font-weight: 900;
      letter-spacing: 0px;
      display: block;
      margin: 0 0 30px;
      width: 800px;
      max-width: 100%;
      font-size: 50px;
      line-height: 50px; }
      @media (min-width: 1181px) {
        .home-signal-experts.section > .container > .home-signal-experts-wrapper h2.heading {
          font-size: 75px;
          line-height: 69px; } }
      .home-signal-experts.section > .container > .home-signal-experts-wrapper h2.heading .blue {
        color: #08a3d7; }
    .home-signal-experts.section > .container > .home-signal-experts-wrapper p {
      opacity: 1;
      color: #fff;
      font-family: "Roboto";
      font-weight: 300;
      letter-spacing: -0.75px;
      font-size: 20px;
      line-height: 25px; }
      @media (min-width: 1181px) {
        .home-signal-experts.section > .container > .home-signal-experts-wrapper p {
          font-size: 24px;
          line-height: 33px; } }
    .home-signal-experts.section > .container > .home-signal-experts-wrapper .left-side {
      flex: none;
      display: inline-block;
      width: 100%; }
      @media (min-width: 1181px) {
        .home-signal-experts.section > .container > .home-signal-experts-wrapper .left-side {
          width: 50%;
          padding-right: 60px; } }
    .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 20px; }
      @media (min-width: 1181px) {
        .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side {
          width: 50%;
          margin-top: 0; } }
      .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell {
        display: flex;
        width: 100%;
        margin-bottom: 30px; }
        @media (min-width: 1181px) {
          .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell {
            width: 50%;
            margin-bottom: 67px; } }
        .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell p {
          width: calc(100% - 70px);
          flex: none;
          display: inline-block;
          padding-left: 15px; }
          .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell p strong {
            max-width: 200px; }
        .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell strong, .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell span {
          opacity: 1;
          color: #fff;
          font-family: "Roboto";
          font-size: 20px;
          letter-spacing: 0px;
          text-align: left;
          line-height: 25px;
          display: block; }
          @media (min-width: 1181px) {
            .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell strong, .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell span {
              font-size: 22px; } }
        .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img {
          max-width: 70px;
          flex: none;
          display: inline-block;
          max-height: 70px; }
          .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img.usa-customer-service {
            width: 51px;
            height: 70px;
            margin: -9px 19px 0 0; }
            @media (min-width: 1181px) {
              .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img.usa-customer-service {
                margin: -9px 9.5px 0; } }
          .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img.free-shipping {
            width: 70px;
            height: 51px;
            margin: 0; }
          .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img.money-back {
            width: 50px;
            height: 50px;
            margin: 0 20px 0 0; }
            @media (min-width: 1181px) {
              .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img.money-back {
                margin: 0 10px 0; } }
          .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img.manufacturer-warranty {
            width: 41px;
            height: 47px;
            margin: 0 24px 0 5px; }
            @media (min-width: 1181px) {
              .home-signal-experts.section > .container > .home-signal-experts-wrapper .right-side .cell img.manufacturer-warranty {
                margin: 0 14.5px 0; } }

.ruckus-page-wrapper .container {
  max-width: 107rem;
  padding: 0 1.5rem; }

.ruckus-page-wrapper .ruckus-marquee {
  padding: 4rem 0; }
  .ruckus-page-wrapper .ruckus-marquee__content {
    display: flex;
    flex-direction: column;
    gap: 3rem; }
    @media (min-width: 768px) {
      .ruckus-page-wrapper .ruckus-marquee__content {
        flex-direction: row;
        justify-content: space-between;
        gap: 4rem; } }
  @media (min-width: 768px) {
    .ruckus-page-wrapper .ruckus-marquee__info {
      flex: 0 0 50%; } }
  .ruckus-page-wrapper .ruckus-marquee__logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-marquee__logo {
        max-width: 300px; } }
  .ruckus-page-wrapper .ruckus-marquee__text h2 {
    color: #08A3D7;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 1rem;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-marquee__text h2 {
        font-size: 75px;
        line-height: 72px; } }
  .ruckus-page-wrapper .ruckus-marquee__text p {
    font-size: 18px;
    line-height: 28.8px; }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-marquee__text p {
        font-size: 24px;
        line-height: 33px; } }
  @media (min-width: 1181px) {
    .ruckus-page-wrapper .ruckus-marquee .form-container form {
      padding: 3rem 4rem !important; }
      .ruckus-page-wrapper .ruckus-marquee .form-container form button {
        padding-left: 20px !important;
        padding-right: 20px !important; } }

.ruckus-page-wrapper .ruckus-features {
  padding: 4rem 0;
  background-color: #fff; }
  .ruckus-page-wrapper .ruckus-features__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .ruckus-page-wrapper .ruckus-features__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-features__grid {
        grid-template-columns: repeat(5, 1fr); } }
  .ruckus-page-wrapper .ruckus-features__item {
    position: relative;
    background-color: #F3F6FA;
    padding: 2rem 1rem;
    height: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-radius: 8px; }
    .ruckus-page-wrapper .ruckus-features__item .feature-number {
      position: absolute;
      top: 1rem;
      left: 1rem;
      font-size: 24px;
      color: #08A3D7;
      font-weight: 700; }
    .ruckus-page-wrapper .ruckus-features__item img {
      width: 55px;
      height: 55px;
      margin: 2rem 0 1rem; }
    .ruckus-page-wrapper .ruckus-features__item h3 {
      font-size: 20px;
      line-height: 1.2;
      margin: 0 0 1rem;
      font-weight: 600;
      color: #333; }
      @media (min-width: 1024px) {
        .ruckus-page-wrapper .ruckus-features__item h3 {
          font-size: 26px; } }
    .ruckus-page-wrapper .ruckus-features__item ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      flex-grow: 1;
      width: 100%; }
      .ruckus-page-wrapper .ruckus-features__item ul li {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0.5rem;
        text-align: left;
        padding-left: 0; }
        @media (min-width: 1024px) {
          .ruckus-page-wrapper .ruckus-features__item ul li {
            font-size: 20px;
            line-height: 30px; } }
    .ruckus-page-wrapper .ruckus-features__item__price-rating {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1rem; }
    .ruckus-page-wrapper .ruckus-features__item__price {
      font-size: 24px;
      font-weight: 600;
      color: #333; }
    .ruckus-page-wrapper .ruckus-features__item__actions {
      display: flex;
      gap: 1rem;
      margin-top: 2rem; }
      .ruckus-page-wrapper .ruckus-features__item__actions .btn {
        flex: 1;
        font-size: 16px;
        padding: 1rem 1.5rem;
        border-radius: 8px; }
        .ruckus-page-wrapper .ruckus-features__item__actions .btn-primary {
          background-color: #08A3D7;
          color: white;
          border: none; }
          .ruckus-page-wrapper .ruckus-features__item__actions .btn-primary:hover {
            background-color: #067ea6; }

.ruckus-page-wrapper .ruckus-products {
  padding: 1rem 0; }
  .ruckus-page-wrapper .ruckus-products h3 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .ruckus-page-wrapper .ruckus-products h3 {
        font-size: 48px;
        line-height: 54px; } }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-products h3 {
        font-size: 56px;
        line-height: 62px; } }
    .ruckus-page-wrapper .ruckus-products h3:nth-child(2) {
      margin-top: 4rem; }
      @media (min-width: 768px) {
        .ruckus-page-wrapper .ruckus-products h3:nth-child(2) {
          margin-top: 5rem; } }
      @media (min-width: 1024px) {
        .ruckus-page-wrapper .ruckus-products h3:nth-child(2) {
          margin-top: 6rem; } }
  .ruckus-page-wrapper .ruckus-products h4 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 1.5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .ruckus-page-wrapper .ruckus-products h4 {
        font-size: 36px;
        line-height: 42px; } }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-products h4 {
        font-size: 40px;
        line-height: 46px; } }
  .ruckus-page-wrapper .ruckus-products p {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
    text-align: left; }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-products p {
        font-size: 18px;
        line-height: 30px; } }
  .ruckus-page-wrapper .ruckus-products__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .ruckus-page-wrapper .ruckus-products__grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0; } }
  .ruckus-page-wrapper .ruckus-products .ruckus-product-card {
    padding: 1.5rem;
    background: white; }
    .ruckus-page-wrapper .ruckus-products .ruckus-product-card img {
      width: 100%;
      height: auto;
      margin-bottom: 1.5rem;
      object-fit: contain; }
    .ruckus-page-wrapper .ruckus-products .ruckus-product-card .product-buttons {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .ruckus-page-wrapper .ruckus-products .ruckus-product-card .product-buttons {
          flex-direction: row;
          justify-content: center;
          margin-top: 1.5rem; } }
      .ruckus-page-wrapper .ruckus-products .ruckus-product-card .product-buttons .add-to-cart-btn {
        width: 100%;
        align-items: center;
        background-color: #068ac7;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 15px;
        font-weight: 600;
        justify-content: center;
        margin: 10px 0;
        padding: 10px;
        text-transform: uppercase; }
        .ruckus-page-wrapper .ruckus-products .ruckus-product-card .product-buttons .add-to-cart-btn:focus {
          background-color: #2a5d89; }
      .ruckus-page-wrapper .ruckus-products .ruckus-product-card .product-buttons .view-details {
        width: 100%;
        align-items: center;
        background-color: transparent;
        border: 1px solid #068ac7;
        border-radius: 5px;
        box-sizing: border-box;
        color: #068ac7;
        cursor: pointer;
        display: flex;
        font-size: 15px;
        font-weight: 600;
        justify-content: center;
        margin: 10px 0;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s ease; }
        .ruckus-page-wrapper .ruckus-products .ruckus-product-card .product-buttons .view-details:hover {
          background-color: #068ac7;
          color: white; }

.ruckus-page-wrapper .ruckus-cta {
  background-color: #08A3D7;
  color: #fff;
  padding: 2.5rem 0;
  text-align: center; }
  .ruckus-page-wrapper .ruckus-cta .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px; }
  .ruckus-page-wrapper .ruckus-cta h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #fff; }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-cta h2 {
        font-size: 40px;
        line-height: 48px;
        margin-top: 0; } }
  .ruckus-page-wrapper .ruckus-cta p {
    font-size: 20px;
    line-height: 30px;
    margin: 0; }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-cta p {
        font-size: 24px;
        line-height: 36px; } }

.ruckus-page-wrapper .ruckus-video {
  padding: 4rem 0; }
  .ruckus-page-wrapper .ruckus-video h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 2rem;
    text-align: center; }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-video h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 3rem;
        font-weight: 700; } }
  .ruckus-page-wrapper .ruckus-video__player {
    width: 100%;
    max-width: 107rem;
    margin: 0 auto;
    padding: 0 1.5rem; }
    @media (min-width: 768px) {
      .ruckus-page-wrapper .ruckus-video__player {
        padding: 0 2rem; } }
    @media (min-width: 1024px) {
      .ruckus-page-wrapper .ruckus-video__player {
        padding: 0 3rem; } }
    .ruckus-page-wrapper .ruckus-video__player img {
      width: 100%;
      height: auto;
      cursor: pointer; }
    .ruckus-page-wrapper .ruckus-video__player iframe {
      width: 100%;
      height: 300px; }
      @media (min-width: 768px) {
        .ruckus-page-wrapper .ruckus-video__player iframe {
          height: 400px; } }
      @media (min-width: 1024px) {
        .ruckus-page-wrapper .ruckus-video__player iframe {
          height: 500px; } }

.cellular-routers-landing {
  overflow-x: hidden; }
  .cellular-routers-landing .cellular-routers .container {
    max-width: 115rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 1181px) {
      .cellular-routers-landing .cellular-routers .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 1361px) {
      .cellular-routers-landing .cellular-routers .container {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .cellular-routers-landing .cellular-routers .section .container {
    overflow: auto; }
  .cellular-routers-landing .cellular-routers .cellular-routers-marquee {
    background: #000000; }
    .cellular-routers-landing .cellular-routers .cellular-routers-marquee .container {
      max-width: 115rem;
      background-size: cover;
      background-position: 50% 50%;
      padding-top: 3rem;
      padding-bottom: 3rem;
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://store-6q5bpsuh.mybigcommerce.com/content/images/cellular-routers-marquee.jpg");
      position: relative; }
      @media (min-width: 768px) {
        .cellular-routers-landing .cellular-routers .cellular-routers-marquee .container {
          background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/cellular-routers-marquee.jpg");
          background-position: center right; } }
    .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-content {
      display: flex;
      flex-direction: column;
      gap: 2rem; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-content {
          flex-direction: row;
          gap: 12rem;
          align-items: stretch; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-content {
          gap: 3rem; } }
    .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text {
      width: 100%; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text {
          width: 55%;
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text {
          width: 60%;
          padding-right: 17.5%; } }
      .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text h1 {
        font-weight: 700;
        color: #FFF;
        margin: 0 0 1.5rem 0;
        text-transform: none;
        font-size: 34px;
        line-height: 36px;
        text-transform: uppercase; }
        @media (min-width: 700px) {
          .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text h1 {
            font-size: 42px;
            line-height: 48px; } }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text h1 {
            font-size: 50px;
            line-height: 58px; } }
        @media (min-width: 1600px) {
          .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text h1 {
            font-size: 72px;
            line-height: 78px; } }
      .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text ul {
        margin-top: 1.5rem; }
      .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text p, .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text li {
        font-size: 16px;
        line-height: 22px;
        color: #FFF;
        margin: 0; }
        @media (min-width: 700px) {
          .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text p, .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text li {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text p, .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text li {
            font-size: 20px;
            line-height: 28px; } }
        @media (min-width: 1600px) {
          .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text p, .cellular-routers-landing .cellular-routers .cellular-routers-marquee .cellular-routers-marquee-text li {
            font-size: 22px;
            line-height: 32px; } }
    .cellular-routers-landing .cellular-routers .cellular-routers-marquee .form-container {
      width: 100%; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .cellular-routers-marquee .form-container {
          width: 40%; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .cellular-routers-marquee .form-container {
          width: 35%; } }
  .cellular-routers-landing .cellular-routers .cellular-benefits {
    padding: 3rem 0;
    background: #F8F9FA; }
    @media (min-width: 1181px) {
      .cellular-routers-landing .cellular-routers .cellular-benefits {
        padding: 4rem 0; } }
    @media (min-width: 1361px) {
      .cellular-routers-landing .cellular-routers .cellular-benefits {
        padding: 5rem 0; } }
    .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem; }
      @media (min-width: 551px) {
        .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 2.5rem; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid {
          grid-template-columns: repeat(4, 1fr);
          gap: 3rem; } }
      .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-number {
          width: 4rem;
          height: 4rem;
          background: #08A3D7;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 1.5rem;
          position: relative; }
          @media (min-width: 1181px) {
            .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-number {
              width: 4.5rem;
              height: 4.5rem;
              margin-bottom: 2rem; } }
          .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-number::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 3rem;
            height: 3rem;
            border: 2px solid #fff;
            border-radius: 50%; }
            @media (min-width: 1181px) {
              .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-number::after {
                width: 3.5rem;
                height: 3.5rem;
                border-width: 2px; } }
          .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-number span {
            color: #fff;
            font-size: 1.5rem;
            font-weight: 700; }
            @media (min-width: 1181px) {
              .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-number span {
                font-size: 1.75rem; } }
        .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-content p {
          font-size: 1rem;
          line-height: 1.4rem;
          color: #333;
          margin: 0;
          max-width: 280px; }
          @media (min-width: 1181px) {
            .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-content p {
              font-size: 1.125rem;
              line-height: 1.5rem; } }
          @media (min-width: 1361px) {
            .cellular-routers-landing .cellular-routers .cellular-benefits .benefits-grid .benefit-item .benefit-content p {
              font-size: 24px;
              line-height: 33px; } }
  .cellular-routers-landing .cellular-routers .connectivity-brands {
    padding: 4.5rem 0;
    background: #fff; }
    .cellular-routers-landing .cellular-routers .connectivity-brands .section-heading {
      font-size: 1.875rem;
      line-height: 2.125rem;
      font-weight: 700;
      text-align: center;
      color: #333;
      margin: 0 0 2rem 0; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .connectivity-brands .section-heading {
          font-size: 2.5rem;
          line-height: 2.875rem;
          margin: 0 0 3rem 0; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .connectivity-brands .section-heading {
          font-size: 50px;
          line-height: 57px;
          margin: 0 0 4rem 0; } }
    .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
      margin-bottom: 3rem; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 4rem;
          margin-bottom: 4rem; } }
      .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column .brand-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
        height: 80px; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column .brand-logo {
            height: 100px; } }
        @media (min-width: 1361px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column .brand-logo {
            height: 120px; } }
        .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column .brand-logo img {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          object-fit: contain;
          object-position: center; }
        .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column .brand-logo img[src*="Peplink.svg"] {
          max-height: 75%;
          max-width: 75%; }
        .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column .brand-logo img[src*="teltonika-logo"] {
          max-height: 55%;
          max-width: 60%; }
      .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #333;
        margin: 0 0 1rem 0;
        text-align: left; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column h3 {
            font-size: 1.375rem;
            line-height: 1.625rem;
            margin: 0 0 1.25rem 0; } }
        @media (min-width: 1361px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column h3 {
            font-size: 26px;
            line-height: 30px;
            margin: 0 0 1.5rem 0; } }
      .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column p {
        font-size: 16px;
        line-height: 22px;
        color: #666;
        margin: 0;
        text-align: left; }
        @media (min-width: 700px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column p {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .brands-grid .brand-column p {
            font-size: 20px;
            line-height: 28px; } }
    .cellular-routers-landing .cellular-routers .connectivity-brands .cellular-cta-section {
      text-align: center; }
      .cellular-routers-landing .cellular-routers .connectivity-brands .cellular-cta-section .cellular-cta-button {
        background: #08A3D7;
        color: #fff;
        border: none;
        padding: 0.875rem 1.75rem;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        max-width: 320px; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .cellular-cta-section .cellular-cta-button {
            font-size: 20px;
            line-height: 24px;
            padding: 0.875rem 1.75rem;
            width: auto;
            max-width: none; } }
        @media (min-width: 1361px) {
          .cellular-routers-landing .cellular-routers .connectivity-brands .cellular-cta-section .cellular-cta-button {
            padding: 1rem 2.5rem;
            font-size: 24px;
            line-height: 32px; } }
  .cellular-routers-landing .cellular-routers .expert-recommendations {
    padding: 3rem 0;
    background: #F8F9FA; }
    @media (min-width: 1181px) {
      .cellular-routers-landing .cellular-routers .expert-recommendations {
        padding: 3rem 0; } }
    @media (min-width: 1361px) {
      .cellular-routers-landing .cellular-routers .expert-recommendations {
        padding: 5rem 0; } }
    .cellular-routers-landing .cellular-routers .expert-recommendations .section-heading {
      font-size: 1.875rem;
      line-height: 2.125rem;
      font-weight: 700;
      text-align: center;
      color: #333;
      margin: 0 0 1rem 0; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .section-heading {
          font-size: 2.5rem;
          line-height: 2.875rem;
          margin: 0 0 1.25rem 0; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .section-heading {
          font-size: 50px;
          line-height: 57px;
          margin: 0 0 1.5rem 0; } }
    .cellular-routers-landing .cellular-routers .expert-recommendations .section-description {
      font-size: 16px;
      line-height: 22px;
      color: #666;
      text-align: center;
      margin: 0 auto 2.5rem auto;
      padding: 0 1rem; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .section-description {
          font-size: 18px;
          line-height: 22px;
          margin: 0 auto 2.5rem auto;
          padding: 0; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .section-description {
          font-size: 20px;
          line-height: 28px;
          margin: 0 auto 3.5rem auto; } }
    .cellular-routers-landing .cellular-routers .expert-recommendations .application-row {
      margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.5rem; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .application-row {
          margin-bottom: 3rem; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .application-row {
          margin-bottom: 4rem; } }
      .cellular-routers-landing .cellular-routers .expert-recommendations .application-row:last-of-type {
        margin-bottom: 3rem; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .expert-recommendations .application-row:last-of-type {
            margin-bottom: 4rem; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .application-row {
          flex-direction: row;
          align-items: stretch;
          gap: 2rem;
          height: 773px;
          justify-content: space-between; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .application-row:nth-child(even) {
          flex-direction: row-reverse; } }
    .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero {
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 1.5rem; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero {
          height: 250px;
          margin-bottom: 2rem; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero {
          width: 33%;
          height: 773px;
          border-radius: 0;
          margin-bottom: 0; } }
      .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
      .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero .application-label {
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        color: #fff; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero .application-label {
            bottom: 2rem;
            left: 2rem; } }
        .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero .application-label h3 {
          font-size: 1.375rem;
          line-height: 1.5rem;
          font-weight: 700;
          color: #fff;
          margin: 0; }
          @media (min-width: 1181px) {
            .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero .application-label h3 {
              font-size: 1.75rem;
              line-height: 2rem; } }
          @media (min-width: 1361px) {
            .cellular-routers-landing .cellular-routers .expert-recommendations .application-hero .application-label h3 {
              font-size: 36px;
              line-height: 42px; } }
    .cellular-routers-landing .cellular-routers .expert-recommendations .products-grid {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      width: 100%; }
      @media (min-width: 551px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .products-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 1rem; } }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .products-grid {
          gap: 1.5rem; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .products-grid {
          display: contents; } }
    .cellular-routers-landing .cellular-routers .expert-recommendations .product-card {
      background: #fff;
      padding: 1rem;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: left;
      height: auto;
      min-height: 320px;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .product-card {
          padding: 1.25rem;
          min-height: 360px; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .product-card {
          width: 33%;
          height: 773px;
          padding: 2rem;
          min-height: auto; } }
      .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 1rem !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        flex-shrink: 0;
        height: 175px;
        width: 100% !important;
        max-width: none !important; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-image {
            height: 200px;
            margin-bottom: 1.25rem !important; } }
        @media (min-width: 1361px) {
          .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-image {
            height: 30%;
            margin-bottom: 1.5rem !important; } }
        .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-image img {
          width: 150px !important;
          height: 150px !important;
          object-fit: contain !important;
          object-position: center !important;
          margin: 0 auto !important;
          margin-right: 0 !important;
          margin-left: 0 !important; }
          @media (min-width: 1181px) {
            .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-image img {
              width: 175px !important;
              height: 175px !important; } }
          @media (min-width: 1361px) {
            .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-image img {
              width: auto !important;
              height: auto !important;
              max-width: 70% !important;
              max-height: 90% !important; } }
      .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info {
        flex: 1;
        display: flex;
        flex-direction: column; }
        .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name {
          text-align: left;
          margin-bottom: 1rem;
          flex-shrink: 0; }
          .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name h4,
          .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name h5 {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin: 0;
            line-height: 1.2;
            display: inline; }
            @media (min-width: 1181px) {
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name h4,
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name h5 {
                font-size: 20px; } }
            @media (min-width: 1361px) {
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name h4,
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name h5 {
                font-size: 24px;
                line-height: 32px; } }
          .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name .product-price {
            font-size: 20px;
            font-weight: 700;
            color: #333;
            margin-top: 0.75rem;
            text-align: left; }
            @media (min-width: 1181px) {
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name .product-price {
                font-size: 22px; } }
            @media (min-width: 1361px) {
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-name .product-price {
                font-size: 24px; } }
        .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-features {
          list-style: none;
          padding: 0;
          margin: 0 0 1rem 0;
          flex: 1;
          overflow: hidden; }
          .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-features li {
            font-size: 16px;
            line-height: 20px;
            color: #555;
            margin-bottom: 1rem;
            padding-left: 1rem;
            position: relative;
            text-align: left; }
            @media (min-width: 1181px) {
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-features li {
                font-size: 18px; } }
            @media (min-width: 1361px) {
              .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-features li {
                font-size: 18px;
                line-height: 25px; } }
            .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-features li:before {
              content: "•";
              color: #08A3D7;
              position: absolute;
              left: 0;
              font-weight: bold;
              font-size: 1rem; }
            .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .product-features li:last-child {
              margin-bottom: 0; }
        .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .learn-more-btn {
          display: inline-block;
          width: 100%;
          padding: 0.75rem 1rem;
          background: #08A3D7;
          color: #fff;
          text-decoration: none;
          text-align: center;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          transition: background-color 0.3s ease;
          flex-shrink: 0;
          margin-top: 1rem;
          margin-bottom: 1rem;
          align-self: flex-start; }
          @media (min-width: 1181px) {
            .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .learn-more-btn {
              font-size: 20px;
              line-height: 28px;
              padding: 0.75rem 1.5rem;
              width: auto; } }
          .cellular-routers-landing .cellular-routers .expert-recommendations .product-card .product-info .learn-more-btn:hover {
            background: #0682B3;
            color: #fff;
            text-decoration: none; }
    .cellular-routers-landing .cellular-routers .expert-recommendations .cellular-final-cta-section {
      text-align: center;
      padding-top: 2rem;
      border-top: 1px solid #ddd; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .expert-recommendations .cellular-final-cta-section {
          padding-top: 3rem; } }
      .cellular-routers-landing .cellular-routers .expert-recommendations .cellular-final-cta-section .cellular-final-cta-button {
        background: #08A3D7;
        color: #fff;
        border: none;
        padding: 1.25rem 2.5rem;
        font-size: 1.25rem;
        font-weight: 600;
        border-radius: 6px;
        cursor: pointer;
        min-width: 320px; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .expert-recommendations .cellular-final-cta-section .cellular-final-cta-button {
            padding: 1.5rem 3rem;
            font-size: 1.375rem;
            min-width: 480px; } }
        @media (min-width: 1361px) {
          .cellular-routers-landing .cellular-routers .expert-recommendations .cellular-final-cta-section .cellular-final-cta-button {
            padding: 1.75rem 3.5rem;
            font-size: 1.5rem;
            min-width: 600px; } }
  .cellular-routers-landing .cellular-routers .trusted-businesses {
    background: #08A3D7;
    padding: 2.5rem 0;
    color: #fff; }
    @media (min-width: 1181px) {
      .cellular-routers-landing .cellular-routers .trusted-businesses {
        padding: 3.5rem 0; } }
    @media (min-width: 1361px) {
      .cellular-routers-landing .cellular-routers .trusted-businesses {
        padding: 5rem 0; } }
    .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-businesses-content {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      align-items: center; }
      @media (min-width: 1181px) {
        .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-businesses-content {
          gap: 2.5rem; } }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-businesses-content {
          flex-direction: row;
          gap: 4rem;
          align-items: flex-start; } }
    .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits {
      flex: 1; }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits {
          max-width: 60%; } }
      .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits h2 {
        color: #333;
        font-size: 1.875rem;
        line-height: 2.125rem;
        font-weight: 700;
        margin: 0 0 1.5rem 0;
        text-align: center; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits h2 {
            font-size: 2.5rem;
            line-height: 2.875rem;
            margin: 0 0 2rem 0; } }
        @media (min-width: 1361px) {
          .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits h2 {
            font-size: 50px;
            line-height: 57px;
            margin: 0 0 3rem 0;
            text-align: left; } }
      .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits .benefits-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem; }
        @media (min-width: 1181px) {
          .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits .benefits-list {
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem; } }
        @media (min-width: 1361px) {
          .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits .benefits-list {
            gap: 4rem; } }
        .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits .benefits-list .benefit-item h3 {
          color: #fff;
          font-size: 18px;
          font-weight: 700;
          margin: 0 0 0.5rem 0;
          line-height: 1.3; }
          @media (min-width: 1181px) {
            .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits .benefits-list .benefit-item h3 {
              font-size: 22px; } }
        .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits .benefits-list .benefit-item p {
          color: #FFF;
          font-size: 16px;
          line-height: 22px;
          margin: 0; }
          @media (min-width: 1181px) {
            .cellular-routers-landing .cellular-routers .trusted-businesses .trusted-benefits .benefits-list .benefit-item p {
              font-size: 18px;
              line-height: 26px; } }
    .cellular-routers-landing .cellular-routers .trusted-businesses .form-container {
      width: 100%; }
      .cellular-routers-landing .cellular-routers .trusted-businesses .form-container form {
        padding: 0 !important;
        width: calc(100% + 1rem) !important;
        margin-left: -.5rem; }
      @media (min-width: 1361px) {
        .cellular-routers-landing .cellular-routers .trusted-businesses .form-container {
          width: 40%;
          margin-top: 9rem; } }

.healthcare-industry-wrapper .container {
  max-width: 100%;
  padding: 0 1.5rem; }
  @media (min-width: 1024px) {
    .healthcare-industry-wrapper .container {
      max-width: 107rem; } }

.healthcare-industry-wrapper .healthcare-hero {
  background-color: #000000 !important;
  background: url(https://store-6q5bpsuh.mybigcommerce.com/content/images/sb_healthcare_marquee.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .healthcare-industry-wrapper .healthcare-hero .container {
    display: flex;
    flex-direction: column; }
    .healthcare-industry-wrapper .healthcare-hero .container .text-content, .healthcare-industry-wrapper .healthcare-hero .container .form-container {
      width: 100%; }
    .healthcare-industry-wrapper .healthcare-hero .container .text-content {
      padding-top: 3rem; }
      .healthcare-industry-wrapper .healthcare-hero .container .text-content img {
        max-width: 240px;
        margin-bottom: 1.5rem; }
      .healthcare-industry-wrapper .healthcare-hero .container .text-content h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 1.5rem;
        color: #fff;
        font-weight: bold; }
        @media (min-width: 768px) {
          .healthcare-industry-wrapper .healthcare-hero .container .text-content h1 {
            font-size: 50px;
            line-height: 55px; } }
        @media (min-width: 1024px) {
          .healthcare-industry-wrapper .healthcare-hero .container .text-content h1 {
            font-size: 80px;
            line-height: 84px; } }
      .healthcare-industry-wrapper .healthcare-hero .container .text-content p {
        font-size: 18px;
        line-height: 28px;
        color: #FFF; }
        @media (min-width: 768px) {
          .healthcare-industry-wrapper .healthcare-hero .container .text-content p {
            font-size: 20px;
            line-height: 30px; } }
        @media (min-width: 1024px) {
          .healthcare-industry-wrapper .healthcare-hero .container .text-content p {
            font-size: 22px;
            line-height: 30px; } }
    .healthcare-industry-wrapper .healthcare-hero .container .form-container {
      padding: 2rem; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-hero .container {
        flex-direction: row;
        padding: 2rem; } }
    @media (min-width: 1080px) {
      .healthcare-industry-wrapper .healthcare-hero .container .text-content {
        width: 60%;
        padding-right: 15%; }
      .healthcare-industry-wrapper .healthcare-hero .container .form-container {
        width: 40%; }
        .healthcare-industry-wrapper .healthcare-hero .container .form-container form {
          padding: 2.5rem !important; } }

.healthcare-industry-wrapper .education-hero {
  background-color: #000000 !important;
  background: url(https://store-6q5bpsuh.mybigcommerce.com/content/images/education-marquee.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .healthcare-industry-wrapper .education-hero .container {
    display: flex;
    flex-direction: column; }
    .healthcare-industry-wrapper .education-hero .container .text-content, .healthcare-industry-wrapper .education-hero .container .form-container {
      width: 100%; }
    .healthcare-industry-wrapper .education-hero .container .text-content {
      padding-top: 3rem; }
      .healthcare-industry-wrapper .education-hero .container .text-content img {
        max-width: 240px;
        margin-bottom: 1.5rem; }
      .healthcare-industry-wrapper .education-hero .container .text-content h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 1.5rem;
        color: #fff;
        font-weight: bold; }
        @media (min-width: 768px) {
          .healthcare-industry-wrapper .education-hero .container .text-content h1 {
            font-size: 50px;
            line-height: 55px; } }
        @media (min-width: 1024px) {
          .healthcare-industry-wrapper .education-hero .container .text-content h1 {
            font-size: 80px;
            line-height: 84px; } }
      .healthcare-industry-wrapper .education-hero .container .text-content p {
        font-size: 18px;
        line-height: 28px;
        color: #FFF; }
        @media (min-width: 768px) {
          .healthcare-industry-wrapper .education-hero .container .text-content p {
            font-size: 20px;
            line-height: 30px; } }
        @media (min-width: 1024px) {
          .healthcare-industry-wrapper .education-hero .container .text-content p {
            font-size: 24px;
            line-height: 33px; } }
    .healthcare-industry-wrapper .education-hero .container .form-container {
      padding: 2rem; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .education-hero .container {
        flex-direction: row;
        padding: 2rem; } }
    @media (min-width: 1080px) {
      .healthcare-industry-wrapper .education-hero .container .text-content {
        width: 60%;
        padding-right: 15%; }
      .healthcare-industry-wrapper .education-hero .container .form-container {
        width: 40%; }
        .healthcare-industry-wrapper .education-hero .container .form-container form {
          padding: 2.5rem !important; } }

.healthcare-industry-wrapper .healthcare-subnav {
  background-color: #08A3D7;
  padding: 2.5rem 0; }
  .healthcare-industry-wrapper .healthcare-subnav__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-subnav__links {
        gap: 6rem;
        flex-wrap: nowrap; } }
  .healthcare-industry-wrapper .healthcare-subnav__link {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    padding: 0 1rem;
    text-decoration: none; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-subnav__link {
        font-size: 28px;
        line-height: 32px; } }
    .healthcare-industry-wrapper .healthcare-subnav__link:hover {
      color: #fff; }
    .healthcare-industry-wrapper .healthcare-subnav__link.active::after, .healthcare-industry-wrapper .healthcare-subnav__link--active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #f05a28; }
  .healthcare-industry-wrapper .healthcare-subnav__link:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.7); }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-subnav__link:not(:last-child)::after {
        right: -3rem;
        height: 30px; } }

.healthcare-industry-wrapper .section-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 2rem; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .section-header {
      max-width: 100%;
      margin: 0 auto 3rem; } }
  .healthcare-industry-wrapper .section-header__title {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #111; }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .section-header__title {
        font-size: 50px;
        line-height: 57px; } }
  .healthcare-industry-wrapper .section-header__description {
    font-size: 18px;
    line-height: 28.8px;
    color: #666; }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .section-header__description {
        font-size: 20px;
        line-height: 30px; } }

.healthcare-industry-wrapper .healthcare-benefits {
  padding: 3rem 0 1.5rem; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .healthcare-benefits {
      padding: 4rem 0 2rem; } }
  .healthcare-industry-wrapper .healthcare-benefits__grid {
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem; } }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .healthcare-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem; } }

.healthcare-industry-wrapper .benefit-card {
  text-align: center;
  background-color: transparent;
  padding: 0;
  width: 100%;
  max-width: 350px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .benefit-card {
      max-width: 400px; } }
  .healthcare-industry-wrapper .benefit-card__icon {
    margin-bottom: 1rem;
    height: 60px; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .benefit-card__icon {
        margin-bottom: 1.5rem;
        height: 100px; } }
    .healthcare-industry-wrapper .benefit-card__icon img {
      height: 100%;
      width: auto; }
      @media (min-width: 1024px) {
        .healthcare-industry-wrapper .benefit-card__icon img {
          height: 100px; } }
    .healthcare-industry-wrapper .benefit-card__icon i {
      display: none; }
  .healthcare-industry-wrapper .benefit-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 1rem;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    hyphens: auto; }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .benefit-card__title {
        font-size: 28px;
        min-height: 70px; } }
  .healthcare-industry-wrapper .benefit-card__description {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4; }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .benefit-card__description {
        font-size: 20px;
        line-height: 30px; } }
  .healthcare-industry-wrapper .benefit-card__link {
    display: none; }

.healthcare-industry-wrapper .healthcare-solutions {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .healthcare-solutions {
      padding: 4rem 0; } }
  .healthcare-industry-wrapper .healthcare-solutions__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-solutions__title {
        margin-bottom: 2.5rem; } }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .healthcare-solutions__title {
        font-size: 50px;
        line-height: 57px; } }
  .healthcare-industry-wrapper .healthcare-solutions__box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: none;
    padding: 1.5rem;
    width: 100%; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-solutions__box {
        padding: 2rem; } }
  .healthcare-industry-wrapper .healthcare-solutions__grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 1600px) {
      .healthcare-industry-wrapper .healthcare-solutions__grid {
        justify-content: space-between;
        gap: 3rem;
        flex-wrap: nowrap; } }
  .healthcare-industry-wrapper .healthcare-solutions__grid-alternate {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 1599px) {
      .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card {
        max-width: 600px !important;
        height: auto !important;
        margin-bottom: 2rem !important; }
        .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card__description {
          height: auto !important; }
        .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card__content {
          height: auto !important; } }
    @media (min-width: 1600px) {
      .healthcare-industry-wrapper .healthcare-solutions__grid-alternate {
        justify-content: space-between;
        gap: 3rem;
        flex-wrap: nowrap; }
        .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card {
          width: 33% !important;
          height: inherit !important; }
          .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card p {
            height: inherit !important; }
          .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card .btn-learn {
            position: static !important; }
        .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card--stacked {
          width: 66%; }
          .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card--stacked .solution-card {
            width: 100% !important;
            flex-direction: row;
            margin-bottom: 3rem;
            height: inherit !important; }
            .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card--stacked .solution-card__image {
              width: 250px;
              flex-shrink: 0;
              flex-grow: 0; }
            .healthcare-industry-wrapper .healthcare-solutions__grid-alternate .solution-card--stacked .solution-card:last-child {
              margin-bottom: 0; } }
  .healthcare-industry-wrapper .healthcare-solutions .solution-card {
    background-color: #f3f6fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    margin: 0 0 1.5rem 0;
    padding: 1rem; }
    @media (min-width: 1200px) {
      .healthcare-industry-wrapper .healthcare-solutions .solution-card {
        width: 450px;
        max-width: none;
        height: 620px;
        margin: 0;
        flex-grow: 0;
        flex-shrink: 0; } }
    .healthcare-industry-wrapper .healthcare-solutions .solution-card__image {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 180px;
      padding: 1.5rem;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .healthcare-industry-wrapper .healthcare-solutions .solution-card__image {
          height: 200px; } }
    .healthcare-industry-wrapper .healthcare-solutions .solution-card__content {
      padding: 0 1.5rem 1.5rem;
      display: flex;
      flex-direction: column;
      position: relative; }
      @media (min-width: 1200px) {
        .healthcare-industry-wrapper .healthcare-solutions .solution-card__content {
          height: calc(370px - 1.5rem); } }
    .healthcare-industry-wrapper .healthcare-solutions .solution-card__title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #000; }
      .healthcare-industry-wrapper .healthcare-solutions .solution-card__title strong {
        font-weight: 800; }
      @media (min-width: 1024px) {
        .healthcare-industry-wrapper .healthcare-solutions .solution-card__title {
          font-size: 28px;
          line-height: 34px; } }
    .healthcare-industry-wrapper .healthcare-solutions .solution-card__description {
      font-size: 16px;
      color: #444;
      line-height: 1.4;
      margin-bottom: 0.5rem; }
      @media (min-width: 1024px) {
        .healthcare-industry-wrapper .healthcare-solutions .solution-card__description {
          font-size: 20px;
          line-height: 26px;
          height: 210px; } }
    .healthcare-industry-wrapper .healthcare-solutions .solution-card .btn-learn {
      margin-top: 2rem;
      background-color: #08A3D7;
      color: white;
      font-size: 16px;
      font-weight: 600;
      padding: 10px 20px;
      transition: background-color 0.3s ease;
      align-self: flex-start;
      display: inline-block;
      width: auto;
      position: relative;
      bottom: 1.5rem; }
      @media (min-width: 768px) {
        .healthcare-industry-wrapper .healthcare-solutions .solution-card .btn-learn {
          margin-top: 3rem;
          font-size: 20px; } }
      .healthcare-industry-wrapper .healthcare-solutions .solution-card .btn-learn:hover {
        background-color: #067ea6; }
  .healthcare-industry-wrapper .healthcare-solutions__cta {
    text-align: center;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-solutions__cta {
        margin-top: 3rem; } }
    .healthcare-industry-wrapper .healthcare-solutions__cta .btn-primary {
      background-color: #08A3D7;
      color: white;
      padding: 12px 32px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      width: 100%;
      max-width: 350px; }
      @media (min-width: 1024px) {
        .healthcare-industry-wrapper .healthcare-solutions__cta .btn-primary {
          width: 674px;
          max-width: none;
          font-size: 24px;
          line-height: 57px;
          padding: 8px 48px;
          height: 64px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          transition: all ease .2s; } }
      .healthcare-industry-wrapper .healthcare-solutions__cta .btn-primary:hover {
        background-color: #067ea6; }
      .healthcare-industry-wrapper .healthcare-solutions__cta .btn-primary.scroll-to-top {
        transition: all 0.3s ease; }

.healthcare-industry-wrapper .healthcare-stories {
  background-color: transparent;
  padding: 2rem 0;
  margin: 1rem 0; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .healthcare-stories {
      margin: 1.5rem 0; } }
  .healthcare-industry-wrapper .healthcare-stories__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-stories__grid {
        justify-content: flex-start; } }
  .healthcare-industry-wrapper .healthcare-stories__cta {
    text-align: center;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-stories__cta {
        margin-top: 3rem; } }
    .healthcare-industry-wrapper .healthcare-stories__cta .btn-primary {
      background-color: #08A3D7;
      color: #fff;
      font-size: 16px;
      padding: 14px 30px;
      font-weight: 600;
      border-radius: 0;
      transition: background-color 0.3s ease;
      width: 100%;
      max-width: 350px; }
      @media (min-width: 768px) {
        .healthcare-industry-wrapper .healthcare-stories__cta .btn-primary {
          width: auto;
          max-width: none;
          padding: 14px 48px;
          font-size: 24px;
          display: inline-block;
          height: 64px; } }
      .healthcare-industry-wrapper .healthcare-stories__cta .btn-primary:hover {
        background-color: #067ea6;
        text-decoration: none; }

.healthcare-industry-wrapper .case-study {
  background-color: #f3f6fa;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  height: 550px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  transition: none;
  margin: 0 auto 2rem auto;
  border-radius: 8px; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .case-study {
      max-width: 425px;
      height: 600px;
      margin: 0 2rem 3rem 0; } }
  @media (min-width: 1024px) {
    .healthcare-industry-wrapper .case-study {
      margin: 0 3rem 3rem 0; } }
  .healthcare-industry-wrapper .case-study:hover {
    box-shadow: none; }
  .healthcare-industry-wrapper .case-study__image {
    padding: 2rem 2rem 0 2rem;
    overflow: hidden; }
    .healthcare-industry-wrapper .case-study__image img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 0; }
      @media (min-width: 768px) {
        .healthcare-industry-wrapper .case-study__image img {
          height: 240px; } }
  .healthcare-industry-wrapper .case-study__content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .case-study__content {
        padding: 1.75rem 1.5rem; } }
  .healthcare-industry-wrapper .case-study__title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.75rem;
    text-align: left; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .case-study__title {
        font-size: 28px;
        line-height: 34px; } }
  .healthcare-industry-wrapper .case-study__description {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4;
    flex-grow: 1;
    text-align: left; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .case-study__description {
        font-size: 20px; } }
  .healthcare-industry-wrapper .case-study__link {
    font-size: 16px;
    color: #00ADEE;
    font-weight: 500;
    margin-top: 1.25rem;
    text-align: left;
    text-decoration: underline; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .case-study__link {
        font-size: 20px; } }
    .healthcare-industry-wrapper .case-study__link:hover {
      text-decoration: underline; }

.healthcare-industry-wrapper .healthcare-cta {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .healthcare-cta {
      padding: 4rem 0; } }
  .healthcare-industry-wrapper .healthcare-cta__box {
    background-color: rgba(82, 183, 229, 0.1);
    padding: 2rem;
    border-radius: 8px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-cta__box {
        padding: 3rem;
        max-width: 900px; } }
  .healthcare-industry-wrapper .healthcare-cta__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #333; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-cta__title {
        font-size: 30px;
        line-height: 36px; } }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .healthcare-cta__title {
        font-size: 50px;
        line-height: 57px; } }
  .healthcare-industry-wrapper .healthcare-cta__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.5rem;
    color: #666; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-cta__description {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 2rem;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .healthcare-cta__description {
        font-size: 20px;
        line-height: 30px; } }

.healthcare-industry-wrapper .healthcare-faq {
  padding: 3rem 0;
  background-color: #f3f6fa; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .healthcare-faq {
      padding: 4rem 0; } }
  .healthcare-industry-wrapper .healthcare-faq__title {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-faq__title {
        font-size: 32px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .healthcare-industry-wrapper .healthcare-faq__title {
        font-size: 50px;
        line-height: 57px; } }
  .healthcare-industry-wrapper .healthcare-faq__items {
    margin: 0; }
  .healthcare-industry-wrapper .healthcare-faq .faq-item {
    background-color: transparent;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .healthcare-industry-wrapper .healthcare-faq .faq-item {
        margin-bottom: 3rem; } }
    .healthcare-industry-wrapper .healthcare-faq .faq-item__question {
      font-size: 18px;
      font-weight: 600;
      color: #333;
      margin: 0 0 0.75rem 0; }
      @media (min-width: 768px) {
        .healthcare-industry-wrapper .healthcare-faq .faq-item__question {
          font-size: 20px;
          margin: 0 0 1rem 0; } }
      @media (min-width: 1024px) {
        .healthcare-industry-wrapper .healthcare-faq .faq-item__question {
          font-size: 26px;
          line-height: 33px; } }
    .healthcare-industry-wrapper .healthcare-faq .faq-item__answer {
      font-size: 16px;
      color: #4a4a4a;
      line-height: 1.4; }
      @media (min-width: 1024px) {
        .healthcare-industry-wrapper .healthcare-faq .faq-item__answer {
          font-size: 20px;
          line-height: 30px; } }
      .healthcare-industry-wrapper .healthcare-faq .faq-item__answer p {
        margin: 0 0 1rem 0; }
        .healthcare-industry-wrapper .healthcare-faq .faq-item__answer p:last-child {
          margin-bottom: 0; }
      .healthcare-industry-wrapper .healthcare-faq .faq-item__answer ul {
        margin: 0 0 1rem 1.5rem;
        padding: 0; }
        .healthcare-industry-wrapper .healthcare-faq .faq-item__answer ul li {
          margin-bottom: 0.5rem; }
          @media (min-width: 1024px) {
            .healthcare-industry-wrapper .healthcare-faq .faq-item__answer ul li {
              font-size: 20px;
              line-height: 30px; } }

.healthcare-industry-wrapper .education-hero ~ .healthcare-subnav .healthcare-subnav__link {
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .healthcare-industry-wrapper .education-hero ~ .healthcare-subnav .healthcare-subnav__link {
      font-size: 22px;
      line-height: 26px; } }

.educationIndustryPage .healthcare-subnav__link {
  font-size: 26px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.educationIndustryPage .healthcare-subnav__links {
  display: flex !important;
  align-items: center !important;
  gap: 4.5rem !important; }

.educationIndustryPage .healthcare-subnav__link:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -2rem !important;
  top: 0 !important;
  height: 100% !important;
  width: 2px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  transform: none !important; }

.educationIndustryPage .healthcare-subnav__link:hover, .educationIndustryPage .healthcare-subnav__link:focus {
  text-decoration: none; }

@media (max-width: 1024px) {
  .healthcare-hero .container,
  .education-hero .container {
    flex-direction: column !important;
    padding: 1.5rem !important; }
  .healthcare-hero .text-content,
  .education-hero .text-content,
  .healthcare-hero .form-container,
  .education-hero .form-container {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .healthcare-subnav__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem !important;
    padding-left: 0.5rem; }
  .healthcare-subnav__link {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding-left: 1.2em;
    margin: 0; }
  .healthcare-subnav__link::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
    top: 0; }
  .healthcare-subnav__link:not(:last-child)::after {
    display: none !important; } }

@media (max-width: 700px) {
  .educationIndustryPage .healthcare-subnav__link {
    font-size: 18px !important;
    line-height: 22px !important; }
  .educationIndustryPage .healthcare-subnav__links {
    gap: 1.2rem !important; }
  .educationIndustryPage .healthcare-subnav__link:not(:last-child)::after {
    right: -0.6rem !important;
    height: 100% !important; } }

@media (min-width: 1200px) {
  .healthcare-solutions__grid,
  .healthcare-solutions__grid-alternate {
    flex-wrap: wrap; }
  .healthcare-solutions__grid .solution-card,
  .healthcare-solutions__grid-alternate .solution-card {
    width: 450px;
    max-width: none;
    height: 620px;
    margin: 0; } }

.surecall-page-wrapper .container {
  max-width: 107rem;
  padding: 0 1.5rem;
  margin: 0 auto; }

.surecall-page-wrapper .surecall-marquee {
  padding: 2rem 0; }
  .surecall-page-wrapper .surecall-marquee-content {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .surecall-marquee-content {
        flex-direction: row;
        justify-content: space-between;
        gap: 4rem; } }
  @media (min-width: 768px) {
    .surecall-page-wrapper .surecall-marquee-text {
      flex: 0 0 50%; } }
  .surecall-page-wrapper .surecall-marquee-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .surecall-marquee-logo {
        max-width: 300px; } }
  .surecall-page-wrapper .surecall-marquee-text h2 {
    color: #08A3D7;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 1rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .surecall-marquee-text h2 {
        font-size: 40px;
        line-height: 48px; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .surecall-marquee-text h2 {
        font-size: 75px;
        line-height: 72px; } }
  .surecall-page-wrapper .surecall-marquee-text p {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .surecall-marquee-text p {
        font-size: 18px;
        line-height: 28.8px; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .surecall-marquee-text p {
        font-size: 24px;
        line-height: 33px; } }
  @media (min-width: 1181px) {
    .surecall-page-wrapper .surecall-marquee .form-container form {
      padding: 3rem 4rem !important; }
      .surecall-page-wrapper .surecall-marquee .form-container form button {
        padding-left: 20px !important;
        padding-right: 20px !important; } }

.surecall-page-wrapper .surecall-features {
  background-color: #08A3D7;
  padding: 1.5rem 0; }
  .surecall-page-wrapper .surecall-features-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center; }
  .surecall-page-wrapper .surecall-features .feature-item {
    color: white;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 0.75rem 0;
    font-weight: 700; }
    .surecall-page-wrapper .surecall-features .feature-item:not(:last-child)::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      height: 1px;
      background-color: white; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .surecall-features .feature-item {
        font-size: 30px;
        line-height: 30px; } }
  @media (min-width: 768px) {
    .surecall-page-wrapper .surecall-features {
      padding: 2rem 0; }
      .surecall-page-wrapper .surecall-features-content {
        flex-direction: row;
        justify-content: space-between;
        gap: 0; }
      .surecall-page-wrapper .surecall-features .feature-item {
        flex: 1;
        padding: 0 1rem; }
        .surecall-page-wrapper .surecall-features .feature-item:not(:last-child)::after {
          left: auto;
          right: 0;
          top: 50%;
          bottom: auto;
          transform: translateY(-50%);
          width: 1px;
          height: 80px; } }

.surecall-page-wrapper .section-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0 1.5rem;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .section-heading {
      font-size: 30px;
      line-height: 36px;
      margin: 6rem 0 2rem; } }
  @media (min-width: 1024px) {
    .surecall-page-wrapper .section-heading {
      font-size: 50px;
      line-height: 57px;
      margin: 8rem 0 2rem; } }

.surecall-page-wrapper .product-section {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .product-section {
      margin-bottom: 3rem;
      margin-top: 3rem; } }
  .surecall-page-wrapper .product-section .product-image {
    max-height: 250px;
    width: auto;
    object-fit: contain;
    margin-bottom: 2rem !important;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .product-section .product-image {
        max-height: 300px;
        margin-bottom: 3rem !important; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .product-section .product-image {
        max-height: 350px;
        margin-bottom: 4rem !important; } }
  .surecall-page-wrapper .product-section .product-title {
    margin-top: 2rem;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .product-section .product-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 2.5rem; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .product-section .product-title {
        font-size: 35px;
        line-height: 42px;
        margin-top: 3rem; } }

.surecall-page-wrapper .product-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .product-buttons {
      flex-direction: row;
      justify-content: center;
      margin-top: 1.5rem; } }
  .surecall-page-wrapper .product-buttons .button--primary {
    background-color: #08A3D7;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease; }
    .surecall-page-wrapper .product-buttons .button--primary:hover {
      background-color: #067ea6; }
  .surecall-page-wrapper .product-buttons .view-details {
    background-color: transparent;
    color: #08A3D7;
    border: 1px solid #08A3D7;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease; }
    .surecall-page-wrapper .product-buttons .view-details:hover {
      background-color: #08A3D7;
      color: white; }

.surecall-page-wrapper .store-logos {
  padding: 2rem 0;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .store-logos {
      padding: 4rem 0;
      margin-top: 4rem; } }
  .surecall-page-wrapper .store-logos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: center;
    justify-items: center; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .store-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .store-logos-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 1.5rem; } }
  .surecall-page-wrapper .store-logos .store-logo {
    max-width: 120px;
    height: auto; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .store-logos .store-logo {
        max-width: 150px; } }
    .surecall-page-wrapper .store-logos .store-logo img {
      width: 100%;
      height: auto; }

.surecall-page-wrapper .testimonial-section {
  margin: 2rem 0;
  padding: 0 1rem;
  width: 100%; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .testimonial-section {
      margin: 4rem 0;
      padding: 0 1.5rem; } }
  .surecall-page-wrapper .testimonial-section-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .testimonial-section-heading {
        font-size: 50px;
        line-height: 57px; } }
  .surecall-page-wrapper .testimonial-section-content {
    background-color: #08A3D7;
    padding: 2rem;
    color: white;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .testimonial-section-content {
        padding: 3rem; } }
    .surecall-page-wrapper .testimonial-section-content .testimonial-text {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .surecall-page-wrapper .testimonial-section-content .testimonial-text {
          font-size: 24px;
          line-height: 33px;
          margin-bottom: 2rem; } }
    .surecall-page-wrapper .testimonial-section-content .testimonial-author {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .surecall-page-wrapper .testimonial-section-content .testimonial-author {
          font-size: 24px;
          line-height: 33px; } }

.surecall-page-wrapper .success-stories {
  margin: 2rem 0;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .success-stories {
      margin: 4rem 0;
      padding: 0 1.5rem; } }
  .surecall-page-wrapper .success-stories-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .success-stories-heading {
        font-size: 50px;
        line-height: 57px; } }
  .surecall-page-wrapper .success-stories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .success-stories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .success-stories-grid {
        grid-template-columns: repeat(3, 1fr); } }
  .surecall-page-wrapper .success-stories .story-card {
    background: #F3F6FA;
    overflow: hidden; }
    .surecall-page-wrapper .success-stories .story-card-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      padding: 1rem; }
      @media (min-width: 768px) {
        .surecall-page-wrapper .success-stories .story-card-image {
          height: 300px;
          padding: 1.5rem; } }
    .surecall-page-wrapper .success-stories .story-card-content {
      padding: 1.5rem;
      padding-top: 0; }
      @media (min-width: 768px) {
        .surecall-page-wrapper .success-stories .story-card-content {
          padding: 2rem;
          padding-top: 0; } }
      .surecall-page-wrapper .success-stories .story-card-content h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 0.75rem; }
        @media (min-width: 768px) {
          .surecall-page-wrapper .success-stories .story-card-content h3 {
            font-size: 26px;
            line-height: 30px;
            margin-bottom: 1rem; } }
      .surecall-page-wrapper .success-stories .story-card-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0.75rem; }
        @media (min-width: 768px) {
          .surecall-page-wrapper .success-stories .story-card-content p {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 1rem; } }
        .surecall-page-wrapper .success-stories .story-card-content p .read-more {
          color: #08A3D7;
          text-decoration: underline;
          font-weight: 700;
          display: inline-block; }
          .surecall-page-wrapper .success-stories .story-card-content p .read-more:hover {
            text-decoration: underline; }

.surecall-page-wrapper .view-all-case-studies {
  text-align: center;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .view-all-case-studies {
      margin-top: 2rem; } }
  .surecall-page-wrapper .view-all-case-studies .view-all-btn {
    display: inline-block;
    padding: 0.5rem 3rem;
    background-color: #08A3D7;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    transition: background-color 0.3s ease; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .view-all-case-studies .view-all-btn {
        font-size: 24px;
        line-height: 36px;
        padding: 0.5rem 4rem; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .view-all-case-studies .view-all-btn {
        font-size: 28px;
        line-height: 57px;
        padding: 0.5rem 5rem; } }
    .surecall-page-wrapper .view-all-case-studies .view-all-btn:hover {
      background-color: #067ea6; }

.surecall-page-wrapper .commercial-benefits {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .commercial-benefits {
      padding: 2.5rem 0; } }
  @media (min-width: 1024px) {
    .surecall-page-wrapper .commercial-benefits {
      padding: 3rem 0; } }
  .surecall-page-wrapper .commercial-benefits .benefits-two-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .commercial-benefits .benefits-two-col {
        gap: 2.5rem;
        align-items: center;
        text-align: center; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .commercial-benefits .benefits-two-col {
        flex-direction: row;
        gap: 4rem;
        align-items: stretch;
        justify-content: space-between;
        text-align: left; } }
  .surecall-page-wrapper .commercial-benefits .benefits-image {
    flex: 1 1 100%;
    min-width: 0;
    display: flex;
    align-items: stretch; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .commercial-benefits .benefits-image {
        flex: 0 0 60%;
        max-width: 60%;
        align-self: stretch; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .commercial-benefits .benefits-image {
        flex: 0 0 40%;
        max-width: 40%;
        align-self: stretch;
        min-height: 600px; } }
    .surecall-page-wrapper .commercial-benefits .benefits-image img {
      width: 100%;
      height: auto;
      display: block; }
      @media (min-width: 768px) {
        .surecall-page-wrapper .commercial-benefits .benefits-image img {
          max-width: 400px;
          margin: 0 auto;
          height: auto; } }
      @media (min-width: 1024px) {
        .surecall-page-wrapper .commercial-benefits .benefits-image img {
          width: 100%;
          height: 100%;
          max-width: 100%;
          object-fit: cover;
          margin: 0;
          min-height: 600px; } }
  .surecall-page-wrapper .commercial-benefits .benefits-content {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .commercial-benefits .benefits-content {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .commercial-benefits .benefits-content {
        flex: 0 0 55%;
        max-width: 55%;
        text-align: left; } }
    .surecall-page-wrapper .commercial-benefits .benefits-content .bolton-logo {
      width: 140px;
      height: auto; }
  .surecall-page-wrapper .commercial-benefits .section-heading {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 1.75rem 0;
    color: #1f2937;
    text-align: left; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .surecall-page-wrapper .commercial-benefits .section-heading {
        font-size: 2rem;
        line-height: 2.25rem;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .commercial-benefits .section-heading {
        font-size: 50px;
        line-height: 57px;
        margin: 0 0 2rem 0; } }
  .surecall-page-wrapper .commercial-benefits .benefits-content > p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .surecall-page-wrapper .commercial-benefits .benefits-content > p {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .commercial-benefits .benefits-content > p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 2rem; } }
  .surecall-page-wrapper .commercial-benefits .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.5rem; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .commercial-benefits .benefits-grid {
        gap: 3rem 2.5rem; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .commercial-benefits .benefits-grid {
        gap: 4rem; } }
  .surecall-page-wrapper .commercial-benefits .benefit-item {
    flex: 1 1 100%;
    text-align: left;
    padding: 1rem 0; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .commercial-benefits .benefit-item {
        flex: 1 1 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
        padding: 1.5rem 0; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .commercial-benefits .benefit-item {
        flex: 1 1 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
        padding: 2rem 0; } }
    .surecall-page-wrapper .commercial-benefits .benefit-item h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 1rem 0;
      text-align: left;
      line-height: 1.3;
      word-wrap: break-word;
      hyphens: auto; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .surecall-page-wrapper .commercial-benefits .benefit-item h3 {
          font-size: 1.25rem;
          line-height: 1.5rem;
          margin: 0 0 0.75rem 0; } }
      @media (min-width: 1024px) {
        .surecall-page-wrapper .commercial-benefits .benefit-item h3 {
          font-size: 26px;
          line-height: 32px;
          margin: 0 0 1rem 0; } }
    .surecall-page-wrapper .commercial-benefits .benefit-item p {
      color: #6b7280;
      line-height: 1.6;
      margin: 0;
      font-size: 1rem;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .surecall-page-wrapper .commercial-benefits .benefit-item p {
          font-size: 1rem;
          line-height: 1.75rem; } }
      @media (min-width: 1024px) {
        .surecall-page-wrapper .commercial-benefits .benefit-item p {
          font-size: 20px;
          line-height: 28px; } }

.surecall-page-wrapper .managed-process-section {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .surecall-page-wrapper .managed-process-section {
      padding: 3rem 0; } }
  @media (min-width: 1024px) {
    .surecall-page-wrapper .managed-process-section {
      padding: 4rem 0; } }
  .surecall-page-wrapper .managed-process-section h3 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 2rem 0;
    color: #1f2937;
    text-align: left; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .managed-process-section h3 {
        text-align: center;
        font-size: 1.75rem;
        margin: 0 0 3rem 0; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .managed-process-section h3 {
        font-size: 50px;
        line-height: 57px; } }
  .surecall-page-wrapper .managed-process-section p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #6b7280;
    text-align: left;
    margin: 0 0 2.5rem 0; }
    @media (min-width: 768px) {
      .surecall-page-wrapper .managed-process-section p {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 0 3rem 0; } }
    @media (min-width: 1024px) {
      .surecall-page-wrapper .managed-process-section p {
        font-size: 20px;
        line-height: 28px; } }
  .surecall-page-wrapper .managed-process-section .step-title {
    text-align: left; }
  .surecall-page-wrapper .managed-process-section .step-content p {
    font-size: 18px;
    line-height: 30px;
    text-align: left; }

.surecall-page-wrapper .proven-process .container {
  max-width: 101rem;
  margin-bottom: 4.5rem; }
  @media (min-width: 1181px) {
    .surecall-page-wrapper .proven-process .container {
      border: 1px solid #eae8e8;
      box-shadow: 3px 0px 8px #CCC; } }

.surecall-page-wrapper .proven-process h2 {
  margin-top: 3rem; }

.surecall-page-wrapper .proven-process-columns {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-items: flex-start; }
  .surecall-page-wrapper .proven-process-columns .text p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1.5rem; }
    @media (min-width: 1181px) {
      .surecall-page-wrapper .proven-process-columns .text p {
        font-size: 20px;
        line-height: 30px; } }
  .surecall-page-wrapper .proven-process-columns .logos {
    display: flex;
    flex-wrap: wrap; }
    .surecall-page-wrapper .proven-process-columns .logos img {
      width: 33.33%;
      padding: 1%;
      align-self: flex-start; }
      @media (min-width: 551px) {
        .surecall-page-wrapper .proven-process-columns .logos img {
          width: 50%; } }
  @media (min-width: 700px) {
    .surecall-page-wrapper .proven-process-columns {
      flex-direction: row;
      align-items: center; }
      .surecall-page-wrapper .proven-process-columns .text {
        width: 60%;
        padding: 1.5rem; }
      .surecall-page-wrapper .proven-process-columns .logos {
        width: 40%;
        padding: 1.5rem; }
        .surecall-page-wrapper .proven-process-columns .logos img {
          padding: 2.5%; } }

.cel-fi-page-wrapper .container {
  max-width: 107rem;
  padding: 0 1.5rem;
  margin: 0 auto; }

.cel-fi-page-wrapper .cel-fi-marquee {
  padding: 3rem 0 4.5rem 0;
  background-color: #F3F6FA; }
  @media (min-width: 1181px) {
    .cel-fi-page-wrapper .cel-fi-marquee {
      padding: 4.5rem 0;
      margin-bottom: 4.5rem; } }
  .cel-fi-page-wrapper .cel-fi-marquee-content {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (min-width: 900px) {
      .cel-fi-page-wrapper .cel-fi-marquee-content {
        flex-direction: row;
        justify-content: space-between;
        gap: 4rem; } }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .cel-fi-marquee-text {
      flex: 0 0 35%; } }
  @media (min-width: 1181px) {
    .cel-fi-page-wrapper .cel-fi-marquee-text {
      flex: 0 0 50%; } }
  .cel-fi-page-wrapper .cel-fi-marquee-text h1 {
    color: #08A3D7;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 1.25rem;
    margin-top: 0 !important;
    font-weight: 700;
    padding-top: 0; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .cel-fi-marquee-text h1 {
        font-size: 40px;
        line-height: 48px; } }
    @media (min-width: 1024px) {
      .cel-fi-page-wrapper .cel-fi-marquee-text h1 {
        font-size: 78px;
        line-height: 84px; } }
  .cel-fi-page-wrapper .cel-fi-marquee-text ul {
    margin-top: 1.5rem;
    padding-left: 1.5rem; }
  .cel-fi-page-wrapper .cel-fi-marquee-text p, .cel-fi-page-wrapper .cel-fi-marquee-text li {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    max-width: 650px !important;
    margin: 0 0 .75rem 0 !important; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .cel-fi-marquee-text p, .cel-fi-page-wrapper .cel-fi-marquee-text li {
        font-size: 18px;
        line-height: 28px; } }
    @media (min-width: 1024px) {
      .cel-fi-page-wrapper .cel-fi-marquee-text p, .cel-fi-page-wrapper .cel-fi-marquee-text li {
        font-size: 22px;
        line-height: 30px; } }
  .cel-fi-page-wrapper .cel-fi-marquee__product-image {
    max-width: 100%;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: block; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .cel-fi-marquee__product-image {
        max-width: 80%; } }
    @media (min-width: 1024px) {
      .cel-fi-page-wrapper .cel-fi-marquee__product-image {
        max-width: 70%; } }
  .cel-fi-page-wrapper .cel-fi-marquee-text p {
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .cel-fi-marquee-text p {
        font-size: 18px;
        line-height: 28.8px; } }
    @media (min-width: 1024px) {
      .cel-fi-page-wrapper .cel-fi-marquee-text p {
        font-size: 22px;
        line-height: 33px; } }
  @media (min-width: 1181px) {
    .cel-fi-page-wrapper .cel-fi-marquee .form-container form {
      padding: 3rem 4rem !important; }
      .cel-fi-page-wrapper .cel-fi-marquee .form-container form button {
        padding-left: 20px !important;
        padding-right: 20px !important; } }

@media (min-width: 1181px) {
  .cel-fi-page-wrapper.industry-solutions .cel-fi-marquee-text h1 {
    font-size: 98px !important;
    line-height: 100px !important; }
  .cel-fi-page-wrapper.industry-solutions .cel-fi-marquee-text p {
    font-size: 26px !important;
    line-height: 36px !important; } }

@media (min-width: 1181px) {
  .cel-fi-page-wrapper.industry-solutions .form-container {
    width: 40%; } }

.cel-fi-page-wrapper .section-description {
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  max-width: 800px;
  margin: 0 auto 3rem;
  padding: 0 1rem; }

.cel-fi-page-wrapper .product-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  font-size: 20px;
  line-height: 30px; }
  .cel-fi-page-wrapper .product-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #000; }
    .cel-fi-page-wrapper .product-features li:before {
      content: "•";
      position: absolute;
      left: 0;
      color: #08A3D7;
      font-size: 1.2em; }
    .cel-fi-page-wrapper .product-features li:last-child {
      margin-bottom: 0; }
  @media (min-width: 1181px) {
    .cel-fi-page-wrapper .product-features {
      min-height: 440px; } }

.cel-fi-page-wrapper .section-heading {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  margin: 3rem auto 1.5rem;
  padding: 0 1rem;
  max-width: 1000px;
  width: 100%; }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .section-heading {
      font-size: 30px;
      line-height: 36px;
      margin: 1.5rem auto 2rem; } }
  @media (min-width: 1024px) {
    .cel-fi-page-wrapper .section-heading {
      font-size: 50px;
      line-height: 57px;
      margin: 1.5rem auto 2rem; } }

.cel-fi-page-wrapper .product-section {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .product-section {
      margin-bottom: 2.5rem;
      margin-top: 1.5rem; } }
  .cel-fi-page-wrapper .product-section .product-image {
    max-height: 250px;
    width: auto;
    object-fit: contain;
    margin-bottom: 2rem !important;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .product-section .product-image {
        max-height: 300px;
        margin-bottom: 3rem !important; } }
    @media (min-width: 1024px) {
      .cel-fi-page-wrapper .product-section .product-image {
        max-height: 350px;
        margin-bottom: 4rem !important; } }
  .cel-fi-page-wrapper .product-section .product-title {
    margin-top: 2rem;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .product-section .product-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 2.5rem; } }
    @media (min-width: 1024px) {
      .cel-fi-page-wrapper .product-section .product-title {
        font-size: 35px;
        line-height: 42px;
        margin-top: 3rem; } }

.cel-fi-page-wrapper .product-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .product-buttons {
      flex-direction: row;
      justify-content: center;
      margin-top: 1.5rem; } }
  .cel-fi-page-wrapper .product-buttons a, .cel-fi-page-wrapper .product-buttons span {
    border-radius: 0 !important; }
  .cel-fi-page-wrapper .product-buttons .button--primary {
    background-color: #08A3D7;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease; }
    .cel-fi-page-wrapper .product-buttons .button--primary:hover {
      background-color: #067ea6; }
  .cel-fi-page-wrapper .product-buttons .view-details {
    background-color: transparent;
    color: #08A3D7;
    border: 1px solid #08A3D7;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease; }
    .cel-fi-page-wrapper .product-buttons .view-details:hover {
      background-color: #08A3D7;
      color: white; }

.cel-fi-page-wrapper .success-stories {
  margin: 1.5rem 0;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .success-stories {
      margin: 1.5rem 0;
      padding: 0 1.5rem; } }
  .cel-fi-page-wrapper .success-stories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .success-stories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
  .cel-fi-page-wrapper .success-stories .story-card {
    background: #F3F6FA;
    overflow: hidden;
    height: 100%; }
    .cel-fi-page-wrapper .success-stories .story-card-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      padding: 1.5rem;
      background: #F3F6FA;
      border-radius: 8px; }
    .cel-fi-page-wrapper .success-stories .story-card-content {
      padding: 1.5rem;
      height: calc(100% - 250px);
      display: flex;
      flex-direction: column;
      background: #F3F6FA; }
      .cel-fi-page-wrapper .success-stories .story-card-content h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin: 0 0 1rem;
        padding-top: 0; }
      .cel-fi-page-wrapper .success-stories .story-card-content .case-study-info {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-bottom: 1.5rem;
        font-size: 16px;
        font-weight: 600;
        color: #666; }
        .cel-fi-page-wrapper .success-stories .story-card-content .case-study-info span:not(:last-child)::after {
          content: "•";
          margin-left: 1rem; }
        @media (min-width: 1181px) {
          .cel-fi-page-wrapper .success-stories .story-card-content .case-study-info {
            font-size: 18px; } }
      .cel-fi-page-wrapper .success-stories .story-card-content p {
        font-size: 18px;
        line-height: 26px;
        color: #000;
        margin-bottom: 1.5rem; }
      .cel-fi-page-wrapper .success-stories .story-card-content .read-more {
        color: #08A3D7;
        text-decoration: none;
        font-weight: 700;
        margin-top: 1.5rem;
        display: block; }
        .cel-fi-page-wrapper .success-stories .story-card-content .read-more:hover {
          text-decoration: underline; }

.cel-fi-page-wrapper .section-heading + .section-description {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  padding: 0 1rem; }
  @media (min-width: 1181px) {
    .cel-fi-page-wrapper .section-heading + .section-description {
      font-size: 22px; } }

.cel-fi-page-wrapper .view-all-case-studies {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .view-all-case-studies {
      margin-top: 2rem; } }
  .cel-fi-page-wrapper .view-all-case-studies .view-all-btn {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: #08A3D7;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    transition: background-color 0.3s ease; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .view-all-case-studies .view-all-btn {
        font-size: 20px;
        line-height: 28px;
        padding: 1rem 4rem; } }
    .cel-fi-page-wrapper .view-all-case-studies .view-all-btn:hover {
      background-color: #067ea6; }

.cel-fi-page-wrapper .why-choose-section {
  padding: 1.5rem 0 6rem;
  background-color: #F3F6FA; }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .why-choose-section {
      padding: 1.5rem 0 6rem; } }
  .cel-fi-page-wrapper .why-choose-section .section-title {
    text-align: center;
    margin-bottom: 60px; }
    .cel-fi-page-wrapper .why-choose-section .section-title h2 {
      font-size: 28px;
      font-weight: 600;
      color: #333;
      margin-bottom: 20px;
      line-height: 33px; }
      @media (min-width: 551px) {
        .cel-fi-page-wrapper .why-choose-section .section-title h2 {
          font-size: 50px !important;
          line-height: 57px; } }
    .cel-fi-page-wrapper .why-choose-section .section-title p {
      font-size: 18px;
      color: #666;
      max-width: 700px;
      margin: 0 auto; }
  .cel-fi-page-wrapper .why-choose-section .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .why-choose-section .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media (min-width: 992px) {
      .cel-fi-page-wrapper .why-choose-section .why-choose-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px; } }
  .cel-fi-page-wrapper .why-choose-section .why-choose-item {
    padding: 20px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
    .cel-fi-page-wrapper .why-choose-section .why-choose-item .icon-wrapper {
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .cel-fi-page-wrapper .why-choose-section .why-choose-item .icon-wrapper img {
        max-width: 100%;
        height: auto;
        object-fit: contain; }
    .cel-fi-page-wrapper .why-choose-section .why-choose-item h3 {
      font-size: 26px;
      font-weight: 600;
      line-height: 30px;
      color: #000;
      margin-bottom: 15px; }
    .cel-fi-page-wrapper .why-choose-section .why-choose-item p {
      font-size: 20px;
      color: #666;
      line-height: 30px;
      margin: 0;
      color: #000; }

.cel-fi-page-wrapper .installation-section {
  padding: 3rem 0 1.5rem; }
  @media (min-width: 768px) {
    .cel-fi-page-wrapper .installation-section {
      padding: 3rem 0 1.5rem; } }
  .cel-fi-page-wrapper .installation-section .section-heading {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin: 1.5rem auto 1.5rem;
    padding: 0 1rem;
    max-width: 1000px;
    width: 100%; }
    @media (min-width: 768px) {
      .cel-fi-page-wrapper .installation-section .section-heading {
        font-size: 30px;
        line-height: 36px;
        margin: 1.5rem auto 2rem; } }
    @media (min-width: 1024px) {
      .cel-fi-page-wrapper .installation-section .section-heading {
        font-size: 50px;
        line-height: 57px;
        margin: 1.5rem auto 2rem; } }
  .cel-fi-page-wrapper .installation-section .section-description {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 3rem;
    padding: 0 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1181px) {
      .cel-fi-page-wrapper .installation-section .section-description {
        font-size: 22px; } }

.cel-fi-page-wrapper .case-study-process {
  margin-bottom: 3rem; }
  .cel-fi-page-wrapper .case-study-process .process {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 1rem);
    margin-left: -.5rem;
    justify-content: center; }
    @media (min-width: 1361px) {
      .cel-fi-page-wrapper .case-study-process .process {
        flex-wrap: nowrap; } }
    .cel-fi-page-wrapper .case-study-process .process .step {
      width: 100%;
      background: #f3f6fa;
      margin: 0 .5rem;
      padding: 2rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 551px) {
        .cel-fi-page-wrapper .case-study-process .process .step {
          width: 47%; } }
      @media (min-width: 1361px) {
        .cel-fi-page-wrapper .case-study-process .process .step {
          width: 100%; } }
      .cel-fi-page-wrapper .case-study-process .process .step .number {
        color: #009AD0;
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 0.78571rem; }
        @media (min-width: 1181px) {
          .cel-fi-page-wrapper .case-study-process .process .step .number {
            font-size: 30px; } }
      .cel-fi-page-wrapper .case-study-process .process .step .image {
        height: 100px;
        display: flex;
        align-items: center; }
        .cel-fi-page-wrapper .case-study-process .process .step .image img {
          display: block;
          margin-bottom: 0.78571rem; }
      .cel-fi-page-wrapper .case-study-process .process .step .heading {
        font-size: 26px;
        line-height: 30px;
        font-weight: 800;
        color: #000;
        margin-bottom: 1.5rem; }
        @media (min-width: 1181px) {
          .cel-fi-page-wrapper .case-study-process .process .step .heading {
            font-size: 28px;
            line-height: 32px; } }
      .cel-fi-page-wrapper .case-study-process .process .step ul {
        list-style: none;
        margin: 0; }
        .cel-fi-page-wrapper .case-study-process .process .step ul li {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 1.5rem;
          color: #000; }

.cel-fi-page-wrapper .proven-process .container {
  max-width: 101rem;
  margin-bottom: 4.5rem; }
  @media (min-width: 1181px) {
    .cel-fi-page-wrapper .proven-process .container {
      border: 1px solid #eae8e8;
      box-shadow: 3px 0px 8px #CCC; } }

.cel-fi-page-wrapper .proven-process h2 {
  margin-top: 3rem; }

.cel-fi-page-wrapper .proven-process-columns {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-items: flex-start; }
  .cel-fi-page-wrapper .proven-process-columns .text p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1.5rem; }
    @media (min-width: 1181px) {
      .cel-fi-page-wrapper .proven-process-columns .text p {
        font-size: 20px;
        line-height: 30px; } }
  .cel-fi-page-wrapper .proven-process-columns .logos {
    display: flex;
    flex-wrap: wrap; }
    .cel-fi-page-wrapper .proven-process-columns .logos img {
      width: 33.33%;
      padding: 1%;
      align-self: flex-start; }
      @media (min-width: 551px) {
        .cel-fi-page-wrapper .proven-process-columns .logos img {
          width: 50%; } }
  @media (min-width: 700px) {
    .cel-fi-page-wrapper .proven-process-columns {
      flex-direction: row;
      align-items: center; }
      .cel-fi-page-wrapper .proven-process-columns .text {
        width: 60%;
        padding: 1.5rem; }
      .cel-fi-page-wrapper .proven-process-columns .logos {
        width: 40%;
        padding: 1.5rem; }
        .cel-fi-page-wrapper .proven-process-columns .logos img {
          padding: 2.5%; } }

@media (min-width: 1181px) {
  .cel-fi-page-wrapper.g43 .product-features {
    min-height: 300px; } }

.cta-section {
  background-color: #09a3d7;
  padding: 3rem 0 4.5rem 0 !important;
  text-align: center;
  color: white; }
  @media (min-width: 768px) {
    .cta-section {
      padding: 7rem 0 !important; } }
  .cta-section h2 {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    color: white; }
    @media (min-width: 1181px) {
      .cta-section h2 {
        font-size: 70px;
        line-height: 73px; } }
  .cta-section p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto !important;
    color: white;
    max-width: 600px !important; }
    .cta-section p a {
      color: white;
      font-weight: 600;
      text-decoration: underline; }
      .cta-section p a:hover {
        text-decoration: none; }
    @media (min-width: 1181px) {
      .cta-section p {
        font-size: 28px;
        line-height: 36px;
        max-width: 700px !important; } }

.ibwavePage .desktop-upper-footer {
  display: none !important; }

.ibwavePage .footer-form {
  display: none !important; }

.ibwave-page-wrapper .cel-fi-marquee {
  background-color: #F3F6FA !important; }

.ibwave-page-wrapper .cel-fi-marquee-text h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 0rem;
  color: #08A3D7; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .cel-fi-marquee-text h1 {
      font-size: 60px;
      line-height: 62px; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .cel-fi-marquee-text h1 {
      font-size: 65px;
      line-height: 69px; } }
  @media (min-width: 1200px) {
    .ibwave-page-wrapper .cel-fi-marquee-text h1 {
      font-size: 70px;
      line-height: 69px; } }
  @media (min-width: 1400px) {
    .ibwave-page-wrapper .cel-fi-marquee-text h1 {
      font-size: 75px;
      line-height: 69px; } }

.ibwave-page-wrapper .cel-fi-marquee-text h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin: 1.5rem 0;
  color: #111; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .cel-fi-marquee-text h2 {
      font-size: 42px;
      line-height: 48px; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .cel-fi-marquee-text h2 {
      font-size: 50px;
      line-height: 57px; } }

.ibwave-page-wrapper .video-thumbnail-container {
  position: relative;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.3s ease; }
  .ibwave-page-wrapper .video-thumbnail-container:hover {
    opacity: 0.8; }

.ibwave-page-wrapper .video-thumbnail {
  width: 100%;
  height: auto;
  display: block; }

.ibwave-page-wrapper .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ibwave-page-wrapper .video-modal .video-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer; }
  .ibwave-page-wrapper .video-modal .video-modal-content {
    position: relative;
    z-index: 10000;
    max-width: 90%;
    max-height: 90%; }
    .ibwave-page-wrapper .video-modal .video-modal-content iframe {
      width: 100%;
      height: auto;
      min-height: 300px; }
      @media (min-width: 768px) {
        .ibwave-page-wrapper .video-modal .video-modal-content iframe {
          width: 800px;
          height: 450px; } }

.ibwave-page-wrapper .ibwave-subnav {
  background-color: #08A3D7;
  padding: 2rem 0; }
  .ibwave-page-wrapper .ibwave-subnav .container {
    max-width: 120rem; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .ibwave-subnav {
      padding: 2.5rem 0; } }
  .ibwave-page-wrapper .ibwave-subnav__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .ibwave-subnav__links {
        justify-content: space-evenly; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .ibwave-subnav__links {
        justify-content: space-between;
        flex-wrap: nowrap; } }
  .ibwave-page-wrapper .ibwave-subnav__link {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0.5rem;
    text-decoration: none; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .ibwave-subnav__link {
        font-size: 22px;
        line-height: 26px;
        padding: 0 1rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .ibwave-subnav__link {
        font-size: 28px;
        line-height: 32px; } }
    .ibwave-page-wrapper .ibwave-subnav__link:hover {
      color: #fff; }
    .ibwave-page-wrapper .ibwave-subnav__link.active::after, .ibwave-page-wrapper .ibwave-subnav__link--active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #f05a28; }
    .ibwave-page-wrapper .ibwave-subnav__link:not(:last-child)::after {
      content: '';
      position: absolute;
      right: -25%;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 15px;
      background-color: rgba(255, 255, 255, 0.7); }
      @media (min-width: 768px) {
        .ibwave-page-wrapper .ibwave-subnav__link:not(:last-child)::after {
          height: 20px; } }
      @media (min-width: 1024px) {
        .ibwave-page-wrapper .ibwave-subnav__link:not(:last-child)::after {
          height: 30px; } }

@media (max-width: 499px) {
  .ibwave-page-wrapper .ibwave-subnav__links {
    display: block;
    padding-left: 1.5rem;
    text-align: left; } }

@media (min-width: 500px) {
  .ibwave-page-wrapper .ibwave-subnav__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-left: 0; } }

@media (max-width: 499px) {
  .ibwave-page-wrapper .ibwave-subnav__link {
    display: list-item;
    list-style: disc inside;
    flex: unset !important;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.5rem 0;
    font-size: 18px;
    line-height: 1.4;
    border: none !important;
    text-align: left; }
    .ibwave-page-wrapper .ibwave-subnav__link:not(:last-child)::after {
      display: none !important; } }

@media (min-width: 500px) {
  .ibwave-page-wrapper .ibwave-subnav__link {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 1.5rem;
    font-size: 22px;
    line-height: 28px;
    border: none;
    text-align: center;
    list-style: none; }
    .ibwave-page-wrapper .ibwave-subnav__link:not(:last-child)::after {
      display: block !important;
      content: '';
      position: absolute;
      right: 0;
      top: 20%;
      height: 80%;
      width: 2px;
      background: rgba(255, 255, 255, 0.7);
      transform: translateX(50%); } }

.ibwave-page-wrapper .story-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .story-title {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 1.5rem; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .story-title {
      font-size: 22px;
      line-height: 25px; } }

@media (min-width: 768px) {
  .ibwave-page-wrapper .cel-fi-marquee-text h1 {
    padding-bottom: 1rem !important; } }

.ibwave-page-wrapper .productModern-preview {
  padding-top: 1.5rem; }
  @media (min-width: 750px) {
    .ibwave-page-wrapper .productModern-preview {
      padding-top: 0; } }
  @media (min-width: 1361px) {
    .ibwave-page-wrapper .productModern-preview {
      position: relative; } }
  .ibwave-page-wrapper .productModern-preview .product-row {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    min-height: 300px; }
    @media (min-width: 750px) {
      .ibwave-page-wrapper .productModern-preview .product-row {
        margin-top: 2rem;
        margin-bottom: 2rem;
        min-height: 400px; } }
    @media (min-width: 1181px) {
      .ibwave-page-wrapper .productModern-preview .product-row {
        background-color: #F3F6FA; } }
    .ibwave-page-wrapper .productModern-preview .product-row .text,
    .ibwave-page-wrapper .productModern-preview .product-row .image {
      width: 100%; }
      @media (min-width: 750px) {
        .ibwave-page-wrapper .productModern-preview .product-row .text,
        .ibwave-page-wrapper .productModern-preview .product-row .image {
          width: 50%; } }
    .ibwave-page-wrapper .productModern-preview .product-row .text {
      order: 2;
      font-size: 16px;
      padding: 1.5rem 0 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 750px) {
        .ibwave-page-wrapper .productModern-preview .product-row .text {
          order: initial;
          padding: 0 7%;
          font-size: 18px; } }
      .ibwave-page-wrapper .productModern-preview .product-row .text p,
      .ibwave-page-wrapper .productModern-preview .product-row .text li {
        font-size: 16px;
        line-height: 22px; }
        @media (min-width: 750px) {
          .ibwave-page-wrapper .productModern-preview .product-row .text p,
          .ibwave-page-wrapper .productModern-preview .product-row .text li {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 1024px) {
          .ibwave-page-wrapper .productModern-preview .product-row .text p,
          .ibwave-page-wrapper .productModern-preview .product-row .text li {
            font-size: 20px;
            line-height: 28px; } }
      .ibwave-page-wrapper .productModern-preview .product-row .text .small {
        font-size: 11px; }
    .ibwave-page-wrapper .productModern-preview .product-row .image {
      order: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      padding: 1.5rem; }
      @media (min-width: 750px) {
        .ibwave-page-wrapper .productModern-preview .product-row .image {
          order: initial;
          padding: 2rem; } }
      @media (min-width: 768px) {
        .ibwave-page-wrapper .productModern-preview .product-row .image {
          padding: 3rem; } }

.ibwave-page-wrapper .modern-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .modern-title {
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 1.5rem; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .modern-title {
      font-size: 50px;
      line-height: 57px; } }

.ibwave-page-wrapper .story-title {
  font-size: 20px !important;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #111; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .story-title {
      font-size: 24px !important;
      line-height: 27px;
      margin-bottom: 1rem; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .story-title {
      font-size: 32px !important;
      line-height: 38px;
      margin-bottom: 1.5rem; } }

.ibwave-page-wrapper .all-in-one-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .all-in-one-section {
      padding: 3rem 0; } }
  .ibwave-page-wrapper .all-in-one-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .all-in-one-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .all-in-one-section h2 {
        font-size: 50px;
        line-height: 57px; } }

.ibwave-page-wrapper .all-in-one-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .all-in-one-cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin-top: 2rem; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .all-in-one-cards {
      gap: 3rem; } }

.ibwave-page-wrapper .all-in-one-card {
  background-color: #f3f6fa;
  padding: 2rem 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 350px; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .all-in-one-card {
      padding: 3rem 2rem 4.5rem 2rem;
      min-height: 400px; } }
  .ibwave-page-wrapper .all-in-one-card .card-image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .all-in-one-card .card-image {
        min-height: 200px; } }
  .ibwave-page-wrapper .all-in-one-card .card-text {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .ibwave-page-wrapper .all-in-one-card img {
    width: 70%;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 150px; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .all-in-one-card img {
        width: 60%;
        max-width: 200px; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .all-in-one-card img {
        width: 200px;
        height: auto;
        max-height: 200px; } }
  .ibwave-page-wrapper .all-in-one-card h3 {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-align: left; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .all-in-one-card h3 {
        font-size: 24px !important;
        line-height: 27px;
        margin-bottom: 1rem; } }
  .ibwave-page-wrapper .all-in-one-card p {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .all-in-one-card p {
        font-size: 18px;
        line-height: 23px; } }

.ibwave-page-wrapper .choose-models-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .choose-models-section {
      padding: 3rem 0; } }
  .ibwave-page-wrapper .choose-models-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .choose-models-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .choose-models-section h2 {
        font-size: 50px;
        line-height: 57px; } }

.ibwave-page-wrapper .choose-models-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .choose-models-cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin-top: 2rem; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .choose-models-cards {
      gap: 3rem; } }

.ibwave-page-wrapper .choose-model-card {
  background-color: #f3f6fa;
  padding: 2rem 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 200px; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .choose-model-card {
      padding: 3rem 2rem 4.5rem 2rem;
      min-height: 250px; } }
  .ibwave-page-wrapper .choose-model-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .ibwave-page-wrapper .choose-model-card h3 {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0.75rem; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .choose-model-card h3 {
        font-size: 24px !important;
        line-height: 27px;
        margin-bottom: 1rem; } }
  .ibwave-page-wrapper .choose-model-card p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .choose-model-card p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 1.5rem; } }

.ibwave-page-wrapper .contact-expert-btn-container {
  width: 180px; }

.ibwave-page-wrapper .contact-expert-btn {
  background-color: #08A3D7;
  color: white;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 0 !important;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .contact-expert-btn {
      padding: 10px 20px;
      font-size: 20px; } }
  .ibwave-page-wrapper .contact-expert-btn:hover {
    background-color: #0799c3;
    text-decoration: none;
    color: white; }

.ibwave-page-wrapper .tech-specs-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .tech-specs-section {
      padding: 3rem 0; } }
  .ibwave-page-wrapper .tech-specs-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .tech-specs-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .tech-specs-section h2 {
        font-size: 50px;
        line-height: 57px; } }

.ibwave-page-wrapper .tech-specs-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .tech-specs-buttons {
      gap: 2rem; } }

.ibwave-page-wrapper .tech-spec-btn {
  background-color: #1F253A;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0 !important;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  min-width: 180px; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .tech-spec-btn {
      padding: 14px 32px;
      font-size: 18px;
      min-width: 200px; } }
  .ibwave-page-wrapper .tech-spec-btn:hover {
    background-color: #151925;
    text-decoration: none;
    color: white; }

.ibwave-page-wrapper .compare-options-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .compare-options-section {
      padding: 3rem 0; } }
  .ibwave-page-wrapper .compare-options-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .compare-options-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .compare-options-section h2 {
        font-size: 50px;
        line-height: 57px; } }

.ibwave-page-wrapper .compare-options-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .compare-options-cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin-top: 2rem; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .compare-options-cards {
      gap: 3rem; } }

.ibwave-page-wrapper .compare-option-card {
  background-color: #f3f6fa;
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 450px; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .compare-option-card {
      padding: 2rem;
      min-height: 500px; } }
  .ibwave-page-wrapper .compare-option-card .card-header {
    flex: 0 0 auto;
    margin-bottom: 1rem; }
  .ibwave-page-wrapper .compare-option-card .card-image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .compare-option-card .card-image {
        min-height: 210px;
        margin-bottom: 2rem; } }
  .ibwave-page-wrapper .compare-option-card .card-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 1rem; }
  .ibwave-page-wrapper .compare-option-card h3 {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .compare-option-card h3 {
        font-size: 24px !important;
        line-height: 27px;
        margin-bottom: 1.5rem; } }
  .ibwave-page-wrapper .compare-option-card img {
    width: 80%;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 200px; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .compare-option-card img {
        width: 70%;
        max-width: 230px; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .compare-option-card img {
        width: 230px;
        height: auto;
        max-height: 210px; } }
  .ibwave-page-wrapper .compare-option-card .product-name {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #111; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .compare-option-card .product-name {
        font-size: 24px !important;
        line-height: 27px;
        margin-bottom: 1rem; } }
  .ibwave-page-wrapper .compare-option-card .product-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1rem;
    color: #333; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .compare-option-card .product-description {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 1.5rem; } }
  .ibwave-page-wrapper .compare-option-card .price-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto; }

.ibwave-page-wrapper .dollar-icon {
  width: 35px;
  height: 35px;
  background-color: #08A3D7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .dollar-icon {
      width: 40px;
      height: 40px;
      font-size: 16px; } }

.ibwave-page-wrapper .how-it-works-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .how-it-works-section {
      padding: 3rem 0; } }
  .ibwave-page-wrapper .how-it-works-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .how-it-works-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .how-it-works-section h2 {
        font-size: 50px;
        line-height: 57px; } }

.ibwave-page-wrapper .how-it-works-swiper {
  padding-bottom: 1rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .how-it-works-swiper {
      padding-bottom: 2rem; } }
  .ibwave-page-wrapper .how-it-works-swiper .swiper-slide {
    width: 200px;
    height: auto;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .how-it-works-swiper .swiper-slide {
        width: 220px;
        margin-right: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .how-it-works-swiper .swiper-slide {
        width: 230px;
        margin-right: 4rem; } }

.ibwave-page-wrapper .how-it-works-card {
  background-color: #f3f6fa;
  padding: 1rem;
  text-align: left;
  height: auto;
  min-height: 250px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .how-it-works-card {
      padding: 1.5rem;
      min-height: 350px; } }
  @media (min-width: 1024px) {
    .ibwave-page-wrapper .how-it-works-card {
      padding: 2rem;
      height: 480px;
      min-height: auto; } }
  .ibwave-page-wrapper .how-it-works-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .ibwave-page-wrapper .how-it-works-card .step-number {
    color: #08A3D7;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .how-it-works-card .step-number {
        font-size: 24px;
        margin-bottom: 0.75rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .how-it-works-card .step-number {
        font-size: 28px;
        margin-bottom: 1rem; } }
  .ibwave-page-wrapper .how-it-works-card .step-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem; }
    .ibwave-page-wrapper .how-it-works-card .step-icon svg {
      width: 40px;
      height: 40px; }
      @media (min-width: 768px) {
        .ibwave-page-wrapper .how-it-works-card .step-icon svg {
          width: 45px;
          height: 45px; } }
      @media (min-width: 1024px) {
        .ibwave-page-wrapper .how-it-works-card .step-icon svg {
          width: 50px;
          height: 50px; } }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .how-it-works-card .step-icon {
        margin-bottom: 0.75rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .how-it-works-card .step-icon {
        margin-bottom: 1rem; } }
  .ibwave-page-wrapper .how-it-works-card .card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .how-it-works-card .card-text {
        padding-bottom: 1rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .how-it-works-card .card-text {
        padding-bottom: 3rem; } }
  .ibwave-page-wrapper .how-it-works-card h3 {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .how-it-works-card h3 {
        font-size: 20px !important;
        line-height: 24px;
        margin-bottom: 0.75rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .how-it-works-card h3 {
        font-size: 26px !important;
        line-height: 30px;
        margin-bottom: 1rem; } }
  .ibwave-page-wrapper .how-it-works-card p {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .ibwave-page-wrapper .how-it-works-card p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 1.5rem; } }
    @media (min-width: 1024px) {
      .ibwave-page-wrapper .how-it-works-card p {
        font-size: 20px;
        line-height: 30px; } }
    .ibwave-page-wrapper .how-it-works-card p::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #08A3D7;
      font-size: 1.1em;
      font-weight: bold; }
      @media (min-width: 1024px) {
        .ibwave-page-wrapper .how-it-works-card p::before {
          font-size: 1.2em; } }

.ibwave-page-wrapper .swiper-nav-buttons {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -5px;
  gap: 15px; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .swiper-nav-buttons {
      gap: 20px; } }

.ibwave-page-wrapper .swiper-button-next,
.ibwave-page-wrapper .swiper-button-prev {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  background-size: contain;
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  left: 0; }
  @media (min-width: 768px) {
    .ibwave-page-wrapper .swiper-button-next,
    .ibwave-page-wrapper .swiper-button-prev {
      width: 44px;
      height: 44px; } }
  .ibwave-page-wrapper .swiper-button-next:after,
  .ibwave-page-wrapper .swiper-button-prev:after {
    display: none; }

.ibwave-page-wrapper .swiper-button-prev {
  background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-left.svg") no-repeat center center; }

.ibwave-page-wrapper .swiper-button-next {
  background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-right.svg") no-repeat center center; }

.ibwave-brand-page .faq-section {
  padding: 2rem 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .ibwave-brand-page .faq-section {
      padding: 3rem 0; } }
  .ibwave-brand-page .faq-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111;
    text-align: center; }
    @media (min-width: 768px) {
      .ibwave-brand-page .faq-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .faq-section h2 {
        font-size: 50px;
        line-height: 57px; } }

.ibwave-brand-page .faq-item {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .ibwave-brand-page .faq-item {
      margin-bottom: 3rem; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .faq-item {
      margin-bottom: 4rem; } }

.ibwave-brand-page .faq-question {
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #111; }
  @media (min-width: 768px) {
    .ibwave-brand-page .faq-question {
      font-size: 20px !important;
      line-height: 30px;
      margin-bottom: 1rem; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .faq-question {
      font-size: 22px !important;
      line-height: 33px; } }

.ibwave-brand-page .faq-answer {
  font-size: 16px;
  line-height: 26px;
  color: #333; }
  @media (min-width: 768px) {
    .ibwave-brand-page .faq-answer {
      font-size: 18px;
      line-height: 30px; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .faq-answer {
      font-size: 20px;
      line-height: 33px; } }

.ibwave-brand-page .final-cta-section {
  padding: 2rem 0;
  background-color: #08A3D7;
  color: white; }
  @media (min-width: 768px) {
    .ibwave-brand-page .final-cta-section {
      padding: 3rem 0 4.5rem 0; } }

.ibwave-brand-page .final-cta-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center; }
  @media (min-width: 768px) {
    .ibwave-brand-page .final-cta-content {
      grid-template-columns: 1fr 1fr;
      gap: 2rem; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .final-cta-content {
      gap: 4rem; } }

.ibwave-brand-page .final-cta-text h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111; }
  @media (min-width: 768px) {
    .ibwave-brand-page .final-cta-text h2 {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .final-cta-text h2 {
      font-size: 50px;
      line-height: 57px; } }

.ibwave-brand-page .final-cta-text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .ibwave-brand-page .final-cta-text p {
      font-size: 20px;
      line-height: 45px;
      margin-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .final-cta-text p {
      font-size: 20px;
      line-height: 45px; } }

.ibwave-brand-page .final-cta-text ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ibwave-brand-page .final-cta-text ul li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .ibwave-brand-page .final-cta-text ul li {
        font-size: 18px;
        line-height: 36px; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .final-cta-text ul li {
        font-size: 22px;
        line-height: 32px; } }
    .ibwave-brand-page .final-cta-text ul li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #fff;
      font-size: 1.2em;
      font-weight: bold; }

.ibwave-brand-page .ruckus-marquee__logo {
  max-width: 250px;
  margin-top: 1.5rem;
  margin-bottom: 0; }

.ibwave-brand-page .video-thumbnail-container {
  width: 100%; }
  .ibwave-brand-page .video-thumbnail-container .video-thumbnail {
    width: 100%; }

.ibwave-brand-page .brand-story-section {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .ibwave-brand-page .brand-story-section {
      padding: 2rem 0; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .brand-story-section {
      padding: 2rem 0; } }

.ibwave-brand-page .brand-story {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .ibwave-brand-page .brand-story {
      margin-bottom: 4rem; } }
  @media (min-width: 1024px) {
    .ibwave-brand-page .brand-story {
      margin-bottom: 5rem; } }
  .ibwave-brand-page .brand-story h2 {
    font-size: 32px !important;
    line-height: 38px;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    color: #111;
    text-align: center; }
    @media (min-width: 768px) {
      .ibwave-brand-page .brand-story h2 {
        font-size: 42px !important;
        line-height: 48px;
        margin-top: 0.75rem;
        margin-bottom: 4rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .brand-story h2 {
        font-size: 50px !important;
        line-height: 57px;
        margin-top: 1rem;
        margin-bottom: 5rem; } }
  .ibwave-brand-page .brand-story .story-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center; }
    @media (min-width: 768px) {
      .ibwave-brand-page .brand-story .story-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .brand-story .story-content {
        gap: 4rem; } }
  @media (min-width: 768px) {
    .ibwave-brand-page .brand-story .story-content-reverse .story-image {
      order: 1; }
    .ibwave-brand-page .brand-story .story-content-reverse .story-text {
      order: 2; } }
  .ibwave-brand-page .brand-story .story-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.5rem;
    color: #333; }
    @media (min-width: 768px) {
      .ibwave-brand-page .brand-story .story-text p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 2rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .brand-story .story-text p {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 2rem; } }
  .ibwave-brand-page .brand-story .story-text ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .ibwave-brand-page .brand-story .story-text ul li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 1rem;
      color: #333;
      position: relative;
      padding-left: 1.5rem; }
      @media (min-width: 768px) {
        .ibwave-brand-page .brand-story .story-text ul li {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 1.25rem; } }
      @media (min-width: 1024px) {
        .ibwave-brand-page .brand-story .story-text ul li {
          font-size: 20px;
          line-height: 33px;
          margin-bottom: 1.5rem; } }
      .ibwave-brand-page .brand-story .story-text ul li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #08A3D7;
        font-weight: bold;
        font-size: 1.2em; }
      .ibwave-brand-page .brand-story .story-text ul li strong {
        font-weight: 700;
        color: #111; }
  .ibwave-brand-page .brand-story .story-image {
    display: flex;
    align-items: center;
    justify-content: center; }
    .ibwave-brand-page .brand-story .story-image img {
      width: 100%;
      height: auto;
      max-width: 100%; }
  .ibwave-brand-page .brand-story .story-cta {
    text-align: center;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .ibwave-brand-page .brand-story .story-cta {
        margin-top: 2.5rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .brand-story .story-cta {
        margin-top: 3rem; } }
    .ibwave-brand-page .brand-story .story-cta .get-started-btn {
      background-color: #08A3D7;
      color: white;
      padding: 14px 32px;
      font-size: 18px;
      font-weight: 600;
      border: none;
      border-radius: 0 !important;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
      min-width: 200px;
      box-shadow: none !important; }
      @media (min-width: 768px) {
        .ibwave-brand-page .brand-story .story-cta .get-started-btn {
          padding: 16px 40px;
          font-size: 20px;
          min-width: 220px; } }
      .ibwave-brand-page .brand-story .story-cta .get-started-btn:hover {
        background-color: #0799c3;
        text-decoration: none;
        color: white; }
    .ibwave-brand-page .brand-story .story-cta .learn-more-btn {
      background-color: #08A3D7;
      color: white;
      padding: 14px 32px;
      font-size: 18px;
      font-weight: 600;
      border: none;
      border-radius: 0 !important;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
      min-width: 200px; }
      @media (min-width: 768px) {
        .ibwave-brand-page .brand-story .story-cta .learn-more-btn {
          padding: 16px 40px;
          font-size: 20px;
          min-width: 220px; } }
      .ibwave-brand-page .brand-story .story-cta .learn-more-btn:hover {
        background-color: #0799c3;
        text-decoration: none;
        color: white; }

.ibwave-brand-page .healthcare-benefits {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .ibwave-brand-page .healthcare-benefits {
      padding: 2rem 0; } }
  .ibwave-brand-page .healthcare-benefits h2 {
    font-size: 32px !important;
    line-height: 38px;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    color: #111;
    text-align: center; }
    @media (min-width: 768px) {
      .ibwave-brand-page .healthcare-benefits h2 {
        font-size: 42px !important;
        line-height: 48px;
        margin-top: 0.75rem;
        margin-bottom: 4rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .healthcare-benefits h2 {
        font-size: 50px !important;
        line-height: 57px;
        margin-top: 1rem;
        margin-bottom: 5rem; } }
  .ibwave-brand-page .healthcare-benefits__grid {
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 768px) {
      .ibwave-brand-page .healthcare-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .healthcare-benefits__grid {
        margin-bottom: 3rem;
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem; } }

.ibwave-brand-page .how-it-works-section {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .ibwave-brand-page .how-it-works-section {
      padding: 2rem 0; } }
  @media (max-width: 769px) {
    .ibwave-brand-page .how-it-works-section .how-it-works-swiper .swiper-wrapper {
      display: block !important; }
    .ibwave-brand-page .how-it-works-section .how-it-works-swiper .swiper-slide {
      width: 100% !important;
      margin: 0 0 1rem 0 !important; } }
  @media (max-width: 769px) {
    .ibwave-brand-page .how-it-works-section .swiper-nav-buttons {
      display: none !important; } }
  @media (min-width: 1024px) and (max-width: 1399px) {
    .ibwave-brand-page .how-it-works-section .how-it-works-card h3 {
      font-size: 22px !important;
      line-height: 26px; } }
  @media (min-width: 1024px) and (max-width: 1399px) {
    .ibwave-brand-page .how-it-works-section .how-it-works-card p {
      font-size: 17px;
      line-height: 24px; } }
  @media (max-width: 769px) {
    .ibwave-brand-page .how-it-works-section .how-it-works-card h3 {
      font-size: 20px !important;
      line-height: 25px; }
    .ibwave-brand-page .how-it-works-section .how-it-works-card p {
      font-size: 18px;
      line-height: 24px; } }

.ibwave-brand-page .final-cta-section {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .ibwave-brand-page .final-cta-section {
      padding: 3rem 0 6rem 0; } }
  .ibwave-brand-page .final-cta-section .final-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; }
    @media (min-width: 768px) {
      .ibwave-brand-page .final-cta-section .final-cta-content {
        flex-direction: row;
        gap: 2rem; } }
    @media (min-width: 1024px) {
      .ibwave-brand-page .final-cta-section .final-cta-content {
        gap: 4rem; } }
    @media (min-width: 514px) {
      .ibwave-brand-page .final-cta-section .final-cta-content {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto !important; } }
    @media (min-width: 519px) {
      .ibwave-brand-page .final-cta-section .final-cta-content {
        width: 95%;
        margin: 0 auto; } }
    @media (min-width: 499px) {
      .ibwave-brand-page .final-cta-section .final-cta-content {
        max-width: 90%;
        margin: 0 auto; } }
  .ibwave-brand-page .final-cta-section .final-cta-form {
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .ibwave-brand-page .final-cta-section .final-cta-form {
        flex: 1; } }
    @media (min-width: 699px) {
      .ibwave-brand-page .final-cta-section .final-cta-form {
        max-width: 90%;
        margin: 0 auto; } }
    @media (min-width: 514px) {
      .ibwave-brand-page .final-cta-section .final-cta-form {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto !important; } }
    @media (min-width: 519px) {
      .ibwave-brand-page .final-cta-section .final-cta-form {
        width: 100%;
        max-width: 100%; } }
    @media (min-width: 499px) {
      .ibwave-brand-page .final-cta-section .final-cta-form {
        max-width: 90%;
        margin: 0 auto; } }
    .ibwave-brand-page .final-cta-section .final-cta-form .form-container {
      width: 100%;
      max-width: 100%; }
      @media (min-width: 767px) {
        .ibwave-brand-page .final-cta-section .final-cta-form .form-container {
          padding: 0;
          margin: 0; } }
      @media (min-width: 514px) {
        .ibwave-brand-page .final-cta-section .final-cta-form .form-container {
          width: 80% !important;
          max-width: 80% !important;
          margin: 0 auto !important; } }
    .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn,
    .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important; }
      @media (min-width: 767px) {
        .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn,
        .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] {
          margin: 0 !important;
          padding: 0 !important; } }
      @media (min-width: 514px) {
        .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn,
        .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] {
          width: 100% !important;
          max-width: 100% !important;
          margin: 0 auto !important; } }
      @media (min-width: 519px) {
        .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn,
        .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] {
          width: 100% !important;
          max-width: 100% !important; } }
      @media (min-width: 499px) {
        .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn,
        .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] {
          max-width: 100% !important;
          margin: 0 auto !important; } }
      .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn input,
      .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn textarea,
      .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn select,
      .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] input,
      .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] textarea,
      .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] select {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important; }
        @media (min-width: 767px) {
          .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn input,
          .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn textarea,
          .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn select,
          .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] input,
          .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] textarea,
          .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] select {
            font-size: 16px !important; } }
      .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn button,
      .ibwave-brand-page .final-cta-section .final-cta-form .klaviyo-form-YcG7yn .button,
      .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] button,
      .ibwave-brand-page .final-cta-section .final-cta-form [class*="klaviyo-form"] .button {
        box-sizing: border-box !important;
        height: 20px; }
  .ibwave-brand-page .final-cta-section .final-cta-text {
    width: 100%; }
    @media (min-width: 768px) {
      .ibwave-brand-page .final-cta-section .final-cta-text {
        flex: 1; } }
    @media (min-width: 514px) {
      .ibwave-brand-page .final-cta-section .final-cta-text {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto !important; } }
    @media (min-width: 519px) {
      .ibwave-brand-page .final-cta-section .final-cta-text {
        width: 100%;
        max-width: 100%; } }
    @media (min-width: 499px) {
      .ibwave-brand-page .final-cta-section .final-cta-text {
        max-width: 90%;
        margin: 0 auto; } }
    @media (min-width: 519px) {
      .ibwave-brand-page .final-cta-section .final-cta-text h2 {
        font-size: 28px;
        line-height: 34px; } }
    @media (min-width: 499px) {
      .ibwave-brand-page .final-cta-section .final-cta-text h2 {
        font-size: 26px;
        line-height: 32px; } }
    @media (min-width: 519px) {
      .ibwave-brand-page .final-cta-section .final-cta-text p {
        font-size: 22px;
        line-height: 45px; } }
    @media (min-width: 499px) {
      .ibwave-brand-page .final-cta-section .final-cta-text p {
        font-size: 16px;
        line-height: 24px; } }

.ibwave-brand-page .ruckus-marquee {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .ibwave-brand-page .ruckus-marquee {
      padding: 2rem 0; } }

.ibwave-brand-page .benefit-card {
  text-align: center;
  background-color: transparent;
  padding: 0;
  width: 100%;
  max-width: 350px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .ibwave-brand-page .benefit-card {
      max-width: 400px; } }
  .ibwave-brand-page .benefit-card__icon {
    margin-bottom: 1rem;
    height: 60px; }
    @media (min-width: 768px) {
      .ibwave-brand-page .benefit-card__icon {
        margin-bottom: 1.5rem;
        height: 100px; } }
    .ibwave-brand-page .benefit-card__icon img {
      height: 100%;
      width: auto; }
      @media (min-width: 1024px) {
        .ibwave-brand-page .benefit-card__icon img {
          height: 100px; } }
    .ibwave-brand-page .benefit-card__icon i {
      display: none; }
  .ibwave-brand-page .benefit-card__title {
    font-size: 20px !important;
    font-weight: 700;
    color: #111;
    margin-bottom: 1rem;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    hyphens: auto; }
    @media (min-width: 1024px) {
      .ibwave-brand-page .benefit-card__title {
        font-size: 28px !important;
        min-height: 70px; } }
  .ibwave-brand-page .benefit-card__description {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4; }
    @media (min-width: 1024px) {
      .ibwave-brand-page .benefit-card__description {
        font-size: 20px;
        line-height: 30px; } }
  .ibwave-brand-page .benefit-card__link {
    display: none; }

.ibwave-brand-page .ruckus-marquee__text h1 {
  color: #08A3D7;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 1.25rem;
  margin-top: 1rem !important;
  font-weight: 700;
  padding-top: 0; }

@media (min-width: 1024px) {
  .ibwave-brand-page .ruckus-marquee__text h1 {
    font-size: 78px;
    line-height: 78px; } }

@media (min-width: 1180px) {
  .ibwave-brand-page .final-cta-text h2 {
    font-size: 66px !important;
    line-height: 74px !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    color: #111 !important; }
  .ibwave-brand-page .final-cta-text p {
    font-size: 22px !important;
    line-height: 32px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ibwave-brand-page .ruckus-marquee {
    padding: 2.5rem 0; }
  .ibwave-brand-page .ruckus-marquee__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center; }
  .ibwave-brand-page .ruckus-marquee__info {
    text-align: left; }
  .ibwave-brand-page .ruckus-marquee__text h1 {
    font-size: 48px !important;
    line-height: 52px !important;
    margin-bottom: 1.5rem;
    text-align: left; }
  .ibwave-brand-page .ruckus-marquee__text p {
    font-size: 18px;
    line-height: 26px;
    max-width: 600px;
    margin: 0;
    text-align: left; }
  .ibwave-brand-page .ruckus-marquee__logo {
    max-width: 200px;
    margin: 0 0 1.5rem 0; } }

@media (max-width: 1199px) {
  .ibwave-brand-page .how-it-works-section .swiper-container > div:first-child,
  .ibwave-brand-page .how-it-works-section .how-it-works-swiper > div:first-child {
    display: grid !important;
    gap: 1.5rem;
    padding: 0;
    margin: 0; }
  .ibwave-brand-page .how-it-works-section .swiper-container > div:first-child > div,
  .ibwave-brand-page .how-it-works-section .how-it-works-swiper > div:first-child > div {
    width: 100% !important;
    margin: 0 !important;
    height: auto; }
  .ibwave-brand-page .how-it-works-card {
    margin: 0 !important;
    width: 100%;
    height: 100%; }
  .ibwave-brand-page .swiper-nav-buttons {
    display: none !important; } }

@media (max-width: 767px) {
  .ibwave-brand-page .how-it-works-section .swiper-container > div:first-child,
  .ibwave-brand-page .how-it-works-section .how-it-works-swiper > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important; }
  .ibwave-brand-page .how-it-works-card {
    padding: 1.25rem !important;
    min-height: 250px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .ibwave-brand-page .how-it-works-section .swiper-container > div:first-child,
  .ibwave-brand-page .how-it-works-section .how-it-works-swiper > div:first-child {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important; }
  .ibwave-brand-page .how-it-works-card {
    padding: 1.5rem !important;
    min-height: 300px; } }

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

.landing html,
.landing body,
.landing .body {
  height: 100%; }

.landing p, .landing li, .landing div {
  color: #000; }

.landing body {
  padding-top: 0 !important; }

.landing .body--sidebar {
  padding: 0 0 0 60px; }
  @media (max-width: 700px) {
    .landing .body--sidebar {
      padding: 0; } }

.landing .body.fixed-margin-top {
  margin: 0 !important; }

.landing #back-to-top {
  display: none !important; }

.landing .font--white {
  color: #fff; }

.landing .font--black {
  color: #000; }

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

.landing .text--border-top {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 2.5rem; }
  .landing .text--border-top:after {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    left: calc(50% - 125px);
    width: 250px;
    border-top: 1px solid #999; }

.landing__section--max-width {
  max-width: 1180px;
  margin: 0 auto; }

.landing__section__name {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem; }

.landing__section__name--lightgray {
  border-bottom: 1px solid #DCE4EC;
  color: #DCE4EC; }

.landing__section__name--darkgray {
  border-bottom: 1px solid #999;
  color: #999; }

.landing__section__name--white {
  border-bottom: 1px solid #fff;
  color: #fff; }

.landing__section__heading {
  font-size: 30px;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem; }

.landing__section__subheading {
  font-size: 22px;
  font-family: 'Roboto', Arial, Sans-Serif;
  margin: 1.5rem 0; }

.landing__section__paragraph {
  font-size: 18px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.landing__section__paragraph--extra-margin {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.landing__section__paragraph--max-width {
  max-width: 850px;
  margin: 1.5rem auto; }

.landing__section__paragraph--imageright {
  overflow: hidden;
  margin-bottom: 3rem; }
  .landing__section__paragraph--imageright img {
    float: right;
    margin-left: 4.5rem;
    max-width: 400px;
    margin-bottom: 1.5rem; }

.landing__section__paragraph--imageleft {
  overflow: hidden;
  margin-bottom: 4.5rem; }
  .landing__section__paragraph--imageleft img {
    float: left;
    margin-right: 3rem;
    max-width: 400px;
    margin-bottom: 1.5rem; }

.landing__section__quote {
  padding-left: 2rem;
  border-left: 1px solid #DCE4EC;
  margin: 3rem 0; }

.landing__section__quote--darkgray {
  border-left: 1px solid #5F6F83; }

.landing__section--invisible {
  visibility: hidden; }

.landing__hero__cta {
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 30px;
  font-size: 18px;
  margin: 2rem 0;
  display: inline-block; }

.landing__hero__cta--red {
  background: #E11D79;
  color: #FFF; }
  .landing__hero__cta--red:active, .landing__hero__cta--red:focus {
    color: #FFF; }
  .landing__hero__cta--red:hover {
    color: #FFF;
    background: #a71c5b; }

.landing__icon-arrow {
  width: 37.5px;
  height: 37.5px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s; }
  .landing__icon-arrow svg {
    width: 50%;
    height: 50%; }

.landing__icon-arrow--down svg {
  transform: rotate(-90deg);
  position: relative;
  top: 2px; }

.landing__icon-arrow--lightgray {
  background: #DCE4EC;
  border: 0; }
  .landing__icon-arrow--lightgray svg {
    width: 40%;
    height: 40%;
    fill: #666; }
  .landing__icon-arrow--lightgray:hover {
    background: #576673; }
    .landing__icon-arrow--lightgray:hover svg {
      fill: #FFF; }

.landing__section--margin-left {
  margin-left: 1rem; }

.landing__section__row {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
  display: flex; }
  .landing__section__row img {
    width: 100%; }

.landing__section__column--3 {
  width: 33.33%;
  padding: 1.5rem; }

.landing__section__column--6 {
  width: 50%;
  padding: 1.5rem; }

.landing__section__content__arrow-right {
  position: relative; }
  .landing__section__content__arrow-right:before {
    content: "";
    position: absolute;
    top: calc(15% - 12.5px);
    left: calc(100% - 13px);
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.landing__section__content__arrow-right--blue:before {
  border-top-color: #09a3d8; }

.landing__section--content-image {
  display: flex; }
  .landing__section--content-image .landing__section__content {
    width: 60%;
    padding: 3rem 12rem 3rem 6rem; }
  .landing__section--content-image .landing__section__image {
    width: 40%;
    background-image: url("https://www.signalboosters.com/content/images/ppc/business-man-holding-phone.png");
    background-size: cover;
    background-position: 50% 50%; }
  .landing__section--content-image .landing__section__image--ps {
    width: 40%;
    background-image: url("https://www.signalboosters.com/content/images/ppc/ems-first-responder-on-radio.png");
    background-size: cover;
    background-position: 50% 50%; }

.landing__section--content {
  width: 100%;
  padding: 3rem 6rem;
  position: relative; }

.landing__section--content-content {
  display: flex; }

.landing__section__content--left,
.landing__section__content--right {
  width: 50%;
  padding: 3rem 6rem; }
  @media (min-width: 1000px) {
    .landing__section__content--left.landing__section--extra-padding-right,
    .landing__section__content--right.landing__section--extra-padding-right {
      padding: 3rem 12rem 3rem 6rem; } }

.landing__section__content--border-right {
  position: relative; }
  .landing__section__content--border-right:after {
    content: "";
    position: absolute;
    top: 25%;
    height: 50%;
    right: 0;
    width: 1px;
    border-right: 2px solid #fff; }

.landing__section__content--bg {
  background-size: cover;
  padding-bottom: 52%; }

.landing__section--blue {
  background: #08A3D7; }

.landing__section--blue2 {
  background: #0D91BD; }

.landing__section--darkblue {
  background: #166696; }

.landing__section--reallylightgray {
  background: #DCE4EC; }

.landing__section--lightgray {
  background: #F2F6FA; }

.landing__section--lightbluegray {
  background: #5F6F83; }

.landing__section--darkbluegray {
  background: #363B46; }

.landing__section--bluegradient {
  background: linear-gradient(180deg, #0F4363 0%, #0288B2 55.56%, #08A1D4 100%); }

.landing__section--white {
  background: #fff !important; }

.landing__section__results {
  display: flex;
  align-items: center;
  padding: 3rem 0; }
  .landing__section__results .landing__section__heading {
    font-size: 24px;
    width: 200px; }
  .landing__section__results .landing__section__resultslist {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 0 1rem 2rem;
    border-left: 1px solid #333; }
    .landing__section__results .landing__section__resultslist .landing__section__results__item {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 20%; }
      .landing__section__results .landing__section__resultslist .landing__section__results__item svg {
        height: 82px;
        min-width: 90px; }
        .landing__section__results .landing__section__resultslist .landing__section__results__item svg.calls {
          min-width: 75px; }
      .landing__section__results .landing__section__resultslist .landing__section__results__item span {
        text-align: center;
        font-size: 18px;
        margin-top: 1rem; }

.landing__section__results--center {
  flex-direction: column;
  padding: 1rem 0;
  position: relative; }
  .landing__section__results--center:after {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    left: calc(50% - 87.5px);
    width: 175px;
    border-top: 1px solid #000; }
  .landing__section__results--center .landing__section__resultslist {
    border-left: 0; }
  .landing__section__results--center .landing__section__heading {
    margin-top: 0;
    border-bottom: 0 !important; }
  .landing__section__results--center .landing__section__paragraph {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

.landing__section__resultslist--b2c {
  flex-direction: column;
  padding: 1rem 0;
  position: relative; }
  .landing__section__resultslist--b2c .landing__section__resultslist {
    border-left: 0;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center; }
    .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item {
      flex-basis: 33%;
      margin: 1rem 0; }
      .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item svg {
        min-width: inherit !important; }
        .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item svg.coverage {
          height: 60px;
          width: 60px; }
        .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item svg.reception {
          height: 60px;
          width: 60px; }
        .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item svg.speeds {
          height: 65px;
          width: 65px; }
        .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item svg.calls {
          height: 55px;
          width: 50px; }
        .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item svg.bars {
          height: 60px;
          width: 60px; }
      .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item:nth-child(1) {
        align-items: left; }
      .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item:nth-child(3) {
        align-items: flex-end; }
      .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item:nth-child(4), .landing__section__resultslist--b2c .landing__section__resultslist .landing__section__results__item:nth-child(5) {
        flex-basis: 50%;
        align-items: center; }

.landing__section__hiw {
  display: flex; }

.landing__section__hiw__steps {
  width: 50%;
  padding-right: 3rem;
  margin-top: 1.5rem; }

.landing__section__hiw__step {
  display: flex;
  align-items: center;
  margin-bottom: 3rem; }

.landing__section__hiw__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #08A3D7;
  color: #08A3D7 !important;
  flex-shrink: 0;
  flex-grow: 0; }
  .landing__section__hiw__number .checkmark {
    fill: #08A3D7;
    width: 18px;
    height: 18px; }

.landing__section__hiw__number--white {
  border: 1px solid #FFF;
  background: #FFF;
  color: #166696 !important; }
  .landing__section__hiw__number--white .checkmark {
    fill: #166696; }

.landing__section__hiw__text {
  font-size: 18px;
  margin-left: 1.5rem; }

.landing__section__hiw--textonly {
  width: 100%; }
  .landing__section__hiw--textonly .landing__section__hiw__steps {
    width: 100%; }

.landing__section__compliance {
  display: flex;
  align-items: center;
  margin: 2rem 0 6rem 0; }

.landing__section__compliance-item {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .landing__section__compliance-item .icon {
    width: 100%;
    height: 100px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .landing__section__compliance-item .icon svg {
      fill: #08A3D7; }
    .landing__section__compliance-item .icon .coverage {
      width: 100px;
      height: 100px; }
    .landing__section__compliance-item .icon .enclosure {
      width: 100px;
      height: 95px; }
    .landing__section__compliance-item .icon .alarm {
      width: 110px;
      height: 100px; }
    .landing__section__compliance-item .icon .signal {
      width: 100px;
      height: 90px; }
    .landing__section__compliance-item .icon .battery {
      width: 100px;
      height: 100px; }
  .landing__section__compliance-item div {
    margin-top: 1rem;
    font-size: 18px;
    text-align: center; }

.landing__section__checkmarklist__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }

.landing__section__checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  height: 37.5px;
  width: 37.5px;
  border: 1px solid #08A3D7;
  color: #08A3D7 !important;
  flex-shrink: 0;
  flex-grow: 0; }
  .landing__section__checkmark svg {
    fill: #08A3D7;
    width: 17.5px;
    height: 17.5px; }

.landing__section__checkmark--white {
  border: 1px solid #FFF;
  background: #FFF; }
  .landing__section__checkmark--white svg {
    fill: #166696 !important; }

.landing__section___checkmarklist__text {
  font-size: 18px;
  margin-left: 1.5rem; }

.landing__section__strip {
  font-size: 24px;
  text-align: center; }

.landing__section__box {
  display: flex;
  margin: 2rem 0 3rem 0; }

.landing__section__box--left, .landing__section__box--right {
  width: 50%; }

.landing__section__box--left {
  background-color: #08A3D7;
  padding: 3rem 4rem;
  display: flex;
  align-items: center; }

.landing__section__box-icon svg {
  fill: #fff;
  width: 50px; }

.landing__section__box-icon-text {
  margin-left: 2rem;
  border-left: 1px solid #fff;
  padding-left: 2rem;
  color: #fff !important;
  font-size: 18px;
  padding-right: 4rem; }

.landing__section__box--right {
  border: 2px solid #08A3D7;
  padding: 3rem 4rem;
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center; }

.landing__section__box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 3rem 0;
  padding: 2rem 4rem;
  background-color: #08A3D7;
  font-size: 18px;
  color: #fff !important; }

.landing__section__box2 svg {
  fill: #fff;
  width: 65px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 2px solid #fff; }

.landing__section__q {
  color: #09a3d8;
  font-weight: 700; }

.landing__section__ip__step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative; }
  .landing__section__ip__step svg {
    fill: #fff;
    width: 100px;
    height: 50px;
    margin-right: 3rem;
    flex-grow: 0;
    flex-shrink: 0; }
  .landing__section__ip__step:after {
    position: absolute;
    top: 80px;
    left: 27px;
    content: "";
    display: block;
    background: url(".../../../icons/step-arrow-right-white.svg") center center no-repeat;
    background-size: cover;
    width: 45px;
    height: 10px;
    transform: rotate(90deg); }
  .landing__section__ip__step:nth-child(4):after {
    display: none; }

.landing__section__ip__text {
  color: #fff; }
  .landing__section__ip__text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', Arial, Sans-Serif;
    color: #fff; }
  .landing__section__ip__text ul {
    margin: 0 0 0 2rem;
    padding: 0; }
  .landing__section__ip__text li {
    font-size: 15px;
    padding-left: 10px;
    color: #fff; }

.landing__section__customers.enterprise-customers .enterpriseCustomersCarousel {
  margin: 1.5rem 0; }
  .landing__section__customers.enterprise-customers .enterpriseCustomersCarousel .carousel-prev,
  .landing__section__customers.enterprise-customers .enterpriseCustomersCarousel .carousel-next {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%; }
    .landing__section__customers.enterprise-customers .enterpriseCustomersCarousel .carousel-prev:hover,
    .landing__section__customers.enterprise-customers .enterpriseCustomersCarousel .carousel-next:hover {
      cursor: pointer; }
  .landing__section__customers.enterprise-customers .enterpriseCustomersCarousel .carousel-prev {
    background-image: url(".../../../img/arrow-left-2.svg");
    left: -3px; }
  .landing__section__customers.enterprise-customers .enterpriseCustomersCarousel .carousel-next {
    background-image: url(".../../../img/arrow-right-2.svg");
    right: -3px; }

.landing__section__customers .customer {
  padding: 0 50px !important;
  height: 100px !important; }

.landing__section__customers img {
  max-height: 100%; }

.landing__section .popularProducts {
  max-width: 1200px;
  margin: 0 auto; }
  .landing__section .popularProducts .tabs--custom {
    justify-content: flex-end; }
  .landing__section .popularProducts .tabs--center {
    justify-content: center; }
  .landing__section .popularProducts .card-body {
    position: relative; }
  .landing__section .popularProducts .card-link {
    position: absolute;
    margin-top: 20px;
    color: #0C84C0;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    left: 0; }
    .landing__section .popularProducts .card-link:hover {
      color: #0C84C0;
      text-decoration: underline; }

.landing__contact-us {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  text-decoration: none; }
  .landing__contact-us svg {
    margin-right: 1rem; }
  .landing__contact-us span {
    color: #FFFFFF;
    font-size: 18px; }

.landing__section__form--dark .hbspt-form {
  margin-top: 2.25rem; }

.landing__section__form--dark .hs-form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 2.5rem;
  position: relative; }
  .landing__section__form--dark .hs-form-field label {
    color: #3FCCFC;
    text-transform: uppercase;
    font-size: 16px; }
  .landing__section__form--dark .hs-form-field .input {
    width: 100%; }
    .landing__section__form--dark .hs-form-field .input input, .landing__section__form--dark .hs-form-field .input textarea {
      width: 100%;
      background-color: #363B46;
      border: 0;
      padding: 10px 0;
      font-size: 16px;
      color: #FFFFFF;
      border-bottom: 1px solid #3FCCFC; }
      .landing__section__form--dark .hs-form-field .input input::placeholder, .landing__section__form--dark .hs-form-field .input textarea::placeholder {
        color: #FFFFFF; }
      .landing__section__form--dark .hs-form-field .input input:-webkit-autofill, .landing__section__form--dark .hs-form-field .input textarea:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #363B46 inset; }
      .landing__section__form--dark .hs-form-field .input input:-webkit-autofill, .landing__section__form--dark .hs-form-field .input textarea:-webkit-autofill {
        -webkit-text-fill-color: #FFFFFF !important; }
    .landing__section__form--dark .hs-form-field .input textarea {
      height: 150px; }

.landing__section__form--dark .hs-submit input {
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 30px;
  font-size: 18px;
  margin: 2rem 0;
  display: inline-block;
  background-color: #E11D79;
  color: #FFF;
  border: 0;
  float: right; }

.landing__section__form--dark .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .landing__section__form--dark .hs-error-msgs label {
    display: block;
    list-style: none;
    position: absolute;
    margin: 0;
    list-style-type: none;
    color: #df2579 !important;
    font-size: 9pt;
    line-height: 24px;
    width: 97%;
    text-align: left;
    bottom: -30px;
    text-transform: none;
    font-size: 14px; }
    .landing__section__form--dark .hs-error-msgs label: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='#df2579' /%3E%3C/svg%3E") no-repeat;
      background-size: 100%;
      content: "";
      display: inline-block;
      height: 9pt;
      left: -0.14286rem;
      margin-right: 0.07143rem;
      position: relative;
      top: 2px;
      width: 9pt; }

.landing__section__form--dark .submitted-message {
  font-size: 18px;
  margin-top: 2.25rem; }
  .landing__section__form--dark .submitted-message p {
    color: #fff; }

.landing__section__form--dark textarea:focus, .landing__section__form--dark input:focus {
  outline: none !important; }

.landing__section__form--dark2 .hbspt-form {
  margin-top: 2.25rem; }

.landing__section__form--dark2 .hs-form-field {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  position: relative; }
  .landing__section__form--dark2 .hs-form-field label {
    color: #3FCCFC;
    text-transform: uppercase;
    font-size: 16px;
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
    padding-right: 10px; }
  .landing__section__form--dark2 .hs-form-field .input {
    width: 100%; }
    .landing__section__form--dark2 .hs-form-field .input input, .landing__section__form--dark2 .hs-form-field .input textarea {
      width: 100%;
      background-color: #5F6F83;
      border: 0;
      padding: 10px;
      font-size: 16px;
      color: #FFFFFF; }
      .landing__section__form--dark2 .hs-form-field .input input::placeholder, .landing__section__form--dark2 .hs-form-field .input textarea::placeholder {
        color: #5F6F83; }
      .landing__section__form--dark2 .hs-form-field .input input:-webkit-autofill, .landing__section__form--dark2 .hs-form-field .input textarea:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #5c6c82 inset; }
      .landing__section__form--dark2 .hs-form-field .input input:-webkit-autofill, .landing__section__form--dark2 .hs-form-field .input textarea:-webkit-autofill {
        -webkit-text-fill-color: #FFFFFF !important; }
    .landing__section__form--dark2 .hs-form-field .input textarea {
      height: 150px; }

.landing__section__form--dark2 .hs-submit input {
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 30px;
  font-size: 18px;
  margin: 2rem 0;
  display: inline-block;
  background-color: #E11D79;
  color: #FFF;
  border: 0;
  float: right; }

.landing__section__form--dark2 .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 100px; }
  .landing__section__form--dark2 .hs-error-msgs label {
    display: block;
    list-style: none;
    position: absolute;
    margin: 0;
    list-style-type: none;
    color: #df2579 !important;
    font-size: 9pt;
    line-height: 24px;
    width: 97%;
    text-align: left;
    bottom: -30px;
    text-transform: none;
    font-size: 14px; }
    .landing__section__form--dark2 .hs-error-msgs label: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='#df2579' /%3E%3C/svg%3E") no-repeat;
      background-size: 100%;
      content: "";
      display: inline-block;
      height: 9pt;
      left: -0.14286rem;
      margin-right: 0.07143rem;
      position: relative;
      top: 2px;
      width: 9pt; }

.landing__section__form--dark2 .submitted-message {
  font-size: 18px;
  margin-top: 2.25rem; }
  .landing__section__form--dark2 .submitted-message p {
    color: #fff; }

.landing__section__form--dark2 textarea:focus, .landing__section__form--dark2 input:focus {
  outline: none !important; }

.landing__section__form--light .hbspt-form {
  margin-top: 2.25rem; }

.landing__section__form--light .hs-form-field {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2.5rem;
  position: relative;
  flex-direction: column; }
  .landing__section__form--light .hs-form-field label {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 5px; }
  .landing__section__form--light .hs-form-field .input {
    width: 100%; }
    .landing__section__form--light .hs-form-field .input input, .landing__section__form--light .hs-form-field .input textarea {
      width: 100%;
      background-color: #FFF;
      border: 0;
      padding: 10px;
      font-size: 16px; }
      .landing__section__form--light .hs-form-field .input input::placeholder, .landing__section__form--light .hs-form-field .input textarea::placeholder {
        color: #5F6F83; }
      .landing__section__form--light .hs-form-field .input input:-webkit-autofill, .landing__section__form--light .hs-form-field .input textarea:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #363B46 inset; }
      .landing__section__form--light .hs-form-field .input input:-webkit-autofill, .landing__section__form--light .hs-form-field .input textarea:-webkit-autofill {
        -webkit-text-fill-color: #FFFFFF !important; }
    .landing__section__form--light .hs-form-field .input textarea {
      height: 150px; }

.landing__section__form--light .hs-submit input {
  text-decoration: none;
  padding: 10px 35px;
  font-size: 18px;
  margin: 2rem 0;
  display: inline-block;
  background-color: #E11D79;
  color: #FFF;
  border: 0;
  float: right; }

.landing__section__form--light .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 100px; }
  .landing__section__form--light .hs-error-msgs label {
    display: block;
    list-style: none;
    position: absolute;
    margin: 0;
    list-style-type: none;
    color: #df2579 !important;
    font-size: 9pt;
    line-height: 24px;
    width: 97%;
    text-align: left;
    bottom: -30px;
    text-transform: none;
    font-size: 14px; }
    .landing__section__form--light .hs-error-msgs label: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='#df2579' /%3E%3C/svg%3E") no-repeat;
      background-size: 100%;
      content: "";
      display: inline-block;
      height: 9pt;
      left: -0.14286rem;
      margin-right: 0.07143rem;
      position: relative;
      top: 2px;
      width: 9pt; }

.landing__section__form--light .submitted-message {
  font-size: 18px;
  margin-top: 2.25rem; }
  .landing__section__form--light .submitted-message p {
    color: #fff; }

.landing__section__form--light textarea:focus, .landing__section__form--light input:focus {
  outline: none !important; }

.landing__section__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 0; }

.landing__copyright {
  font-size: 16px; }

.landing__footer__socials {
  display: flex;
  align-items: center; }
  .landing__footer__socials a {
    margin: .5rem 1.5rem; }
  .landing__footer__socials svg {
    width: 25px;
    height: 25px;
    fill: #5F6F83; }
    .landing__footer__socials svg.fill--black {
      fill: #333; }

.landing__footer__socials--white svg {
  fill: #FFF; }

#public-safety-long .business-services .section.business-services-integration .process {
  border-color: #fff; }

#public-safety-long .business-services .section.business-services-integration .step {
  padding: 4rem; }

#public-safety-long .section p {
  font-size: 18px; }

#public-safety-long .step-heading {
  text-transform: capitalize;
  font-size: 28px; }

@media (max-width: 1250px) {
  .landing__hero__cta, .landing__section__form--dark .hs-submit input {
    font-size: 16px;
    padding: 8px 25px; }
  .landing__section__name {
    font-size: 14px;
    padding-bottom: .75rem;
    margin-bottom: 1.25rem; }
  .landing__section__heading {
    font-size: 22px;
    margin-top: 1.25rem;
    margin-bottom: 1rem; }
  #public-safety-long .step-heading {
    font-size: 22px; }
  .landing__section__paragraph {
    font-size: 16px;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem; }
  #public-safety-long .section p {
    font-size: 16px; }
  .landing__section--content {
    padding: 2rem; }
  .landing__section--content-image .landing__section__content {
    padding: 2rem 4rem 2rem 2rem; }
  .landing__section__content--left,
  .landing__section__content--right {
    padding: 2rem 4rem 2rem 2rem; }
  .landing__section__results {
    padding: 1.5rem 0;
    flex-direction: column; }
    .landing__section__results .landing__section__resultslist {
      border-left: 0;
      padding: 1rem 0; }
      .landing__section__results .landing__section__resultslist .landing__section__results__item svg {
        height: 65px; }
      .landing__section__results .landing__section__resultslist .landing__section__results__item span {
        font-size: 16px; }
    .landing__section__results .landing__section__heading {
      text-align: center;
      padding-bottom: .5rem;
      border-bottom: 1px solid #000; }
  .landing__section__hiw__text {
    font-size: 16px;
    margin-left: 1.25rem; }
  .landing__section__hiw__number {
    font-size: 16px;
    height: 35px;
    width: 35px; }
    .landing__section__hiw__number .checkmark {
      width: 15px;
      height: 15px; }
  .landing__section__checkmark {
    height: 35px;
    width: 35px; }
  .landing__section___checkmarklist__text {
    font-size: 16px;
    margin-left: 1.25rem; }
  .landing__section__ip__text h4 {
    font-size: 16px; }
  .landing__copyright {
    font-size: 14px;
    margin: 1rem;
    text-align: center; }
  .landing__footer__socials a {
    margin: .25rem 1rem; }
  .landing__section__strip {
    font-size: 20px; }
  .landing__section__paragraph--imageleft img, .landing__section__paragraph--imageright img {
    max-width: 300px; }
  .landing__section__paragraph--imageleft img {
    margin-right: 1.5rem; }
  .landing__section__paragraph--imageright img {
    margin-left: 1.5rem; }
  .landing__section__box--left, .landing__section__box--right {
    padding: 1.5rem 2rem; }
  .landing__section__box-icon-text, .landing__section__box--right {
    font-size: 16px; }
  .landing__section__compliance .landing__section__compliance-item div {
    font-size: 16px; }
  .landing__section__compliance-item .icon .coverage {
    width: 80px;
    height: 100px; }
  .landing__section__compliance-item .icon .enclosure {
    width: 80px;
    height: 85px; }
  .landing__section__compliance-item .icon .alarm {
    width: 90px;
    height: 100px; }
  .landing__section__compliance-item .icon .signal {
    width: 80px;
    height: 90px; }
  .landing__section__compliance-item .icon .battery {
    width: 80px;
    height: 100px; } }

@media (max-width: 1250px) and (min-width: 1024px) {
  .popularProducts .productGrid .product article .card-title a {
    font-size: 14px; }
  .popularProducts .productGrid .product article .card-features ul li {
    font-size: 13px; } }

@media (max-width: 1000px) {
  #public-safety-long .business-services .section.business-services-integration .step {
    padding: 2rem; } }

@media (max-width: 900px) {
  #b2c-long .landing__section--content-content {
    flex-wrap: wrap; }
  #b2c-long .landing__section__content--left, #b2c-long .landing__section__content--right {
    width: 100%;
    padding: 2rem; }
  #b2c-long #section-challenge .landing__section--content-content {
    flex-direction: column-reverse; }
    #b2c-long #section-challenge .landing__section--content-content .landing__section__content--bg {
      background-image: url("https://www.signalboosters.com/content/images/ppc/man-using-phone-large.png") !important;
      background-position: 50% 50%;
      padding-bottom: 42.5% !important; }
  #b2c-long .landing__section__resultslist--b2c .landing__section__results__item {
    flex-basis: 20%;
    align-items: center; }
  #b2c-long #section-solution .landing__section__content--bg {
    background-image: url("https://www.signalboosters.com/content/images/ppc/woman-using-phone-in-car-large.png") !important;
    background-position: 50% 50%;
    padding-bottom: 42.5% !important; }
  #b2c-long #section-causes .landing__section--content-content .landing__section__content--bg {
    background-image: url("https://www.signalboosters.com/content/images/ppc/cell-tower-large.png") !important;
    background-position: 50% 50%;
    padding-bottom: 42.5% !important; }
  #b2c-long #section-hiw .landing__section--content-content .landing__section__content--bg {
    background-image: url("https://www.signalboosters.com/content/images/ppc/how-it-works-house-vehicle-horizontal.png") !important; }
  #b2c-long #section-better .landing__section--content-content {
    flex-direction: column-reverse; }
    #b2c-long #section-better .landing__section--content-content .landing__section__content--bg {
      background-image: url("https://www.signalboosters.com/content/images/ppc/man-disappointed-at-phone-large.png") !important;
      background-position: 50% 50%;
      padding-bottom: 42.5% !important; } }

@media (max-width: 900px) {
  .landing__section__hiw {
    display: flex;
    flex-direction: column-reverse; }
  .landing__section__hiw__steps {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0; }
  .landing__section__hiw__number {
    margin-bottom: 1rem; }
  .landing__section__hiw__step {
    flex-direction: column;
    width: 25%;
    padding: .75rem; }
  .landing__section__hiw__text {
    margin: 0;
    text-align: center; }
  .landing__section__hiw__image img {
    display: block;
    margin: 0 auto; }
  .landing__section__content--border-right:after {
    display: none; }
  .landing__section__form--light .landing__section__name {
    display: none; }
  .landing__section__form--light .hbspt-form {
    margin-top: 0; }
  .landing__section__box {
    flex-direction: column; }
  .landing__section__box--left, .landing__section__box--right {
    width: 100%; }
  .landing__section__compliance {
    flex-wrap: wrap;
    justify-content: center; }
  .landing__section__compliance-item {
    width: 33%; } }

@media (max-width: 800px) {
  .landing__section--content-image {
    flex-wrap: wrap; }
    .landing__section--content-image .landing__section__content, .landing__section--content-image .landing__section__image, .landing__section--content-image .landing__section__image--ps {
      width: 100%; }
    .landing__section--content-image .landing__section__image {
      background-image: url("https://www.signalboosters.com/content/images/ppc/business-man-holding-phone-hd.png");
      padding-bottom: 50vw; }
    .landing__section--content-image .landing__section__image--ps {
      padding-bottom: 50vw; }
      .landing__section--content-image .landing__section__image--ps.landing__section--margin-left {
        margin-left: 0; }
  .landing__section--content-content {
    flex-wrap: wrap; }
  .landing__section__content--left,
  .landing__section__content--right {
    width: 100%;
    padding: 2rem; }
  .landing__section--invisible {
    display: none; }
  .landing__section__ip {
    max-width: 400px;
    margin: 2rem auto 0 auto; }
  .landing__section__content__arrow-right:before {
    top: inherit;
    bottom: -25px;
    left: 0;
    right: 0;
    transform: rotate(0deg); } }

@media (min-width: 700px) and (max-width: 1000px) {
  #public-safety-long .business-services .section.business-services-integration .step svg {
    width: 75px;
    height: 75px; } }

@media (max-width: 700px) {
  .landing__hero__cta, .landing__section__form--dark .hs-submit input {
    font-size: 14px; }
  .landing__section__resultslist {
    border-left: 0;
    padding: 1rem 0;
    flex-wrap: wrap;
    justify-content: center; }
  .landing__section__results__item {
    flex-basis: 33%;
    margin: 1rem 0; }
  .landing__section__hiw__steps {
    flex-wrap: wrap; }
  .landing__section__hiw__step {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
    flex-direction: row; }
  .landing__section__hiw__text {
    margin-left: 1rem;
    text-align: left; }
  .landing__section__row {
    flex-wrap: wrap; }
  .landing__section__column--3 {
    width: 50%; }
  .landing__section__column--6 {
    width: 100%; }
  .landing__section__form--dark2 .hs-submit input,
  .landing__section__form--dark2 .hs-submit input {
    font-size: 14px;
    padding: 8px 25px; }
  .landing__section__resultslist--b2c .landing__section__results__item {
    flex-basis: 33% !important; }
  .landing__section__strip {
    font-size: 18px; }
  .landing__section__paragraph--imageleft img, .landing__section__paragraph--imageright img {
    width: 100%;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0; }
    .landing__section__paragraph--imageleft img.sb-logo, .landing__section__paragraph--imageright img.sb-logo {
      padding: 2rem 25%; }
  .landing__section__compliance-item {
    width: 50%;
    padding-bottom: 3rem; }
    .landing__section__compliance-item .icon {
      margin-bottom: 0; }
    .landing__section__compliance-item div {
      margin-top: .5rem; }
  #public-safety-long .business-services .section.business-services-integration .step .right-side .step-heading {
    width: 100%;
    float: left;
    margin-top: 0;
    padding-left: 0; }
  .landing__section__box2 {
    padding: 2rem;
    color: #fff !important;
    align-items: flex-start; }
  .landing__section__box2 svg {
    padding-right: 0;
    border-right: 0;
    margin-right: 10px; } }

@media (max-width: 500px) {
  .landing__section__column--3 {
    width: 100%; }
  .landing__section__results__item {
    flex-basis: 50%; }
  .landing__section__ip__step svg {
    margin-right: 1.5rem; }
  .landing__section__form--dark2 .hs-form-field {
    flex-direction: column;
    align-items: left;
    margin-bottom: 1.5rem; }
  .landing__section__form--dark2 .hs-form-field label {
    width: inherit;
    text-align: left;
    margin-bottom: .5rem; }
  .landing__section__resultslist--b2c .landing__section__results__item {
    flex-basis: 50% !important; }
  #b2c-long #section-hiw .landing__section--content-content .landing__section__content--bg {
    background-image: url("http://www.signalboosters.com/content/images/ppc/how-it-works-house-vehicle.png") !important;
    padding-bottom: 100% !important; }
  .landing__section__box--left {
    flex-direction: column;
    align-items: left; }
  .landing__section__box-icon-text {
    padding: 0;
    margin: 1rem 0 0 0;
    border: 0; }
  #public-safety-long .business-services .section.business-services-integration .process {
    padding-left: 30px; } }

@media (max-width: 374px) {
  .landing__section .popularProducts .productGrid .product article .card-button a {
    float: left;
    margin-top: 60px; } }

.landing__header {
  display: flex;
  align-items: center;
  padding: 2rem; }

.landing__header--padding {
  padding: 2rem 6rem; }
  @media (max-width: 1250px) {
    .landing__header--padding {
      padding: 2rem; } }

.landing__header__logo {
  width: 150px;
  height: 100%; }

.landing__header__contact {
  display: flex;
  margin-left: auto;
  text-decoration: none;
  line-height: 1.5rem; }
  .landing__header__contact:hover {
    color: inherit; }
  .landing__header__contact svg {
    fill: #08A3D7;
    margin-right: 1rem; }
  .landing__header__contact div {
    font-size: 18px; }
    .landing__header__contact div b {
      display: block; }
  @media (max-width: 500px) {
    .landing__header__contact div {
      display: none; } }

.landing__stickyheader {
  align-items: center;
  padding: 1rem 3rem;
  display: none;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #999; }
  .landing__stickyheader img {
    width: 150px;
    background: #fff; }
  .landing__stickyheader .landing__stickyhead__ctas {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
    left: -60px; }
    .landing__stickyheader .landing__stickyhead__ctas div {
      margin-right: 1.5rem;
      font-size: 18px; }
    .landing__stickyheader .landing__stickyhead__ctas a {
      font-size: 16px;
      padding: 10px 30px;
      color: #FFF;
      background-color: #E11D79;
      text-decoration: none; }
      .landing__stickyheader .landing__stickyhead__ctas a:active, .landing__stickyheader .landing__stickyhead__ctas a:focus {
        color: #FFF; }
      .landing__stickyheader .landing__stickyhead__ctas a:hover {
        color: #FFF;
        background: #a71c5b; }
  @media (max-width: 800px) {
    .landing__stickyheader img {
      width: 100px; }
    .landing__stickyheader .landing__stickyhead__ctas div {
      font-size: 16px; }
    .landing__stickyheader .landing__stickyhead__ctas a {
      font-size: 14px; } }
  @media (max-width: 700px) {
    .landing__stickyheader {
      display: none !important; } }
  .landing__stickyheader.active {
    display: flex;
    position: fixed; }

.landing__hero--b2b {
  position: relative;
  display: flex;
  align-items: center; }
  .landing__hero--b2b .landing__hero__background {
    width: 100%;
    height: 100%; }
  .landing__hero--b2b .wrapper {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    top: 0; }
  .landing__hero--b2b h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2.5rem 0 0 0;
    padding: 2.5rem 0;
    position: relative;
    text-align: center; }
    .landing__hero--b2b h1 .font--large {
      font-size: 46px;
      font-weight: 700;
      text-transform: uppercase; }
    .landing__hero--b2b h1 .font--medium {
      font-size: 38px;
      font-weight: 700; }
    .landing__hero--b2b h1.border--top-bottom:after {
      content: "";
      position: absolute;
      top: 0;
      height: 1px;
      left: calc(25% - 12.5%);
      width: 75%;
      border-top: 1px solid #000; }
    .landing__hero--b2b h1.border--top-bottom:before {
      content: "";
      position: absolute;
      bottom: 0;
      height: 1px;
      left: calc(25% - 12.5%);
      width: 75%;
      border-bottom: 1px solid #000; }
    .landing__hero--b2b h1.border--bottom:before {
      content: "";
      position: absolute;
      bottom: 0;
      height: 1px;
      left: calc(25% - 12.5%);
      width: 75%;
      border-bottom: 1px solid #000; }
    .landing__hero--b2b h1.border--white:before {
      border-color: #fff;
      width: 40%;
      left: 30%; }
  .landing__hero--b2b h2 {
    text-align: center;
    font-size: 22px; }
  .landing__hero--b2b .landing__companylogo {
    width: 200px; }

.landing__hero--b2b-short h1 {
  margin-top: 0;
  padding-top: 0; }
  .landing__hero--b2b-short h1 .font--large {
    font-size: 40px; }
  .landing__hero--b2b-short h1 .font--medium {
    font-size: 34px; }

.landing__hero--ps {
  position: relative;
  display: flex; }
  .landing__hero--ps .landing__hero__left {
    width: 30%;
    background-image: url("http://www.signalboosters.com/content/images/ppc/hero/public-safety-live-fire.png");
    padding-bottom: 50%;
    background-size: 1250px;
    background-position: 50% 50%;
    margin-bottom: 1rem; }
  .landing__hero--ps .landing__hero__right {
    width: 70%;
    background: none;
    margin-bottom: 1rem;
    margin-left: 1rem; }
    .landing__hero--ps .landing__hero__right .landing__hero__bg-image {
      background-image: url("http://www.signalboosters.com/content/images/ppc/hero/public-safety-firefighter-crew.png");
      padding-bottom: 25%;
      background-size: cover;
      background-position: 50% 50%; }
    .landing__hero--ps .landing__hero__right .landing__hero__text {
      margin-top: 1rem;
      margin-left: 1rem;
      padding-top: 3rem;
      padding-left: 3rem; }
    .landing__hero--ps .landing__hero__right h1 {
      font-family: "Roboto", Arial, Sans-serif;
      font-size: 44px;
      line-height: 54px;
      max-width: 600px; }
    .landing__hero--ps .landing__hero__right .landing__companylogo {
      width: 175px; }

.landing__hero--ps-short {
  background-image: url("http://www.signalboosters.com/content/images/ppc/hero/firefighters-inside-a-fire-truck.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .landing__hero--ps-short .landing__hero__island {
    max-width: 720px;
    padding: 2.5rem 5rem; }
    .landing__hero--ps-short .landing__hero__island h1 {
      font-size: 42px;
      font-family: "Roboto", Arial, Sans-serif;
      line-height: 54px;
      padding: 0;
      margin: 0; }
    .landing__hero--ps-short .landing__hero__island .landing__hero__cta {
      margin-bottom: 0; }
  .landing__hero--ps-short .landing__hero__image {
    display: none; }

.landing__hero--b2c .landing__companylogo {
  width: 150px; }

.landing__hero--b2c h1 {
  position: relative;
  margin-top: 5rem;
  padding-top: 5rem;
  margin-bottom: 5rem;
  color: #fff;
  font-family: "Roboto", Arial, Sans-Serif; }
  .landing__hero--b2c h1:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    width: 150px;
    border-bottom: 3px solid #fff; }
  .landing__hero--b2c h1 span {
    display: block; }
  .landing__hero--b2c h1 .font--large {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 400px;
    line-height: 1.25; }
  .landing__hero--b2c h1 .font--small {
    font-size: 22px;
    margin-top: 1.5rem; }

.landing__hero--b2c .landing__hero__cta {
  border-radius: 0;
  margin-right: 1.5rem; }

.landing__hero--b2c .landing__hero__cta--white {
  color: #fff;
  border: 1px solid #fff; }
  .landing__hero--b2c .landing__hero__cta--white:hover {
    background-color: #107199; }

.landing__hero--b2c-short {
  position: relative;
  overflow: hidden; }
  .landing__hero--b2c-short .landing__hero__background {
    width: 100%;
    height: 100%;
    float: right; }
  .landing__hero--b2c-short .wrapper {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0; }
  .landing__hero--b2c-short .landing__companylogo {
    width: 150px; }
  .landing__hero--b2c-short h1 {
    position: relative;
    margin-top: 7rem;
    margin-bottom: 5rem;
    font-family: "Roboto", Arial, Sans-Serif; }
    .landing__hero--b2c-short h1 span {
      display: block; }
    .landing__hero--b2c-short h1 .font--large {
      font-size: 52px;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 500px;
      line-height: 1.25; }
    .landing__hero--b2c-short h1 .font--small {
      font-size: 26px;
      margin-top: 1.5rem; }
  .landing__hero--b2c-short .landing__hero__cta {
    border-radius: 0;
    margin-right: 1.5rem; }
  .landing__hero--b2c-short .landing__hero__cta--white {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5); }
    .landing__hero--b2c-short .landing__hero__cta--white:hover {
      background-color: #107199; }
  .landing__hero--b2c-short .landing__contact-us {
    position: absolute;
    top: 0;
    right: 6rem; }
    .landing__hero--b2c-short .landing__contact-us span {
      line-height: 22px; }
      .landing__hero--b2c-short .landing__contact-us span b {
        display: block; }

.landing__hero--b2c-long.landing__hero--columns {
  display: flex; }

.landing__hero--b2c-long .landing__hero__left, .landing__hero--b2c-long .landing__hero__right {
  width: 50%;
  padding: 3rem; }

.landing__hero--b2c-long .landing__hero__left {
  background: linear-gradient(180deg, #0F4363 0%, #0288B2 55.56%, #08A1D4 100%);
  display: flex;
  flex-direction: column; }

.landing__hero--b2c-long .landing__hero__right {
  background-image: url("https://www.signalboosters.com/content/images/ppc/hero/couple-looking-at-phone.png");
  background-size: cover;
  padding-bottom: 58%; }

.landing__hero--bg-black {
  background-color: #000; }

.landing__hero__section {
  padding: 3rem 6rem; }

.landing__hero__down {
  margin-top: 5%; }
  .landing__hero__down img {
    width: 35px;
    height: 35px;
    transform: rotate(-90deg); }

.landing__hero__up {
  margin: 2.5rem 0; }
  .landing__hero__up img {
    width: 35px;
    height: 35px;
    transform: rotate(90deg); }

@media (max-width: 1400px) {
  .landing__hero--b2b .landing__hero__down {
    margin-top: 2rem; } }

@media (max-width: 1250px) {
  .landing__hero--b2c-short .landing__hero__section {
    padding: 1.5rem 2rem; }
  .landing__hero--b2c-short .landing__contact-us {
    right: 2rem; }
  .landing__hero--b2c-short .landing__sidebar {
    display: block; }
  .landing__hero--b2c-short .landing__contact-us {
    margin-top: 1.5rem; } }

@media (max-width: 1200px) {
  .landing__hero--b2b .landing__hero__down {
    display: none; }
  .landing__hero--b2c-short h1 {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    margin-bottom: 0; }
    .landing__hero--b2c-short h1 .font--large {
      font-size: 38px;
      max-width: 300px; }
    .landing__hero--b2c-short h1 .font--small {
      font-size: 20px;
      max-width: 200px; }
  .landing__hero--b2c-short .landing__hero__cta {
    font-size: 14px; } }

@media (max-width: 1000px) {
  .landing__hero--b2b .landing__companylogo {
    width: 125px; }
  .landing__hero--b2b h1 {
    margin-top: 1.5rem;
    padding: 1.25rem; }
    .landing__hero--b2b h1 .font--large {
      font-size: 28px; }
    .landing__hero--b2b h1 .font--medium {
      font-size: 24px; }
  .landing__hero--b2b h2 {
    margin-top: 1rem;
    font-size: 16px; }
  .landing__hero--b2b .landing__hero__cta {
    margin: 1.5rem 0; }
  .landing__hero--b2c-long.landing__hero--columns {
    flex-direction: column; }
  .landing__hero--b2c-long .landing__hero__left, .landing__hero--b2c-long .landing__hero__right {
    width: 100%; }
  .landing__hero--b2c-long h1 .font--large {
    max-width: 100%; }
  .landing__hero--b2c-long .landing__hero__right {
    background-image: url("https://www.signalboosters.com/content/images/ppc/hero/couple-looking-at-phone-large.png");
    padding-bottom: 40%; }
  .landing__hero--b2c-short h1 {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }
  .landing__hero--b2c-short .landing__companylogo {
    width: 125px; } }

@media (max-width: 900px) {
  .landing__hero--b2c-short h1 .font--large {
    font-size: 32px; }
  .landing__hero--b2c-short h1 .font--small {
    font-size: 18px; } }

@media (max-width: 700px) {
  .landing__hero--b2b-short {
    height: 500px;
    background-image: url("https://www.signalboosters.com/content/images/ppc/hero/buildings-blue-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    .landing__hero--b2b-short .landing__companylogo {
      width: 125px; }
    .landing__hero--b2b-short h1 {
      margin-top: 1.5rem;
      padding: .75rem; }
      .landing__hero--b2b-short h1 .font--large {
        font-size: 24px; }
      .landing__hero--b2b-short h1 .font--medium {
        font-size: 20px; }
    .landing__hero--b2b-short h2 {
      width: 190px;
      margin-top: .75rem;
      font-size: 14px; }
    .landing__hero--b2b-short .landing__hero__background {
      display: none; }
  .landing__hero--b2b-long {
    padding-top: 50px;
    height: 500px;
    background-image: url("https://www.signalboosters.com/content/images/ppc/hero/buildings-gray-mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom; }
    .landing__hero--b2b-long .landing__companylogo {
      display: none; }
    .landing__hero--b2b-long h1 {
      margin-top: 1.5rem;
      padding: .75rem;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
      .landing__hero--b2b-long h1 .font--large {
        font-size: 24px; }
      .landing__hero--b2b-long h1 .font--medium {
        font-size: 20px; }
    .landing__hero--b2b-long h2 {
      width: 190px;
      margin-top: .75rem;
      font-size: 14px; }
    .landing__hero--b2b-long .landing__hero__background {
      display: none; }
  .landing__hero--b2c-long {
    padding-top: 50px; }
    .landing__hero--b2c-long .landing__companylogo, .landing__hero--b2c-long h1:before {
      display: none; }
    .landing__hero--b2c-long h1 {
      padding-top: 0;
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    .landing__hero--b2c-long .landing__hero__cta {
      margin-top: 1rem;
      margin-bottom: 0;
      width: 175px;
      text-align: center; }
  .landing__hero--b2c-short .landing__hero__background {
    display: block;
    margin: 0 !important; }
  .landing__hero--b2c-short .wrapper {
    position: relative;
    overflow: hidden;
    background-color: #fff; }
    .landing__hero--b2c-short .wrapper .landing__companylogo {
      display: none; }
    .landing__hero--b2c-short .wrapper h1 {
      margin: 0;
      padding: 0; }
      .landing__hero--b2c-short .wrapper h1:before {
        display: none; }
      .landing__hero--b2c-short .wrapper h1 .font--large, .landing__hero--b2c-short .wrapper h1 .font--small {
        max-width: inherit; }
    .landing__hero--b2c-short .wrapper .landing__hero__ctas {
      display: flex; }
    .landing__hero--b2c-short .wrapper .landing__hero__cta {
      width: 175px;
      display: block;
      clear: both;
      margin: 1.5rem 1.5rem 0 0;
      text-align: center; }
  .landing__hero--b2c-short .landing__contact-us {
    display: none; }
  .landing__hero--ps {
    padding-top: 50px;
    flex-direction: column-reverse; }
    .landing__hero--ps .landing__hero__left, .landing__hero--ps .landing__hero__right {
      width: 100%; }
    .landing__hero--ps .landing__hero__left {
      padding-bottom: 25%; }
    .landing__hero--ps .landing__hero__right {
      margin-left: 0; }
      .landing__hero--ps .landing__hero__right .landing__hero__text {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-left: 0; }
      .landing__hero--ps .landing__hero__right .landing__hero__cta {
        margin-left: auto;
        margin-right: auto; }
      .landing__hero--ps .landing__hero__right h1 {
        font-size: 34px;
        line-height: 44px; }
  .landing__hero--ps-short {
    height: inherit;
    background: none;
    flex-direction: column; }
    .landing__hero--ps-short .landing__hero__image {
      display: block; }
    .landing__hero--ps-short .landing__hero__island {
      padding: 1.5rem; }
      .landing__hero--ps-short .landing__hero__island h1 {
        font-size: 32px;
        line-height: 40px; } }

@media (max-width: 500px) {
  .landing__hero--b2b-long h1 {
    max-width: 300px; } }

@media (max-width: 450px) {
  .landing__hero--b2c-short h1 {
    max-width: 200px; }
  .landing__hero--b2c-short .landing__hero__ctas {
    flex-direction: column; } }

.landing__sidebar {
  width: 250px;
  height: 100%;
  padding: 4rem 1rem;
  position: fixed;
  background-color: #363B46;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: width .5s;
  z-index: 9999;
  left: 0; }
  .landing__sidebar .landing__sidebar__icon--middle {
    display: none; }
  .landing__sidebar .landing__sidebar__icon--top {
    transform: rotate(315deg);
    top: 8px;
    position: relative; }
  .landing__sidebar .landing__sidebar__icon--bottom {
    transform: rotate(225deg); }
  .landing__sidebar .landing__sidebar__logo {
    display: none;
    width: 90px;
    height: 33px;
    position: absolute;
    top: 7px;
    left: calc(50% - 50px); }

.landing__sidebar--white {
  background-color: #F2F6FA; }
  .landing__sidebar--white .landing__sidebar__icon--top,
  .landing__sidebar--white .landing__sidebar__icon--middle,
  .landing__sidebar--white .landing__sidebar__icon--bottom {
    background: #166696; }
  .landing__sidebar--white .landing__sidebar__listitem:before {
    border: 2px solid #166696; }
  .landing__sidebar--white .landing__sidebar__listitem span {
    color: #166696; }
  .landing__sidebar--white .landing__sidebar__listitem--active:before {
    border: 2px solid #166696;
    background: #166696; }
  .landing__sidebar--white .landing__sidebar__list {
    background-color: #F2F6FA; }

.landing__sidebar--gray {
  background-color: #F2F6FA; }
  .landing__sidebar--gray .landing__sidebar__icon--top,
  .landing__sidebar--gray .landing__sidebar__icon--middle,
  .landing__sidebar--gray .landing__sidebar__icon--bottom {
    background: #363B46; }
  .landing__sidebar--gray .landing__sidebar__listitem:before {
    border: 2px solid #363B46; }
  .landing__sidebar--gray .landing__sidebar__listitem span {
    color: #363B46; }
  .landing__sidebar--gray .landing__sidebar__listitem--active:before {
    border: 2px solid #363B46;
    background: #363B46; }
  .landing__sidebar--gray .landing__sidebar__list {
    background-color: #F2F6FA; }

.landing__sidebar__phone {
  display: none; }

.landing__sidebar--closed {
  width: 60px; }
  .landing__sidebar--closed .landing__sidebar__icon--top,
  .landing__sidebar--closed .landing__sidebar__icon--bottom,
  .landing__sidebar--closed .landing__sidebar__icon--middle {
    top: inherit;
    display: block;
    transform: rotate(0deg); }

.landing__sidebar__icon {
  display: block;
  height: 30px;
  width: 30px;
  fill: #fff;
  cursor: pointer;
  margin-left: auto; }

.landing__sidebar__icon--top,
.landing__sidebar__icon--middle,
.landing__sidebar__icon--bottom {
  width: 100%;
  height: 4px;
  background: #D8D8D8;
  display: block;
  margin-bottom: 4px;
  border-radius: 2px;
  transition: all .5s; }

.landing__sidebar__list {
  list-style: none;
  margin: auto 0; }
  .landing__sidebar__list a, .landing__sidebar__list a:hover {
    text-decoration: none !important; }

.landing__sidebar__listitem {
  margin: 1rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 25px; }
  .landing__sidebar__listitem:before {
    content: "";
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #979797;
    display: block;
    border-radius: 50%; }
  .landing__sidebar__listitem span {
    color: #DCE4EC;
    margin-left: 1rem;
    font-size: 18px;
    display: none; }

.landing__sidebar__listitem--active:before {
  border: 2px solid #fff;
  background: #fff; }

@media (max-width: 700px) {
  .landing__sidebar {
    height: 50px;
    padding: 0;
    width: 100%;
    display: block; }
    .landing__sidebar .landing__sidebar__logo {
      display: block; }
  .landing__sidebar--closed .landing__sidebar__listitem:before {
    display: none; }
  .landing__sidebar__phone {
    display: block;
    position: absolute;
    top: 7px;
    right: 10px; }
    .landing__sidebar__phone svg {
      width: 33px;
      height: 33px; }
  .landing__sidebar__icon {
    margin-left: 10px;
    margin-top: 15px;
    margin-right: auto; }
  .landing__sidebar--closed .landing__sidebar__list {
    width: 0;
    padding: 0; }
  .landing__sidebar__list {
    background: #363B46;
    padding: 1rem;
    width: 250px;
    height: 100%;
    position: fixed;
    transition: width .5s; }
  .landing__sidebar__listitem {
    margin: 1.5rem 0; } }

.ppc > body {
  margin: 0;
  padding: 0; }

[data-category="public-safety-install"] #footer {
  background-color: #F2F6FA; }
  [data-category="public-safety-install"] #footer .trust-seals {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 625px;
    padding-bottom: 1.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #ccc; }
    [data-category="public-safety-install"] #footer .trust-seals img {
      margin: 0.78571rem; }
    [data-category="public-safety-install"] #footer .trust-seals .comba {
      width: 80px; }
    [data-category="public-safety-install"] #footer .trust-seals .cobham {
      width: 100px; }
    [data-category="public-safety-install"] #footer .trust-seals .westell {
      width: 60px; }
    [data-category="public-safety-install"] #footer .trust-seals .solid {
      width: 55px; }
    [data-category="public-safety-install"] #footer .trust-seals .ibwave {
      width: 75px; }
    [data-category="public-safety-install"] #footer .trust-seals .sbc {
      width: 75px; }
  [data-category="public-safety-install"] #footer .copyright {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center; }
  [data-category="public-safety-install"] #footer .socials ul {
    display: flex;
    justify-content: center; }

[data-category="public-safety-install"] #header {
  padding: 0.35714rem 0;
  border-bottom: 1px solid #A3B9CF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  [data-category="public-safety-install"] #header .container {
    display: flex;
    align-items: center; }
  [data-category="public-safety-install"] #header .store-logo {
    width: 120px; }
  [data-category="public-safety-install"] #header .request-consultation {
    display: none;
    margin-left: auto;
    margin-right: 1.5rem;
    color: #fff;
    background-color: #F52984;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px; }
    [data-category="public-safety-install"] #header .request-consultation:hover {
      cursor: pointer; }
  [data-category="public-safety-install"] #header .store-phone {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: auto; }
    [data-category="public-safety-install"] #header .store-phone > svg {
      width: 35px;
      height: 35px; }
    [data-category="public-safety-install"] #header .store-phone > span {
      display: none; }
  @media (min-width: 551px) {
    [data-category="public-safety-install"] #header {
      padding: 0.78571rem; } }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"] #header .store-logo {
      width: 125px; }
    [data-category="public-safety-install"] #header .store-phone > span {
      display: block;
      margin-left: 0.78571rem;
      font-size: 20px;
      font-weight: 700;
      color: #00A3D6; } }

[data-category="public-safety-install"] #hero-form {
  background-image: linear-gradient(to right, #4ba7dc, #4958A6); }
  [data-category="public-safety-install"] #hero-form .form-callout {
    position: absolute;
    top: -4.5rem;
    font-weight: 700;
    font-size: 18px;
    max-width: 290px; }
    [data-category="public-safety-install"] #hero-form .form-callout:before {
      content: "";
      display: block;
      position: absolute;
      background-image: url("https://www.signalboosters.com/content/images/icon-form-arrow-pink.svg");
      width: 18px;
      height: 40px;
      background-repeat: no-repeat;
      left: -17px;
      top: 20px; }
      @media (min-width: 1181px) {
        [data-category="public-safety-install"] #hero-form .form-callout:before {
          width: 30px;
          height: 75px; } }
      @media (min-width: 1361px) {
        [data-category="public-safety-install"] #hero-form .form-callout:before {
          width: 40px;
          height: 85px;
          left: -32px;
          transform: rotate(17deg); } }
  [data-category="public-safety-install"] #hero-form .form-info {
    display: none;
    overflow: hidden; }
    [data-category="public-safety-install"] #hero-form .form-info h2 {
      margin-top: 1.5rem;
      font-weight: 700;
      color: #fff; }
    [data-category="public-safety-install"] #hero-form .form-info p {
      font-size: 16px;
      color: #fff; }
    [data-category="public-safety-install"] #hero-form .form-info hr {
      color: #fff;
      margin: 0.78571rem 0; }
  [data-category="public-safety-install"] #hero-form .form-header {
    position: relative;
    left: -1.5rem;
    width: calc(100% + 3rem);
    padding: 0.78571rem 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-image: url(".../../../img/heading-chevron.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 75px; }
    @media (min-width: 340px) {
      [data-category="public-safety-install"] #hero-form .form-header {
        background-position: 0 -10px; } }
    @media (min-width: 375px) {
      [data-category="public-safety-install"] #hero-form .form-header {
        background: #ff007b;
        height: inherit; } }
  [data-category="public-safety-install"] #hero-form .form-container {
    padding: 1.5rem 0 0.78571rem 0; }
    [data-category="public-safety-install"] #hero-form .form-container .hs-form-field {
      position: relative;
      margin-bottom: 0.78571rem; }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field > label {
        display: none; }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field .input {
        display: flex;
        align-items: center; }
        [data-category="public-safety-install"] #hero-form .form-container .hs-form-field .input:before {
          content: "";
          display: block;
          height: 45px;
          width: 45px;
          background-size: 50%;
          background-color: #535D7E;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field input, [data-category="public-safety-install"] #hero-form .form-container .hs-form-field textarea {
        font-size: 15px;
        width: 100%;
        height: 45px;
        padding: 10px;
        color: #535D7E;
        border: 0; }
        [data-category="public-safety-install"] #hero-form .form-container .hs-form-field input:-webkit-autofill, [data-category="public-safety-install"] #hero-form .form-container .hs-form-field textarea:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 30px white inset;
          -webkit-text-fill-color: #535D7E; }
        [data-category="public-safety-install"] #hero-form .form-container .hs-form-field input::placeholder, [data-category="public-safety-install"] #hero-form .form-container .hs-form-field textarea::placeholder {
          color: #535D7E; }
        [data-category="public-safety-install"] #hero-form .form-container .hs-form-field input.error, [data-category="public-safety-install"] #hero-form .form-container .hs-form-field textarea.error {
          border: 2px solid #FC348E; }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field.hs_firstname .input:before {
        background-image: url(".../../../img/icon-account-white.svg"); }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field.hs_company .input:before {
        background-image: url(".../../../img/icon-company-white.svg"); }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field.hs_email .input:before {
        background-image: url(".../../../img/icon-mail-white.svg"); }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field.hs_customer_message .input textarea {
        height: 125px; }
      [data-category="public-safety-install"] #hero-form .form-container .hs-form-field.hs_customer_message .input:before {
        height: 125px;
        background-image: url(".../../../img/icon-message-white.svg"); }
    [data-category="public-safety-install"] #hero-form .form-container .hs_submit {
      display: flex; }
      [data-category="public-safety-install"] #hero-form .form-container .hs_submit .actions {
        margin-left: auto; }
      [data-category="public-safety-install"] #hero-form .form-container .hs_submit input {
        font-weight: 700;
        padding: 10px 25px;
        background-color: #FC348E;
        color: #fff;
        border: 0;
        border-radius: 5px; }
        [data-category="public-safety-install"] #hero-form .form-container .hs_submit input:hover {
          background-color: #a71c5b; }
      [data-category="public-safety-install"] #hero-form .form-container .hs_submit .call-us {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #fff; }
        [data-category="public-safety-install"] #hero-form .form-container .hs_submit .call-us:before {
          content: "";
          display: block;
          height: 32px;
          width: 32px;
          background-image: url("https://www.signalboosters.com/content/images/icon-call-white.svg");
          background-size: 100%;
          margin-right: 0.35714rem; }
        @media (max-width: 551px) {
          [data-category="public-safety-install"] #hero-form .form-container .hs_submit .call-us {
            display: none; } }
    [data-category="public-safety-install"] #hero-form .form-container .hs-error-msgs {
      margin: 0; }
      [data-category="public-safety-install"] #hero-form .form-container .hs-error-msgs li {
        display: none !important; }
      [data-category="public-safety-install"] #hero-form .form-container .hs-error-msgs:before {
        display: block;
        color: #820035;
        font-size: 15px;
        font-style: italic; }
    [data-category="public-safety-install"] #hero-form .form-container .hs_email .hs-error-msgs:before {
      content: "Please give a valid email address."; }
    [data-category="public-safety-install"] #hero-form .form-container .hs_error_rollup {
      display: none !important; }
    @media (min-width: 800px) {
      [data-category="public-safety-install"] #hero-form .form-container .form {
        display: flex;
        flex-wrap: wrap; }
        [data-category="public-safety-install"] #hero-form .form-container .form .form-left, [data-category="public-safety-install"] #hero-form .form-container .form .form-right {
          width: 100%; }
        [data-category="public-safety-install"] #hero-form .form-container .form .form-right .hs_customer_message {
          margin-bottom: 1.5rem; }
          [data-category="public-safety-install"] #hero-form .form-container .form .form-right .hs_customer_message .input textarea {
            height: 100px; }
          [data-category="public-safety-install"] #hero-form .form-container .form .form-right .hs_customer_message .input:before {
            height: 100px; }
        [data-category="public-safety-install"] #hero-form .form-container .form .form-left {
          display: flex; }
          [data-category="public-safety-install"] #hero-form .form-container .form .form-left .hs_firstname, [data-category="public-safety-install"] #hero-form .form-container .form .form-left .hs_company, [data-category="public-safety-install"] #hero-form .form-container .form .form-left .hs_email {
            width: 33.33%;
            margin-bottom: 1.5rem;
            padding-right: 1.5rem; }
          [data-category="public-safety-install"] #hero-form .form-container .form .form-left .hs_email {
            padding-right: 0; } }
    @media (min-width: 1181px) {
      [data-category="public-safety-install"] #hero-form .form-container {
        padding: 3rem 0 1.5rem 0; }
        [data-category="public-safety-install"] #hero-form .form-container .hs_submit input {
          font-size: 16px; } }
  [data-category="public-safety-install"] #hero-form .form-callus {
    padding: 1.5rem 0;
    margin-top: -.5rem; }
    [data-category="public-safety-install"] #hero-form .form-callus a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      text-decoration: none; }
      [data-category="public-safety-install"] #hero-form .form-callus a svg {
        margin-right: 0.78571rem; }
    @media (min-width: 551px) {
      [data-category="public-safety-install"] #hero-form .form-callus {
        display: none; } }
  [data-category="public-safety-install"] #hero-form.top .form-info {
    display: none; }
  @media (min-width: 800px) and (max-width: 1260px) {
    [data-category="public-safety-install"] #hero-form.top .form-container {
      padding-top: 3rem; }
    [data-category="public-safety-install"] #hero-form.top .container {
      padding-left: 4.5rem; }
      [data-category="public-safety-install"] #hero-form.top .container:before {
        content: "Request a FREE Consultation";
        display: block;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        transform: rotate(180deg);
        color: #ffff;
        background: #fb348e;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 10px;
        position: absolute;
        height: 100%;
        left: -0.5rem;
        top: 0;
        text-align: center; }
    [data-category="public-safety-install"] #hero-form.top .form-header {
      display: none; } }
  [data-category="public-safety-install"] #hero-form.bottom .form-callout {
    display: none; }
  [data-category="public-safety-install"] #hero-form.bottom .form-info {
    display: block; }
  @media (min-width: 800px) {
    [data-category="public-safety-install"] #hero-form.bottom .container {
      flex-wrap: wrap; }
      [data-category="public-safety-install"] #hero-form.bottom .container .form-info {
        width: 100%;
        display: flex;
        padding: 3rem 0 1.5rem 0; }
        [data-category="public-safety-install"] #hero-form.bottom .container .form-info h2 {
          font-size: 32px;
          line-height: 38px;
          width: 54%;
          margin: 0;
          padding-right: 3rem;
          border-right: 1px solid #fff; }
        [data-category="public-safety-install"] #hero-form.bottom .container .form-info p {
          padding-left: 1.5rem;
          width: 46%;
          margin-bottom: 0; }
        [data-category="public-safety-install"] #hero-form.bottom .container .form-info hr {
          display: none; } }
  @media (min-width: 800px) and (max-width: 1260px) {
    [data-category="public-safety-install"] #hero-form.bottom .container {
      padding-left: 5rem; }
      [data-category="public-safety-install"] #hero-form.bottom .container:before {
        content: "Request a FREE Consultation";
        display: block;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        transform: rotate(180deg);
        color: #ffff;
        background: #fb348e;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 10px;
        position: absolute;
        height: 100%;
        left: -1.5rem;
        top: 0;
        text-align: center; }
    [data-category="public-safety-install"] #hero-form.bottom .form-header {
      display: none !important; } }
  @media (min-width: 1361px) {
    [data-category="public-safety-install"] #hero-form.bottom .form-container {
      width: 78% !important; } }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"] #hero-form .container {
      display: flex;
      align-items: flex-start; }
      [data-category="public-safety-install"] #hero-form .container .form-header {
        width: 175px;
        height: 100px;
        flex-grow: 0;
        flex-shrink: 0;
        left: 0;
        margin-right: 4.5rem;
        margin-top: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.5rem;
        text-align: right;
        line-height: 24px; }
        [data-category="public-safety-install"] #hero-form .container .form-header:after {
          content: "";
          width: 0;
          height: 0;
          border-top: 50px solid transparent;
          border-bottom: 50px solid transparent;
          border-left: 30px solid #ff007b;
          top: 0;
          left: 100%;
          position: absolute; }
      [data-category="public-safety-install"] #hero-form .container .form-container {
        width: 100%; } }

[data-category="public-safety-install"] #hero-form-completed {
  background-image: linear-gradient(to right, #4ba7dc, #4958A6); }
  [data-category="public-safety-install"] #hero-form-completed .text {
    padding: 1.5rem;
    color: #fff; }
    [data-category="public-safety-install"] #hero-form-completed .text .left {
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1.5rem;
      max-width: 250px;
      margin: 0 auto 1.5rem auto; }
    [data-category="public-safety-install"] #hero-form-completed .text .right {
      font-size: 16px;
      text-align: center;
      max-width: 250px;
      margin: 0 auto; }
  [data-category="public-safety-install"] #hero-form-completed .cta {
    background-image: linear-gradient(to right, #6C79A0, #2A324A);
    padding: 1.5rem; }
    [data-category="public-safety-install"] #hero-form-completed .cta > div {
      color: #fff;
      font-size: 16px;
      text-align: center;
      max-width: 250px;
      margin: 0 auto; }
    [data-category="public-safety-install"] #hero-form-completed .cta > a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0.78571rem 0;
      text-decoration: none;
      color: #fff; }
      [data-category="public-safety-install"] #hero-form-completed .cta > a svg {
        width: 35px;
        height: 35px;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 0.78571rem; }
      [data-category="public-safety-install"] #hero-form-completed .cta > a span {
        font-size: 18px;
        font-weight: 700; }
  @media (min-width: 800px) {
    [data-category="public-safety-install"] #hero-form-completed .text {
      max-width: 725px;
      margin: 0 auto;
      padding-top: 3rem;
      display: flex;
      align-items: center; }
      [data-category="public-safety-install"] #hero-form-completed .text .left {
        margin: 0 1.5rem 0 0;
        padding: 0;
        border-bottom: 0;
        font-size: 50px;
        text-align: left;
        width: 295px;
        max-width: 100%;
        flex-grow: 0;
        flex-shrink: 0; }
      [data-category="public-safety-install"] #hero-form-completed .text .right {
        border-left: 1px solid #fff;
        padding-left: 1.5rem;
        text-align: left;
        max-width: 100%;
        margin: 0; }
    [data-category="public-safety-install"] #hero-form-completed .cta {
      display: flex;
      align-items: center;
      justify-content: center;
      background: none;
      padding-bottom: 3rem; }
      [data-category="public-safety-install"] #hero-form-completed .cta > div {
        display: flex;
        align-items: center;
        max-width: 100%;
        text-align: left;
        margin: 0; }
        [data-category="public-safety-install"] #hero-form-completed .cta > div:before {
          content: "";
          display: block;
          width: 35px;
          height: 35px;
          background-image: url("https://www.signalboosters.com/content/images/icon-call-white.svg");
          background-size: 100%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          margin-right: 0.78571rem; }
      [data-category="public-safety-install"] #hero-form-completed .cta > a {
        margin: 0 0 0 0.35714rem; }
        [data-category="public-safety-install"] #hero-form-completed .cta > a svg {
          display: none; } }

[data-category="public-safety-install"] #process-short .process {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  [data-category="public-safety-install"] #process-short .process .step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 4rem; }
    [data-category="public-safety-install"] #process-short .process .step .icon {
      width: 130px;
      height: 95px;
      position: relative; }
      [data-category="public-safety-install"] #process-short .process .step .icon svg {
        flex-grow: 0;
        flex-shrink: 0; }
    [data-category="public-safety-install"] #process-short .process .step span {
      width: 200px;
      font-size: 18px;
      font-weight: 700;
      margin-left: 1.5rem;
      position: relative; }
    [data-category="public-safety-install"] #process-short .process .step:last-child .icon:after {
      display: none; }
    @media (min-width: 800px) {
      [data-category="public-safety-install"] #process-short .process .step {
        width: 50%; } }
    @media (min-width: 1181px) {
      [data-category="public-safety-install"] #process-short .process .step {
        width: 25%;
        flex-direction: column; }
        [data-category="public-safety-install"] #process-short .process .step span {
          margin-left: 0;
          text-align: center;
          width: 300px;
          margin-top: 1.5rem; } }

[data-category="public-safety-install"][data-design="long"] .section .section-title {
  font-weight: 700; }

[data-category="public-safety-install"][data-design="long"] #banner-consultation {
  display: none;
  position: relative;
  top: -1px;
  padding: 0.35714rem 0;
  background-color: #E11D79;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff; }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="long"] #banner-consultation {
      padding: 0.78571rem;
      font-size: 20px; } }
  [data-category="public-safety-install"][data-design="long"] #banner-consultation:hover {
    cursor: pointer; }

[data-category="public-safety-install"][data-design="long"] #hero {
  background-image: url("https://www.signalboosters.com/content/images/ppc/public-safety-boosters-bg.png");
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  [data-category="public-safety-install"][data-design="long"] #hero h1 {
    font-family: 'Roboto', arial, Sans-Serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }
    [data-category="public-safety-install"][data-design="long"] #hero h1 .small {
      display: block;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px; }
    [data-category="public-safety-install"][data-design="long"] #hero h1 .large {
      display: block;
      margin-top: 0.35714rem;
      font-size: 30px;
      font-weight: 800;
      line-height: 36px; }
      [data-category="public-safety-install"][data-design="long"] #hero h1 .large br:nth-child(2) {
        display: none; }
  [data-category="public-safety-install"][data-design="long"] #hero img {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
    width: 100%; }
  @media (min-width: 551px) {
    [data-category="public-safety-install"][data-design="long"] #hero h1 .small br {
      display: none; }
    [data-category="public-safety-install"][data-design="long"] #hero h1 .large br {
      display: block !important; }
    [data-category="public-safety-install"][data-design="long"] #hero img {
      display: block;
      width: 75%;
      margin-left: auto;
      margin-top: -4.5rem;
      margin-bottom: 3rem; } }
  @media (min-width: 800px) {
    [data-category="public-safety-install"][data-design="long"] #hero h1 .small {
      font-size: 26px;
      line-height: 30px; }
    [data-category="public-safety-install"][data-design="long"] #hero h1 .large {
      font-size: 44px;
      line-height: 56px; }
    [data-category="public-safety-install"][data-design="long"] #hero img {
      margin-top: -7.5rem; } }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="long"] #hero h1 {
      margin-top: 1.5rem; }
      [data-category="public-safety-install"][data-design="long"] #hero h1 .small {
        font-size: 34px;
        line-height: 56px; }
      [data-category="public-safety-install"][data-design="long"] #hero h1 .large {
        font-size: 56px;
        line-height: 66px; }
    [data-category="public-safety-install"][data-design="long"] #hero img {
      margin-top: -9rem; } }
  @media (min-width: 1361px) {
    [data-category="public-safety-install"][data-design="long"] #hero {
      background: top right no-repeat url("https://www.signalboosters.com/content/images/ppc/public-safety-boosters-bg.png"), linear-gradient(to bottom, #e2e8f1, #fafbfd 50%);
      background-size: 84%; }
      [data-category="public-safety-install"][data-design="long"] #hero img {
        margin-top: -12rem;
        margin-left: 14rem; } }

[data-category="public-safety-install"][data-design="long"] #process {
  background-color: #F2F6FA; }
  [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process {
    border-left: 2px solid #AFC5E1;
    padding-left: 30px; }
    [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step {
      background-color: #fff;
      border: 1px solid #AFC5E1;
      padding: 1.5rem; }
      [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step .left-side {
        padding: 1.5rem; }
        [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step .left-side svg {
          width: 80px;
          height: 80px; }
        @media (max-width: 500px) {
          [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step .left-side {
            width: 100%; } }
        @media (min-width: 1181px) {
          [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step .left-side svg {
            width: 100px;
            height: 100px; } }
      [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step .right-side {
        padding-left: 15px; }
        [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step .right-side .step-heading {
          width: 100%;
          float: left;
          margin-top: 0;
          padding-left: 0;
          font-weight: 700;
          text-transform: capitalize; }
        @media (min-width: 1181px) {
          [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step .right-side .step-description p {
            font-size: 18px; } }
      [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .step:before {
        border-color: rgba(175, 197, 225, 0);
        border-right-color: #AFC5E1; }
    [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .process-buttons .bottom-border, [data-category="public-safety-install"][data-design="long"] #process .business-services-integration .process .process-buttons .top-border {
      border-left: 3px solid #F2F6FA; }

[data-category="public-safety-install"][data-design="long"] #public-safety .panel {
  display: flex;
  flex-direction: column; }
  [data-category="public-safety-install"][data-design="long"] #public-safety .panel .img {
    width: 100%;
    padding-bottom: 66%; }
    @media (min-width: 551px) {
      [data-category="public-safety-install"][data-design="long"] #public-safety .panel .img {
        padding-bottom: 36%; } }
    @media (min-width: 1181px) {
      [data-category="public-safety-install"][data-design="long"] #public-safety .panel .img {
        padding-bottom: 32%; } }
  [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text {
    width: 100%; }
    [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .container-left {
      float: left;
      padding: 1.5rem; }
    [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .container-right {
      float: right;
      padding: 1.5rem; }
    [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .title {
      margin-top: 0;
      margin-bottom: 1.5rem;
      font-weight: 700;
      font-size: 1.5rem; }
    [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .subtitle {
      font-size: 1.25rem;
      font-weight: 700;
      color: #000; }
    [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text p {
      font-size: 16px;
      color: #000; }
      @media (min-width: 1181px) {
        [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text p {
          font-size: 18px; } }
  [data-category="public-safety-install"][data-design="long"] #public-safety .panel.panel-why .img {
    background-image: url("https://www.signalboosters.com/content/images/ppc-public-safety-firefighters.png?123");
    background-size: cover;
    background-position: 50% 50%; }
  [data-category="public-safety-install"][data-design="long"] #public-safety .panel.panel-help {
    flex-direction: column-reverse; }
    [data-category="public-safety-install"][data-design="long"] #public-safety .panel.panel-help .img {
      background-image: url("https://www.signalboosters.com/content/images/ppc-public-safety-installation.png?123");
      background-size: cover;
      background-position: 50% 50%; }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="long"] #public-safety .panel {
      flex-direction: row !important; }
      [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .container-left, [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .container-right {
        max-width: 558px;
        padding: 3rem 3.78571rem; }
      [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .container-left {
        padding-right: 0; }
      [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .container-right {
        padding-left: 0; }
      [data-category="public-safety-install"][data-design="long"] #public-safety .panel .text .title {
        font-size: 2.3rem; } }

[data-category="public-safety-install"][data-design="long"] #compliance {
  background-color: #F2F6FA; }
  [data-category="public-safety-install"][data-design="long"] #compliance .requirements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0 1.5rem; }
      [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100%; }
        [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .icon svg {
          width: 100px;
          fill: #00A4D1; }
          [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .icon svg.coverage {
            width: 75px; }
          [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .icon svg.enclosure {
            width: 55px; }
          [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .icon svg.alarm {
            width: 75px; }
          [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .icon svg.signal {
            width: 65px; }
          [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .icon svg.battery {
            width: 70px; }
      [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .text {
        font-size: 16px;
        text-align: center;
        max-width: 125px;
        color: #000; }
      @media (min-width: 551px) {
        [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement {
          width: 33.33%; } }
      @media (min-width: 1181px) {
        [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement {
          width: 20%; }
          [data-category="public-safety-install"][data-design="long"] #compliance .requirements .requirement .text {
            font-size: 18px;
            color: #000;
            max-width: 150px; } }

[data-category="public-safety-install"][data-design="long"] #faq .questions {
  display: flex;
  flex-wrap: wrap; }
  [data-category="public-safety-install"][data-design="long"] #faq .questions .question {
    width: 100%; }
    [data-category="public-safety-install"][data-design="long"] #faq .questions .question .number {
      font-size: 28px;
      font-weight: 700;
      color: #08A3D7;
      border-bottom: 2px solid #08A3D7;
      display: inline-block; }
    [data-category="public-safety-install"][data-design="long"] #faq .questions .question h3 {
      font-family: "Roboto", Arial, Sans-Serif, serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 35px;
      margin: 1.5rem 0; }
    [data-category="public-safety-install"][data-design="long"] #faq .questions .question p {
      color: #000; }
    @media (min-width: 1181px) {
      [data-category="public-safety-install"][data-design="long"] #faq .questions .question {
        width: 33.33%; }
        [data-category="public-safety-install"][data-design="long"] #faq .questions .question:nth-child(1) {
          padding-right: 3rem; }
        [data-category="public-safety-install"][data-design="long"] #faq .questions .question:nth-child(2) {
          padding-left: 3rem;
          padding-right: 3rem; }
        [data-category="public-safety-install"][data-design="long"] #faq .questions .question:nth-child(3) {
          padding-left: 3rem; }
        [data-category="public-safety-install"][data-design="long"] #faq .questions .question p {
          font-size: 18px; } }

[data-category="public-safety-install"][data-design="long-b"] .section .section-title {
  font-weight: 700; }

[data-category="public-safety-install"][data-design="long-b"] #banner-consultation {
  display: none;
  position: relative;
  top: -1px;
  padding: 0.35714rem 0;
  background-color: #E11D79;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff; }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="long-b"] #banner-consultation {
      padding: 0.78571rem;
      font-size: 20px; } }
  [data-category="public-safety-install"][data-design="long-b"] #banner-consultation:hover {
    cursor: pointer; }

[data-category="public-safety-install"][data-design="long-b"] #hero {
  background: center url("https://www.signalboosters.com/content/images/ppc/lp-public-safety-background-b.png");
  background-size: cover;
  padding-top: 1.5rem;
  max-height: 100% !important; }
  [data-category="public-safety-install"][data-design="long-b"] #hero h1 {
    font-family: 'Roboto', arial, Sans-Serif;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-align: center; }
    [data-category="public-safety-install"][data-design="long-b"] #hero h1 .small {
      display: block;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px; }
      @media (min-width: 551px) {
        [data-category="public-safety-install"][data-design="long-b"] #hero h1 .small {
          margin-bottom: 1.5rem;
          font-size: 36px;
          line-height: 42px; } }
    [data-category="public-safety-install"][data-design="long-b"] #hero h1 .large {
      display: block;
      font-size: 30px;
      font-weight: 800;
      line-height: 36px; }
      [data-category="public-safety-install"][data-design="long-b"] #hero h1 .large br:nth-child(2) {
        display: none; }
      @media (min-width: 551px) {
        [data-category="public-safety-install"][data-design="long-b"] #hero h1 .large {
          font-size: 48px;
          line-height: 52px; } }
    @media (min-width: 1181px) {
      [data-category="public-safety-install"][data-design="long-b"] #hero h1 {
        text-align: right; } }
  [data-category="public-safety-install"][data-design="long-b"] #hero img {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
    width: 100%; }

[data-category="public-safety-install"][data-design="long-b"] #hero-form {
  padding: 1.5rem;
  max-width: 600px;
  width: calc(100%);
  margin: 0 auto; }
  [data-category="public-safety-install"][data-design="long-b"] #hero-form .form-container {
    padding-top: 1.5rem !important; }
    [data-category="public-safety-install"][data-design="long-b"] #hero-form .form-container .form {
      margin-bottom: 0 !important; }
  [data-category="public-safety-install"][data-design="long-b"] #hero-form .form-header {
    display: block !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    background: transparent;
    text-transform: uppercase;
    text-align: left; }
  [data-category="public-safety-install"][data-design="long-b"] #hero-form .form-left {
    display: block !important; }
    [data-category="public-safety-install"][data-design="long-b"] #hero-form .form-left .hs-form-field {
      width: 100% !important;
      padding-right: 0 !important;
      margin-right: 0 !important; }
  [data-category="public-safety-install"][data-design="long-b"] #hero-form .call-us {
    display: none !important; }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="long-b"] #hero-form {
      margin-left: auto;
      margin-right: 0; } }
  [data-category="public-safety-install"][data-design="long-b"] #hero-form .submitted-message {
    display: none !important; }
  [data-category="public-safety-install"][data-design="long-b"] #hero-form #hero-form-completed {
    background-image: none;
    margin-top: -3rem; }
    [data-category="public-safety-install"][data-design="long-b"] #hero-form #hero-form-completed .text {
      flex-direction: column;
      padding-top: 1.5rem; }
      [data-category="public-safety-install"][data-design="long-b"] #hero-form #hero-form-completed .text .right {
        text-align: center;
        border-left: 0;
        padding-left: 0;
        padding-top: 1.5rem; }
      [data-category="public-safety-install"][data-design="long-b"] #hero-form #hero-form-completed .text .left {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0 !important; }

[data-category="public-safety-install"][data-design="long-b"] #form-bottom {
  padding: 1.5rem 0;
  background-image: linear-gradient(to right, #4ba7dc, #4958A6); }
  [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form {
    background-image: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 0 !important; }
    [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form > .form-left, [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form > .form-right {
      width: 100%; }
    [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form .form-container {
      width: 100% !important; }
    @media (min-width: 700px) {
      [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form > .form-left, [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form > .form-right {
        width: 50%;
        padding: 0 1.5rem; } }
    [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form .submitted-message {
      display: none !important; }
  [data-category="public-safety-install"][data-design="long-b"] #form-bottom #hero-form-completed {
    background: none; }

[data-category="public-safety-install"][data-design="long-b"] #process {
  background-color: #F2F6FA; }
  [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process {
    border-left: 2px solid #AFC5E1;
    padding-left: 30px; }
    [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step {
      background-color: #fff;
      border: 1px solid #AFC5E1;
      padding: 1.5rem; }
      [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step .left-side {
        padding: 1.5rem; }
        [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step .left-side svg {
          width: 80px;
          height: 80px; }
        @media (max-width: 500px) {
          [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step .left-side {
            width: 100%; } }
        @media (min-width: 1181px) {
          [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step .left-side svg {
            width: 100px;
            height: 100px; } }
      [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step .right-side {
        padding-left: 15px; }
        [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step .right-side .step-heading {
          width: 100%;
          float: left;
          margin-top: 0;
          padding-left: 0;
          font-weight: 700;
          text-transform: capitalize; }
        @media (min-width: 1181px) {
          [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step .right-side .step-description p {
            font-size: 18px; } }
      [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .step:before {
        border-color: rgba(175, 197, 225, 0);
        border-right-color: #AFC5E1; }
    [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .process-buttons .bottom-border, [data-category="public-safety-install"][data-design="long-b"] #process .business-services-integration .process .process-buttons .top-border {
      border-left: 3px solid #F2F6FA; }

[data-category="public-safety-install"][data-design="long-b"] #public-safety .panel {
  display: flex;
  flex-direction: column; }
  [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .img {
    width: 100%;
    padding-bottom: 66%; }
    @media (min-width: 551px) {
      [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .img {
        padding-bottom: 36%; } }
    @media (min-width: 1181px) {
      [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .img {
        padding-bottom: 32%; } }
  [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text {
    width: 100%; }
    [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .container-left {
      float: left;
      padding: 1.5rem; }
    [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .container-right {
      float: right;
      padding: 1.5rem; }
    [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .title {
      margin-top: 0;
      margin-bottom: 1.5rem;
      font-weight: 700;
      font-size: 1.5rem; }
    [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .subtitle {
      font-size: 1.25rem;
      font-weight: 700;
      color: #000; }
    [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text p {
      font-size: 16px;
      color: #000; }
      @media (min-width: 1181px) {
        [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text p {
          font-size: 18px; } }
  [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel.panel-why .img {
    background-image: url("https://www.signalboosters.com/content/images/ppc-public-safety-firefighters.png?123");
    background-size: cover;
    background-position: 50% 50%; }
  [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel.panel-help {
    flex-direction: column-reverse; }
    [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel.panel-help .img {
      background-image: url("https://www.signalboosters.com/content/images/ppc-public-safety-installation.png?123");
      background-size: cover;
      background-position: 50% 50%; }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel {
      flex-direction: row !important; }
      [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .container-left, [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .container-right {
        max-width: 558px;
        padding: 3rem 3.78571rem; }
      [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .container-left {
        padding-right: 0; }
      [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .container-right {
        padding-left: 0; }
      [data-category="public-safety-install"][data-design="long-b"] #public-safety .panel .text .title {
        font-size: 2.3rem; } }

[data-category="public-safety-install"][data-design="long-b"] #compliance {
  background-color: #F2F6FA; }
  [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0 1.5rem; }
      [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100%; }
        [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .icon svg {
          width: 100px;
          fill: #00A4D1; }
          [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .icon svg.coverage {
            width: 75px; }
          [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .icon svg.enclosure {
            width: 55px; }
          [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .icon svg.alarm {
            width: 75px; }
          [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .icon svg.signal {
            width: 65px; }
          [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .icon svg.battery {
            width: 70px; }
      [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .text {
        font-size: 16px;
        text-align: center;
        max-width: 125px;
        color: #000; }
      @media (min-width: 551px) {
        [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement {
          width: 33.33%; } }
      @media (min-width: 1181px) {
        [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement {
          width: 20%; }
          [data-category="public-safety-install"][data-design="long-b"] #compliance .requirements .requirement .text {
            font-size: 18px;
            color: #000;
            max-width: 150px; } }

[data-category="public-safety-install"][data-design="long-b"] #faq .questions {
  display: flex;
  flex-wrap: wrap; }
  [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question {
    width: 100%; }
    [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question .number {
      font-size: 28px;
      font-weight: 700;
      color: #08A3D7;
      border-bottom: 2px solid #08A3D7;
      display: inline-block; }
    [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question h3 {
      font-family: "Roboto", Arial, Sans-Serif, serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 35px;
      margin: 1.5rem 0; }
    [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question p {
      color: #000; }
    @media (min-width: 1181px) {
      [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question {
        width: 33.33%; }
        [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question:nth-child(1) {
          padding-right: 3rem; }
        [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question:nth-child(2) {
          padding-left: 3rem;
          padding-right: 3rem; }
        [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question:nth-child(3) {
          padding-left: 3rem; }
        [data-category="public-safety-install"][data-design="long-b"] #faq .questions .question p {
          font-size: 18px; } }

[data-category="public-safety-install"][data-design="short"] #hero-background {
  position: absolute;
  width: 100%;
  background-image: url("https://www.signalboosters.com/content/images/ppc/public-safety-install-short-bg-dark.png");
  padding-bottom: 469px;
  background-size: cover;
  background-position: 50% 50%; }

[data-category="public-safety-install"][data-design="short"] #header {
  background: transparent;
  border: 0; }
  [data-category="public-safety-install"][data-design="short"] #header .store-phone > span {
    color: #fff; }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="short"] #header {
      padding-top: 3rem; } }

[data-category="public-safety-install"][data-design="short"] #hero-content h1 {
  font-family: "Roboto", Arial, Sans-Serif;
  line-height: 34px;
  color: #fff; }
  [data-category="public-safety-install"][data-design="short"] #hero-content h1 .small {
    font-size: 26px;
    line-height: 34px; }
  [data-category="public-safety-install"][data-design="short"] #hero-content h1 .large {
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 0.78571rem;
    display: block; }

[data-category="public-safety-install"][data-design="short"] #hero-content h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 0.78571rem;
  max-width: 300px; }

[data-category="public-safety-install"][data-design="short"] #hero-content img {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  max-width: 650px;
  width: 100%; }

@media (min-width: 800px) {
  [data-category="public-safety-install"][data-design="short"] #hero-content h1 .small {
    font-size: 36px; }
    [data-category="public-safety-install"][data-design="short"] #hero-content h1 .small br {
      display: none; }
  [data-category="public-safety-install"][data-design="short"] #hero-content h1 .large {
    font-size: 40px; }
    [data-category="public-safety-install"][data-design="short"] #hero-content h1 .large br {
      display: none; }
  [data-category="public-safety-install"][data-design="short"] #hero-content h2 {
    font-size: 24px;
    max-width: inherit; } }

@media (min-width: 1361px) {
  [data-category="public-safety-install"][data-design="short"] #hero-content h1 .small {
    font-size: 40px; }
    [data-category="public-safety-install"][data-design="short"] #hero-content h1 .small br {
      display: none; }
  [data-category="public-safety-install"][data-design="short"] #hero-content h1 .large {
    font-size: 42px; }
    [data-category="public-safety-install"][data-design="short"] #hero-content h1 .large br {
      display: none; }
  [data-category="public-safety-install"][data-design="short"] #hero-content h2 {
    font-size: 22px;
    max-width: inherit; }
  [data-category="public-safety-install"][data-design="short"] #hero-content img {
    margin-top: 6rem; } }

[data-category="public-safety-install"][data-design="short"] #hero-form {
  background: #08A3D7; }
  [data-category="public-safety-install"][data-design="short"] #hero-form .form-header {
    background: #E11D79;
    height: inherit; }
    [data-category="public-safety-install"][data-design="short"] #hero-form .form-header:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #E11D79;
      position: absolute;
      left: calc(50% - 10px);
      bottom: -10px;
      border-bottom: 0;
      top: inherit; }
  [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed {
    background-image: linear-gradient(to bottom, #4ba7dc, #4958A6); }
    [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .text {
      flex-direction: column;
      text-align: center; }
      [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .text .left {
        padding-bottom: 1rem;
        border-bottom: 2px solid #fff;
        margin: 0 auto 1.5rem auto; }
      [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .text .right {
        padding-left: 0;
        border-left: 0;
        text-align: center;
        font-weight: 700; }
    [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .cta > div {
      font-weight: 700; }
    [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .cta svg {
      width: 55px;
      height: 55px; }
    [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .cta .call-us .heading {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px; }
    [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .cta .call-us .number {
      font-weight: 700;
      font-size: 20px; }
    [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed > .cta .call-us .hours {
      font-weight: 700;
      font-size: 16px;
      color: #3FCCFC; }
  @media (min-width: 800px) {
    [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta {
      flex-direction: column; }
      [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta > div {
        margin-bottom: 0.78571rem; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta > div:before {
          display: none; }
      [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta > a svg {
        display: block; } }
  @media (min-width: 1181px) {
    [data-category="public-safety-install"][data-design="short"] #hero-form {
      position: absolute;
      width: 400px;
      top: 0;
      right: 1.5rem; }
      [data-category="public-safety-install"][data-design="short"] #hero-form .container {
        flex-direction: column;
        padding: 0 3rem; }
        [data-category="public-safety-install"][data-design="short"] #hero-form .container:before {
          display: none; }
        [data-category="public-safety-install"][data-design="short"] #hero-form .container .form-header {
          width: calc(100% + 6rem);
          margin: 0 -3rem 0 -3rem;
          padding: 1rem 0; }
        [data-category="public-safety-install"][data-design="short"] #hero-form .container .form-container .form-left {
          flex-wrap: wrap !important; }
        [data-category="public-safety-install"][data-design="short"] #hero-form .container .form-container .hs_firstname, [data-category="public-safety-install"][data-design="short"] #hero-form .container .form-container .hs_email, [data-category="public-safety-install"][data-design="short"] #hero-form .container .form-container .hs_company {
          width: 100% !important;
          padding: 0 !important; }
        [data-category="public-safety-install"][data-design="short"] #hero-form .container .form-container .call-us {
          display: none !important; }
      [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .text {
        padding-bottom: 1.5rem;
        position: relative; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .text:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 200px solid transparent;
          border-right: 200px solid transparent;
          border-top: 40px solid #3c80c6;
          position: absolute;
          left: calc(50% - 200px);
          bottom: -40px;
          border-bottom: 0;
          top: inherit; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .text .right {
          font-size: 16px;
          padding: 0 3rem; }
      [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta {
        flex-direction: column;
        background-color: #515D81;
        padding-top: 4.5rem; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta > div {
          text-align: center; }
          [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta > div:before {
            display: none; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta > a svg {
          display: block;
          width: 60px;
          height: 60px; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta .call-us .heading {
          font-size: 22px; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta .call-us .number {
          font-size: 26px; }
        [data-category="public-safety-install"][data-design="short"] #hero-form #hero-form-completed .cta .call-us .hours {
          font-size: 16px; } }
  @media (min-width: 1361px) {
    [data-category="public-safety-install"][data-design="short"] #hero-form {
      right: 6rem; } }

.body--ppc.header-fixed [data-category="public-safety-install"] {
  padding-top: 55px; }
  .body--ppc.header-fixed [data-category="public-safety-install"] #header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1;
    top: 0; }
  .body--ppc.header-fixed [data-category="public-safety-install"] #banner-consultation {
    display: block;
    position: fixed;
    top: 72px;
    width: 100%;
    z-index: 1; }
  @media (min-width: 551px) {
    .body--ppc.header-fixed [data-category="public-safety-install"] {
      padding-top: 67px; }
      .body--ppc.header-fixed [data-category="public-safety-install"] #banner-consultation {
        top: 82px; } }
  @media (min-width: 1181px) {
    .body--ppc.header-fixed [data-category="public-safety-install"] {
      padding-top: 88px; }
      .body--ppc.header-fixed [data-category="public-safety-install"] .request-consultation {
        display: block !important;
        margin-left: auto; }
      .body--ppc.header-fixed [data-category="public-safety-install"] .store-phone {
        margin-left: 0 !important; }
      .body--ppc.header-fixed [data-category="public-safety-install"] #banner-consultation {
        display: none; } }

.yotpo.bottomLine .text-m {
  margin-left: .5rem !important;
  line-height: 23px !important;
  font-size: 1rem !important;
  font-weight: 600;
  color: #0196d3 !important;
  font-family: 'Roboto'; }
