/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */












































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}
.banner-section .dnd-section>.row-fluid {
  width: 100%;
}
.dnd-section > .row-fluid,
.page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
div[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .page-center {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "AvenirNext";
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot#iefix");
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot#iefix") format("eot"), 
    url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), 
      url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), 
        url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype");
          font-weight: 400;
          font-style: normal;
          }

@font-face {
  font-family: "AvenirNext";
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot#iefix");
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot#iefix") format("eot"), 
    url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), 
      url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), 
        url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype");
          font-weight: 500;
          font-style: normal;
          }

@font-face {
  font-family: "AvenirNext";
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot#iefix");
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot#iefix") format("eot"), 
    url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), 
      url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), 
        url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype");
          font-weight: 600;
          font-style: normal;
          }

@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
  src: url("../fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"), 
    url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"), 
      url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"), 
        url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype");
          font-weight: 700;
          font-style: normal;
          }

@font-face {
  font-family: "SamsungOne-400";
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/SamsungOne-400.eot") format("eot"), 
    url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/SamsungOne-400.woff) format("woff"), 
    url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/SamsungOne-400.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SamsungOne-700";
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/SamsungOne-700.eot") format("eot"), 
    url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/SamsungOne-700.woff) format("woff"), 
    url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/SamsungOne-700.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{ 
  font-family: 'Samsung Sharp Sans'; 
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/SamsungSharpSans-Bold.woff2") format("woff2"), 
    url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/SamsungSharpSans-Bold.woff") format("woff"); 
      font-weight: bold; 
      font-style: normal; 
      }

@font-face { 
  font-family: 'ewd-toggle-icon';
  src: url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Onecom_April2021/fonts/ewd-toggle-icon.eot");
  src: url('https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/ewd-toggle-icon.woff2') format('woff2'),
    url('https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/ewd-toggle-icon.woff') format('woff'),
      url("https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/ewd-toggle-icon.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
        }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/Open_Sans-normal-400.woff) format('woff');
  unicode-range: U+0-10FFFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/Open_Sans-normal-700.woff) format('woff');
  unicode-range: U+0-10FFFF
}

@font-face {
  font-family: 'Palanquin Dark';
  font-style: normal;
  font-weight: 400;
  src: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/fonts/Palanquin_Dark-normal-400.woff) format('woff');
  unicode-range: U+0-10FFFF
}

:root {
  line-height: 1.4;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 18px;
}

/* Anchor Links */
a {
  color: #0270E0;
}
a:hover, a:focus {}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 18px;
  text-rendering: optimizelegibility;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.125;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {
  margin: 0 0 1.3125em 1.655em;
  list-style-position: inside;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

li {
  list-style: disc;
  line-height: 1.7;
}

ol li {
  list-style: decimal;
}

blockquote, q {
  quotes: none;
}

blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.414;
  color: #272727;
}

blockquote * {
  font-family: inherit;
}

/* Horizontal Rules */
hr {
  margin: 1.313em 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid transparent;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  vertical-align: super;
  font-size: smaller;
  top: 0;
}

p sup {
  display: inline-block;
  margin-bottom: .75em;
  line-height: 1.38888889;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.hs-button {
  cursor: pointer;
  border-width: 0.15rem;
  min-height: 2rem;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  border-radius: 1.25rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
  margin: 24px auto 15px;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  padding: 10px 32px;
  font-size: 1.05rem;
  line-height: 1.35rem;
  border-style: solid;
  transition: all 0.19s;
  font-family: inherit;
  background: #00CECE;
  text-decoration: none;
      white-space: normal;
}

.hs-button:hover, .hs-button:focus,.hs-button:active {
  text-transform: none;
  text-decoration: none;
  background-image: none;
  background-color: #002A42;
  border-color: #002A42;
  color: #FFFFFF;
  outline: none;
}


.hs-form-field>label {
  font-weight: 500;
  font-size: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  margin-bottom: 8px;
  color: #292929;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password{
  display: block;
  width: 100%;
  margin: 0.15rem 0 0.5rem;
  padding: 0.25rem 0.2rem;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  border-width: 1px;
  border-style: solid;
  border-radius: 0.2rem;
  min-height: 2.2rem;
  font-size: 90%;
  font-family: inherit;
  letter-spacing: normal;
  height: auto;
  outline: none;
  max-width: 500px;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.hs-form-field {
  margin-bottom: 16px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.hs-error-msgs label {
  font-size: 13px;
  margin-top: 3px;
  font-weight: 400;
  color: rgb(121 0 0 / 70%) !important;
  letter-spacing: normal;
  width: 100%;
  line-height: inherit;
  clear: both;
  border: 1px solid #e5bdc4;
  background-color: #f2dede;
}

.hs_error_rollup .hs-error-msgs label {
  color: #790000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-top: 0.1rem solid #790000;
  border-bottom: 0.1rem solid #790000;
  padding: 0.8rem 0;
  clear: both;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  margin: 0;
  line-height: 1.3;
}

/* Generic forms / CTA forms */

.hs-form__field__input {
  border: solid 1px #D6D6D6;
  border-radius: 5px;
}

@media (max-width: 767px){
  .hs-input {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 24px auto 42px;
  table-layout: fixed;
}

table thead, table tbody, table tfoot {
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
}

table thead tr {
  border-width: 1px;
  border-style: solid;
}

table th, table td {
  vertical-align: middle;
  font-size: 14px;
}

table thead tr th {
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  padding: 8px 0 6px;
  font-weight: 600;
  border-top: 1px solid #00CECE;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

table thead tr th:last-child {
  border-right: 1px solid #00CECE;
}

table td {
  width: 144px;
  padding: 11px 0 8px;
  border-width: 1px;
  border-style: solid;
  font-weight: 400;
}

table tfoot th, table tfoot td {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
}

table tfoot td {
  text-align: center;
}

table[class="table-rowlines"],
table[class="table-rowlines"] td {
  border: none;
}

table[class="table-rowlines"] td {
  padding-right: 20px;
}

table[class="table-rowlines"] tr {
  border-bottom: solid 1px #484848;
}

table[class="table-rowlines"] td strong {
  font-size: 16px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container-wrapper {
  margin-top: 2rem;
}

.body-wrapper{
  padding-top: 124px;
  position: relative;
  background-image: linear-gradient( -180deg, #fff 88px, #F1F1F1 88px, #fff 135px);
}

.banner-section .dnd-section>.row-fluid{
  padding: 0;
}

.body-container-wrapper.no-padding {
  margin: 0;
}

.contact-sec2 {
  margin: 0 0 1.1rem;
}
.contact-sec2 .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 600;
  color: #292929;
  letter-spacing: 0;
  font-size: 1.35rem;
  line-height: 1.65rem;
  text-align: center;
  margin: .5rem auto 1.05rem;
}



.contact-sec2 .span3.widget-span {
  -ms-flex: 5 1 27.77777778%;
  flex: 5 1 27.77777778%;
  width: auto;
  margin-left: 0;
  float: none;
}

.contact-sec2 .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  max-width: 1178px;
  padding: 0;
}

.contact-sec2 .span3.widget-span div {
  height: 100%;
}

.contact-sec3-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.contact-sec1-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.contact-middle-sec .hs_cos_wrapper_type_header {
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
  display: block;
}

.contact-middle-sec .hs_cos_wrapper_type_header h2 {
  font-weight: 700;
  text-align: center;
  color: #404040;
  margin: 0;
}


.contact-faq-sec-wrapper .page-center>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  width: auto;
}

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

.cityfibre-leeds-page .contact_block .contact_btn {
  opacity: 0;
  visibility: hidden;
}

/* ======== Faq Page ============== */

.faq-page .article--with_sidebar {
  line-height: 27px;
  color: #696969;
}

.faq-page .article__post {
  margin: 2rem 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.faq-page .article__inner {
  padding: 1.7rem;
  display: block;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}

.faq-page .article__sidebar {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.26388889%;
  margin: 0;
  padding: 0 60px;
}

.faq-main-sec .dnd-section>.row-fluid {
  padding: 0;
}

.faq-page .article--with_sidebar a:not(.btn) {
  color: #cc6600;
}

.faq-page .article--with_sidebar .hs_cos_wrapper_type_rich_text ul, 
.faq-page .article--with_sidebar .hs_cos_wrapper_type_rich_text ol {
  margin: 0 0 18px;
  padding: 0;
}

.faq-page .article--with_sidebar .hs_cos_wrapper_type_rich_text ol li,.faq-page .article--with_sidebar .hs_cos_wrapper_type_rich_text ul li {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}

.article h3 b, .article h4 b, .article h5 b, .article h3 strong, .article h4 strong, .article h5 strong {
  font-weight: 500;
}

.faq-page .article--with_sidebar .hs_cos_wrapper_type_rich_text ul {
  list-style-position: unset;
}

.faq-page .article--with_sidebar .hs_cos_wrapper_type_rich_text ul li {
  list-style-position: inside;
}

.fa-ul {
  padding-left: 0;
  list-style-type: none;
}
.fa-ul > li {
  list-style-type: none;
  margin-left: 30px;
  position: relative;
}

.article__inner form .hs-input {
  max-width: 100%;
  margin-bottom: 2px;
  margin-top: 0;
  line-height: normal;
}

.article__inner form .hs-form-required {
  color: #fff;
}

.article__inner form .hs-form-field>label {
  display: block;
  margin-bottom: 10px;
  order: 1;
}

.article__inner form .hs-form-field {
  margin-bottom: 0;
  padding-top: 18px;
  font-size: 0.9rem;
  line-height: 1.38888889;
  display: flex;
  flex-direction: column;
  padding-right: 16px;
}

.article__inner form .hs-form-field:first-child {
  padding-top: 4px;
}

.article__inner form .hs-field-desc {
  font-family: inherit;
  font-size: 67.5%;
  opacity: 0.7;
  font-weight: 400;
  line-height: inherit;
  clear: both;
  letter-spacing: normal;
  margin: 0;
  order: 4;
  padding: 8px 0 2px;
}

.article__inner form .input {
  order: 2;
}

.article__inner form textarea.hs-input {
  height: 16rem;
  resize: none;
}

.article__inner form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.article__inner form li.hs-form-booleancheckbox input+ span {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  max-width: 85%;
  white-space: normal;
  font-weight: 500;
}

.article__inner form li.hs-form-booleancheckbox input {
  margin-top: 6px;
  width: auto!important;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6px;
  min-height: 1px;
}

.article__inner form li.hs-form-booleancheckbox>label {
  margin: 31px 0 8px;
  line-height: 1.3;
  color: #474747;
  font-size: 0.9rem;
}

.article__inner form .hs_submit.hs-submit {
  text-align: center;
}

.article__inner form .hs-button {
  margin: 48px 0 15px;
}

.article__inner form ul.inputs-list {
  width: calc(100% + 16px);
  order: 3;
}

.article__inner form .hs-field-desc {
  padding-right: 16px;
}

.article__inner form .hs_error_rollup .hs-error-msgs label {
  font-size: 18px;
  color: #790000 !important;
  line-height: 1.4;
}

.article__inner form li.hs-form-booleancheckbox input:checked+span {
  font-weight: 700;
}

.faq-page .article--faqs .article__inner {
  padding: 3rem;
}

.faq-page .article--faqs .faq-main-sec .hs_cos_wrapper_type_rich_text h3 {
  margin: 27px 0 15px;
  color: #002A42;
  line-height: 1.333;
  text-rendering: optimizelegibility;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 28px;
}

.customer-inner-sec1-image img {
  display: block;
  clear: both;
  margin-bottom: 18px;
}

.customer-inner-sec1-image {
  padding-top: 46px;
}

.customer-inner-sec1-image .hs_cos_wrapper_type_linked_image {
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 68px;
  -ms-flex-pack: center;
  justify-content: center;
}

.customer-inner-sec1-content .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 68px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
}

.customer-inner-sec1-content .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 24px;
}

.customer-inner-sec2-wrapper {
  background: #133250;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 54px 0;
}

.customer-inner-sec2-image {
  margin-bottom: 18px;
}

.customer-inner-sec2-wrapper .service_benefits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.375;
  padding-top: 108px;
}

.customer-inner-sec2-content {
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  margin: 47px 4.16666667% 40px;
  padding: 0 11px;
}

.customer-inner-sec2-wrapper .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.customer-inner-sec2-wrapper .hs_cos_wrapper_type_linked_image img {
  display: block;
}

.customer-inner-sec4-wrapper {
  background: #133250;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 54px 0;
  text-align: center;
}

.customer-inner-sec4-wrapper .hs-button {
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid #FFFFFF;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  margin: 0;
  box-shadow: none;
}

.customer-inner-sec4-wrapper .hs-button:hover {
  background-color: #FF9900;
  color: #fff;
  border-color: #fff;
  text-decoration: underline;
}


.customer-inner-sec6-wrapper {
  background: #000000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 54px 0;
  text-align: center;
}

.customer-inner-sec6-wrapper .hs-button {
  border: 2px solid #002a42;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  margin: 0 0 18px;
}
.customer-inner-sec6-wrapper .hs-button:hover {
  background-color: #FF9900;
  color: #fff;
  border-color: #fff;
  text-decoration: underline;
}

.report-wfh-sec2-wrapper {
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
}

.report-wfh-sec2-wrapper .hs_cos_wrapper_type_header h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.15;
}

.report-wfh-sec2-wrapper .dnd-section>.row-fluid>div {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.micollab-page {
  background-color: #000;
  height: 100vh;
}

.wfh-sec1-wrapper {
  padding-top: 30px;
  padding-bottom: 36px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #252b2d;
}

.wfh-sec1-wrapper .col-content {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.wfh-sec1-wrapper .row-fluid.page-center-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  width: auto;
}

.wfh-sec2-wrapper {
  background-color: #252b2d;
}

.wfh-sec2-wrapper .row-fluid.page-center-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  width: auto;
}

.wfh-sec2-content {
  text-align: center;
  color: #fff;
}

.wfh-sec2-content * {
  color: #fff;
}

.wfh-sec2-wrapper .row-fluid.page-center-inner>div {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.wfh-sec2-wrapper .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.wfh-sec2-wrapper .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 24px;
}

.wfh-sec4-wrapper .image-with-content .col-image img {
  border-radius: 0;
}


/* ======= Employee Plus ======= */

body.hs-header-employee-page  {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans",system,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.hs-header-employee-page .body-wrapper {
  padding: 0;
  background-image: none;
}

.header-employee-plus {
  background-color: #242f3a;
}

.header-employee-plus .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 3.75rem;
}

.header-employee-plus .align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-employee-plus .align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-employee-plus .align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.header-employee-plus .column, 
.header-employee-plus .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: .625rem;
  padding-left: .625rem;
  min-width: initial;
}

.header-employee-plus .shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.header-employee-plus .navigation-primary .submenu li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.75rem;
  color: #fff;
  font-family: "Palanquin Dark",system,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  -webkit-transition: color 250ms ease-in-out,background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out,background-color 250ms ease-in-out;
  font-size: .875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .7rem 1.5rem;
  line-height: 1;
}

.header-employee-plus .navigation-primary .submenu li a:hover {
  color: #242f3a;
  background-color: #f59f1a;
}

.header-employee-plus .navigation-primary .submenu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  list-style: none;
}

.header-employee-plus .navigation-primary .submenu {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-employee-plus {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #2f3d4b),to(#242f3a));
  background: linear-gradient(to bottom,#2f3d4b 0,#242f3a 100%);
  color: #fff;
}

.footer-employee-plus .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer-employee-plus .column, .footer-employee-plus .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: .625rem;
  padding-left: .625rem;
  min-width: initial;
}


.footer-employee-plus a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

.footer-employee-plus a:hover {
  color: #f59f1a;
}

.footer-employee-logo {
  display: block;
  width: 240px;
  margin-bottom: 1.5625rem;
}

.footer-employee-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  filter: invert(1);
}

.footer-employee-address {
  padding-top: 1.25rem;
  border-top: .0625rem solid #405266;
}

.footer-employee-address p {
  font-size: .75rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.footer-employee-copyright {
  font-size: .75rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.footer-employee-plus .shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.footer-employee-services .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.footer-employee-services .hs-menu-wrapper > ul li {
  list-style: none;
}

.footer-employee-services .hs-menu-wrapper > ul li {
  font-size: .75rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.footer-employee-services .hs-menu-wrapper > ul > li> a {
  font-weight: 700;
}

.footer-employee-services .hs-menu-wrapper > ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.footer-employee-services .hs-menu-wrapper > ul li a:hover {
  color: #f59f1a;
}

.footer-employee-services .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.footer-employee-services .hs-menu-wrapper > ul ul li {
  display: block;
}

.footer-employee-services .hs-menu-wrapper > ul > li > a {
  margin-bottom: 1rem;
}

.footer-employee-services .hs-menu-wrapper > ul ul li a {
  margin-bottom: 19px;
}

.footer-employee-contact p {
  font-size: .75rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
}

.footer-employee-contact p:first-of-type {
  font-weight: 700;
}

.footer-employee-contact a[href^="tel"]:not(.btn), 
.footer-employee-contact a[href^="mailto"]:not(.btn) {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.footer-employee-contact a[href^="tel"]:not(.btn):hover, 
.footer-employee-contact a[href^="mailto"]:not(.btn):hover {
  text-decoration: underline;
  color: #004E7A;
}

.footer-employee-contact p:last-of-type {
  margin-bottom: 0;
}

.footer-employee-plus .row .row {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.footer-employee-plus .footer-employee-social {
  margin-top: 1.875rem;
  font-size: 1.25rem;
}



.employeeplus-sec3 {
  padding: 1.875rem 0;
}

.employeeplus-sec3 .dnd-section {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.employeeplus-sec3 .dnd-section>.row-fluid {
  max-width: 46rem;
  text-align: center;
  width: 88%;
  padding: 0 0.55rem;
}

.employeeplus-sec3 .hs_cos_wrapper_type_rich_text {
  font-size: 16px;
}

.employeeplus-sec3 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.employeeplus-sec2-wrapper .dnd-section {
  padding-top: 10.625rem !important;
  padding-bottom: 10.625rem !important;
  background-color: #202020;
  color: #fff;
}

.employeeplus-sec2-wrapper .dnd-section>.row-fluid {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  justify-content: center;
}


.employeeplus-sec2-wrapper .widget-type-rich_text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 22.5rem;
  padding-right: .625rem;
  padding-left: .625rem;
}

.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text h4,
.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Palanquin Dark",system,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem;
}

.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem;
}

.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-size: 16px;    
}

.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text {
  text-align: center;
  max-width: 26.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: inherit;
}

.employeeplus-sec2-wrapper .hs-button,
.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #f59f1a;
  color: #242f3a;
  font-family: "Open Sans",system,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 700;
  outline: 0;
  text-decoration: none;
}

.employeeplus-sec2-wrapper .hs-button:hover,
.employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text .button:hover {
  background-color: #dd8a0a;
  color: #242f3a;
  outline-width: 0;
  border-color: transparent;
}

.business-landline-page .bcb-mdl {
  min-height: 0;
}

.business-landline-page .bcb-mdl .content-block p {
  font-size: 18px;
  line-height: 27px;
}

.business-landline-sec3-wrapper .content-wd-top-icon img {
  max-width: 120px;
  max-height: 120px;
  line-height: 120px;
  height: auto;
}

.business-landline-sec3-wrapper .content-wd-top-icon h6 {
  color: #133250;
  margin: 16px 0 18px;
  padding: 0;
}

.business-landline-sec3-wrapper .content-wd-top-icon p {
  color: #133250;
  margin-bottom: 18px;
  line-height: 20px;
  font-size: 15px;
}

.business-landline-sec3-wrapper .content-wd-top-icon p:last-child {
  margin-bottom: 36px;
}

.business-landline-sec3-wrapper .span3.widget-span {
  padding-left: 10px;
  padding-right: 10px;
}

.business-landline-sec3-wrapper {
  margin-bottom: 60px;
}

.business-landline-sec3-wrapper .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 60px;
}

.business-landline-sec2-wrapper .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
  padding: 60px 0;
  width: 100%;
}

.business-landline-sec2-wrapper .hs_cos_wrapper_type_rich_text {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  display: flex;
}

.customer-inner-sec5-wrapper .iwp-mdl {
  margin-bottom: 18px;
}

/* .customer-inner-sec7-wrapper .hs_cos_wrapper_type_linked_image {
padding-bottom: 46px;
display: block;
} */

.why-callteams-page .vox-banner-section .vox-banner-column-text-block img {
  width: auto;
  margin-bottom: 36px;
}

.why-callteams-sec2-wrapper .hs_cos_wrapper_type_rich_text h3 {
  color: #ffffff;
  margin: 0;
}

.why-callteams-sec2-wrapper .span1.widget-span {
  margin-right: 32px;
  max-width: 70px;
  width: 100% !important;
}

.why-callteams-sec2-wrapper .span1.widget-span .hs_cos_wrapper_type_linked_image img {
  width: 70px;
}

.why-callteams-sec2-wrapper .span11.widget-span {
  width: auto;
  margin-left: 0;
}

.why-callteams-sec2-wrapper .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.why-callteams-sec3-wrapper .hs_cos_wrapper_type_rich_text {
  text-align: center;
  color: #404040;
}

.why-callteams-sec3-wrapper .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 24px;
}

.why-callteams-sec3-wrapper .hs_cos_wrapper_type_rich_text p:last-of-type {
  margin: 0;
}

.why-callteams-sec4-wrapper .hs-fiveg-tabber .section-about .col-image {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.why-callteams-sec4-wrapper .hs-fiveg-tabber .section-about .col-image img {
  margin: 0 auto;
  border-radius: 0;
}

.why-callteams-sec4-wrapper .hs-fiveg-tabber .section-about.margin-36 {
  margin-bottom: 0;
}

.why-callteams-sec5-wrapper .span5.widget-span {
  width: 41.66666667%;
}

.why-callteams-sec5-wrapper .span7.widget-span {
  width: 58.33333333%;
  margin-left: 0;
}

.why-callteams-sec5-wrapper .span7.widget-span>div {
  width: 74.44444444%;
  margin: 0 auto;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}

.why-callteams-sec5-wrapper .span7.widget-span>div:first-child {
  padding-top: 30px;
}

.why-callteams-sec5-wrapper .span7.widget-span>div:last-child {
  padding-bottom: 30px;
}

.why-callteams-sec5-wrapper .hs_cos_wrapper_type_rich_text {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.why-callteams-sec5-wrapper .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.why-callteams-sec5-wrapper .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
}

.why-callteams-sec5-wrapper .hs_cos_wrapper_type_rich_text ul li {
  list-style-position: inside;
}

.why-callteams-sec5-wrapper .hs-button {
  border: 2px solid #ffffff;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  margin-top: 27px;
  color: #ffffff;
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 0;
}

.why-callteams-sec5-wrapper .hs-button:hover {
  text-decoration: underline;
  border-color: #ffffff;
  color: #ffffff;
}

.why-callteams-sec5-wrapper .hs_cos_wrapper_type_rich_text p {
  font-weight: normal;
}

.why-callteams-sec6-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.why-callteams-sec6-wrapper .business-deals {
  margin-top: 120px;
}

.why-callteams-sec6-wrapper .business-deals .grid {
  height: 888px;
  color: #F2F2F2;
}

.why-callteams-sec6-wrapper .business-deals .left-sec {
  -ms-flex-item-align: unset !important;
  -ms-grid-row-align: unset !important;
  align-self: unset !important;
  margin-left: 8.33333333%;
  margin-right: 8.33333333%;
  padding: 0 10px;
  margin-top: 72px;
  margin-bottom: 65px;
  max-width: 610px;
}

.why-callteams-sec6-wrapper .business-deals .block__inner {
  width: 74.44444444%;
  margin-left: auto;
  margin-right: 14.02777778%;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.why-callteams-sec6-wrapper .business-deals .block__inner * {
  color: inherit;
}

.why-callteams-sec6-wrapper .business-deals .block__inner .btn--outline {
  text-decoration: none;
  margin-top: 33px;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  color: #fff;
}
.why-callteams-sec6-wrapper .business-deals .right-sec .block__inner {
  padding: 0;
}

.why-callteams-sec6-wrapper .business-deals .calendly-inline-widget {
  border-top: solid 6px #00CECE;
  height: 888px;
  max-width: 518px;
}

.why-callteams-sec5-wrapper .span5.widget-span {
  position: relative;
}

.why-callteams-sec5-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.faq-page .article--faqs .ufaq-faq-post ul,
.faq-page .article--faqs .ufaq-faq-post ol {
  margin: 0;
  padding: 0;
}

.faq-page .article--faqs .ufaq-faq-post ul li,
.faq-page .article--faqs .ufaq-faq-post ol li {
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.article--faqs .ufaq-faq-list .ufaq-faq-post p:last-child {
  margin: 0 0 18px;
}

.faq-page .article--faqs .article__inner form .hs-form-field:first-child {
  padding-top: 3px;
}

.faq-page .article--faqs .article__inner form .hs-form-field {
  padding-top: 17px;
}

.faq-page .article--faqs .article__inner form .hs-input {
  font-size: 80%;
}

.faq-page .article--faqs .article__inner form {
  font-size: 16px;
  line-height: 24px;
}

.faq-page .article--faqs .article__inner form .hs-field-desc {
  font-size: 60%;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
  padding-top: 13px;
  padding-bottom: 7px;
}

.faq-page .article--faqs .article__inner form li.hs-form-booleancheckbox input+span {
  font-size: 14px;
}

.faq-page .article--faqs .article__inner form li.hs-form-booleancheckbox>label {
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}

.faq-page .article--faqs .article__inner form .hs-button {
  text-transform: none;
  text-decoration: none;
  background-image: none;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  background: transparent;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
  margin: 46px auto 15px;
  letter-spacing: 0;
  text-align: center;
  display: table;
  padding: 10px 32px;
  line-height: 1.35rem;
  transition: all 0.19s;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  font-size: 28px;
  font-weight: 400;
}

.article__inner form  .hs-error-msgs.inputs-list {
  padding-right: 0;
  width: 100%;
}

.article__inner form .hs_error_rollup .hs-error-msgs.inputs-list {
  padding-right: 16px;
}

.faq-page .table-wrapper table tbody td a {
  word-break: break-all;
}

.faq-page .table-wrapper table tbody td {
  padding-left: 2px;
  padding-right: 2px;
}


.competition-row1 .dnd-section {
  padding-top: 18px;
  padding-bottom: 0;
}

.competition-row1 .span4 {
  margin: 47px 2.08333333% 40px !important;
  padding: 0 11px;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  float: none !important;
  width: auto !important;
}

.competition-row1 .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.competition-row1 .dnd-section>.row-fluid:before,
.competition-row1 .dnd-section>.row-fluid:after {
  content: none;
}

.competition-row2 .dnd-section {
  padding: 0;
}

.competition-row2 .hs_cos_wrapper_type_header {
  display: block;
  padding: 54px 13px;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}

.competition-row2 .span6 {
  width: 45.83333333% !important;
  margin-left: 8.33333333% !important;
  padding: 0 16px;
}

.competition-row2 .dnd-section>.row-fluid {
  max-width: 1440px;
  padding: 0;
}

.competition-row2 .hs-button {
  margin-bottom: 18px;
  border: 2px solid #002A42;
  font-weight: 600;
  font-size: 20px;
  color: #002A42;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  background: transparent;
  margin-top: 27px;
}

.competition-row2 .hs-button:hover {
  color: #002A42;
  border-color: #FF9900;
  text-decoration: underline;
  background: transparent;
}

.competition-row2 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 36px;
}

.competition-row2 {
  margin-bottom: 46px;
}

.competition-row3 .dnd-section {
  padding: 0;
}

.competition-row3 .dnd-section>.row-fluid {
  max-width: 1440px;
  padding: 0;
}

.competition-row3 .span6 {
  width: 45.83333333%;
  margin-left: 8.33333333% !important;
  padding: 0 16px;
}

.competition-row3 .gform_title {
  letter-spacing: 1px;
  font-size: 1.25em;
  margin: 10px 0 6px;
  font-weight: 600;
  padding-bottom: 0;
}

.competition-row3 .gform_description {
  display: block;
  margin: 0 0 17px;
  color: #696969;
  font-weight: 400;
  line-height: 28px;
}
.competition-row3 form .hs-fieldtype-booleancheckbox input
.competition-row3 form .hs-form-field>label {
  color: #696969;
  padding-bottom: 2px;
}

.competition-row3 form .hs-form-required {
  display: none;
}

.competition-row3 form .hs-form-field {
  padding-right: 16px;
  margin-bottom: 15px;
}

.competition-row3 form .hs-form-booleancheckbox-display {
  font-size: 20px;
  color: #696969;
  font-weight: 500;
}

.competition-row3 form .hs-fieldtype-booleancheckbox {
  margin-bottom: 7px;
  padding-top: 6px;
}

.competition-row3 form .hs-fieldtype-booleancheckbox ul {
  margin: 0;
  padding: 0;
  padding-left: 2px;
}

.competition-row3 form .actions {
  text-align: center;
  padding: 17px 0 18px;
}

.competition-row3 form input.hs-button.primary.large {
  margin: 24px auto 15px;
}

.competition-row3 form {
  padding: 6px 0;
}

.competition-row3 form .hs_email {
  margin-bottom: -1px;
}

.competition-row3 form .hs_email {
  margin-bottom: -1px;
}

.competition-row3 form .hs-fieldtype-booleancheckbox input {
  position: relative;
  background-color: initial;
  cursor: default;
  appearance: auto;
  margin: 5px 11px 0 0;
  padding: initial;
  border: initial;
  min-height: 1px;
  width: auto !important;
}

.competition-row4 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 33px 0 54px;
  max-width: 50%;
  margin-left: 8.33333333%;
}

.competition-row4 .hs_cos_wrapper_type_rich_text p {
  font-weight: 500;
  color: #696969;
  font-size: 10px;
  line-height: 28px;
  max-width: 50%;
}

.competition-row3 form .invalid.error {
  border-color: #ff9802;
}

.competition-row3 form .hs-error-msgs label {
  background: transparent;
  border: 0;
  margin: 0;
  color: #ff9802 !important;
  font-family: inherit;
  font-size: 13.5px;
  line-height: 28px;
  font-weight: normal;
}

.competition-row3 form .hs_error_rollup .hs-error-msgs label {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.conference-row1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 68px;
}

.conference-row1 .dnd-section>.row-fluid {
  max-width: 1440px;
  padding: 0;
}

.conference-row1 .span6 {
  width: 50%;
  padding: 0 16px;
}

.conference-row1 .span6:last-child {
  width: 58.33333333%;
  margin-left: 4.16666667%;
}

.conference-row1 .span6:first-of-type {
  margin-left: 8.33333333%;
}

.conference-row1 img {
  width: 100%;
  margin-bottom: 36px;
}

.conference-row1 .dnd-module {
  display: block !important;
}

.conference-row1 h2 {
  color: #f08900;
  margin: 0 0 24px;
}

.conference-row2 .dnd-section {
  padding: 0;
}

.conference-row2 .hs_cos_wrapper_type_rich_text {
  width: 74.44444444%;
  margin-left: auto;
  margin-right: 14.02777778%;
  padding: 30px 16px;
  display: block;
  max-width: 526px;
}

.conference-row2 .hs_cos_wrapper_type_rich_text img {
  max-width: 285px;
  display: block;
  margin-bottom: 18px;
}

.conference-row2 .dnd-section>.row-fluid>
.dnd-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[24];
  grid-template-columns: repeat(24, 1fr);
  -ms-grid-rows: (auto)[5];
  grid-template-rows: repeat(5, auto);
  grid-auto-rows: auto;
}

.conference-row2 .dnd-section>.row-fluid
>.dnd-column>div {
  -ms-grid-column-span: 12;
  -ms-grid-column: auto;
  grid-column: auto / span 12;
}

.conference-row2 p:empty {
  display: block;
}

.conference-row2 p {
  color: #133250;
}

.conference-row2 ul {
  padding: 0;
}

.conference-row2 ul li {
  line-height: 1.7;
  list-style-position: inside;
}

.conference-row2 {
  margin-bottom: 46px;
}

.conference-row3 .dnd-section {
  background-color: #1D2B55;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0;
  overflow: hidden;
}

.conference-row3 .hs_cos_wrapper_type_rich_text {
  color: #fff;
}

.conference-row3 h2 {
  color: #fff;
  line-height: 1.333;
  margin-bottom: 18px;
  text-rendering: optimizelegibility;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 32px;
}

.conference-row3 .span7 {
  -ms-flex: 0 1 44.30555556%;
  flex: 0 1 44.30555556%;
  margin-left: 8.33333333% !important;
  margin-right: 8.33333333%;
  padding: 0 10px;
  margin-top: 72px;
  margin-bottom: 65px;
  max-width: 610px;
  width: auto;
}

.conference-row3 .span5 {
  -ms-flex: 0 1 37.36111111%;
  flex: 0 1 37.36111111%;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-left: auto;
  padding: 0 10px;
  width: auto;
}

.conference-row3 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1440px;
}

.conference-row3 .span5>div {
  background: #00253b;
  padding: 40px 58px 31px;
  margin: auto;
  color: #fff;
  width: 518px;
}

.conference-row3 .hs-form-field>label {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 6px;
  font-weight: 500;
}

.conference-row3 form {
  padding-top: 32px;
}

.conference-row3 .hs-input,
.conference-row3 form textarea {
  background: #EBF4F4;
  border-radius: 4px;
  border: none;
  margin: 0;
  min-height: auto;
  padding: 12px;
  font-size: 16px;
  line-height: 18px;
  color: #002A42;
}

.conference-row3 .hs-form-field {
  margin: 0 0 20px 0;
}

.conference-row3 .hs-form-required {
  color: inherit;
  margin-left: 4px;
}

.conference-row3 form textarea {
  height: 80px;
}

.conference-row3 form .hs-form-booleancheckbox>label {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
}

.conference-row3 form .hs-form-booleancheckbox span {
  overflow: hidden;
  font-weight: 500;
}

.conference-row3 form .hs-form-booleancheckbox input {
  width: 49.15px !important;
  border: 1px solid #979797;
  height: 17px;
  margin-top: 0;
  margin-right: 11px;
  display: block;
  margin-left: 1px;
  box-shadow: none;
}

.conference-row3 form input.hs-button.primary.large {
  background: #00CECE;
  color: #002A42;
  font-size: 20px;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  line-height: 1.4rem;
  margin-top: 10px;
  margin-bottom: 17px;
}

.conference-row3 form .hs-fieldtype-booleancheckbox ul {
  padding: 0;
  margin: 0;
}

.conference-row3 form input.hs-button.primary.large:hover {
  background: #FF9900;
  color: #ffffff;
  transition: all 0.3s;
}

.conference-row3 .span5>div:first-of-type {
  padding-bottom: 0;
}

.conference-row3 .span5>div+div {
  padding-top: 0;
}

.conference-row3 .span5 p {
  line-height: 1.375;
  color: #F2F2F2;
  font-size: 14px;
  margin: 0;
}

.conference-row3 .span5 p a {
  text-decoration: none;
  color: inherit;
}

.conference-row4 .dnd-section {
  padding: 0;
}

.conference-row4 .dnd-section>.row-fluid {
  margin: 52px auto;
  max-width: 1316px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

.conference-row4 img {
  width: 108px;
  margin: auto;
}

.conference-row4 .span3 {
  text-align: center;
  float: none;
  width: auto;
  margin-left: 0;
  padding: 0 26px;
  -ms-flex: 1 1 330px;
  flex: 1 1 330px;
}

.conference-row4 h3 {
  font-weight: 600;
  font-size: 20px;
  color: #263842;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 27px 0 9px;
}

.conference-row4 p {
  line-height: 1.375;
  font-size: 0.8rem;
  color: #002A42;
}

.conference-row4 .dnd-section>.row-fluid:before,
.conference-row4 .dnd-section>.row-fluid:after {
  content: none;
}

.conference-row5 .__cta_wrap.two-col-content .cta__text p {
  padding-bottom: 21px;
}

.conference-row3 form .hs-error-msgs label {
  background: transparent;
  border: 0;
  font-size: 13px;
  line-height: normal;
  color: #ff9802 !important;
  font-weight: 500;
}

.conference-row3 form .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
  font-weight: 700;
}

.conference-row4_ .dnd-section>.row-fluid {
  max-width: 1316px;
  margin: 52px auto;
  padding: 0;
}

.conference-row4_ .dnd-section {
  padding: 0;
}

.conference-row2 .dnd-module {
  display: block !important;
  height: 100%;
}

.conference-row2 .dnd-row>.row-fluid {
  height: 100%;
}

.conference-row2 .widget-type-linked_image {
  height: 100%;
}

.conference-row2 .widget-type-linked_image>span {
  display: block;
  height: 100%;
}

.conference-row2 img {
  object-fit: cover;
  display: block;
  min-height: 100%;
  width: 100%;
}

.large-business-row2 .dnd-section {
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
}

.large-business-row2 .widget-type-header {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.large-business-row2 .hs_cos_wrapper_type_header {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.large-business-row2 .hs_cos_wrapper_type_header h2 {
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 6px;
}

.large-business-row2 .cwic_wrap.section .content-block h2 {
  font-size: 32px;
  line-height: 1.125;
  margin-bottom: 18px;
}

.large-business-row2 .cwic_wrap.section-about .col-content>div {
  padding-right: 45px;
}

.large-business-row2 .cwic_wrap .cm-right {
  padding-top: 6px;
}

.large-business-row2 .cwic_wrap.section-about .cm-right .col-content>div {
  padding-right: 18px;
}


.large-business-row2 .cwic_wrap .cm-left.cm-our-partnerships {
  padding-top: 6px;
}

.large-business-row2 .cwic_wrap .cm-left.cm-our-partnerships .col-sm-11>div {
  padding: 0;
}

.large-business-row2 {
  padding-bottom: 60px;
}

.large-business-row3 .dnd-section {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}

.large-business-row3 .hs_cos_wrapper_type_header {
  display: block;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 42px;
  font-weight: 500;
  text-align: center;
}

.large-business-row3 .hs_cos_wrapper_type_header h2 {
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 28px;
}

.large-business-row3 .hs_cos_wrapper_type_linked_image img {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 176px !important;
  max-height: 176px;
  line-height: 176px;
  margin-bottom: 16px;
}

.large-business-row3 .span4 {
  text-align: center;
}

.large-business-row3 h4 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.large-business-row3 p {
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 20px;
}

.large-business-row3 .span4>div {
  margin: auto;
  max-width: 300px;
}

.large-business-row4 .dnd-section>.row-fluid>div {
  float: none;
  width: auto;
  margin-left: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.large-business-row4 .dnd-module {
  display: block !important;
}

.large-business-row4 img {
  width: 100%;
}

.large-business-row4 .span6:last-child>div {
  color: #002A42;
  width: 74.44444444%;
  margin-left: auto;
  margin-right: 14.02777778%;
  padding: 30px 16px;
  margin-left: auto;
  margin-right: auto;
}

.large-business-row4 .span6:last-child>div:first-child {
  padding-bottom: 0;
}

.large-business-row4 .span6:last-child>div+div {
  padding-top: 0;
}

.large-business-row4 .hs-button {
  margin: 0;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  text-align: center;
  background: #00CECE;
  margin-top: 27px;
  box-shadow: none;
}

.large-business-row4 .hs-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00CECE;
}

.large-business-row4 .hs-button:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #FF9900;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}

.large-business-row4 .hs-button:hover:after {
  top: 0%;
}

.conference-row3 .span7 h3 {
  line-height: 1.333;
  margin-bottom: 18px;
  text-rendering: optimizelegibility;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 24px;
  margin-top: 45px;
  color: inherit;
}

.careers-page .career-banner-area .input-group-field,
.careers-page .career-banner-area .content a  {
  font-family: "Open Sans",system,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.careers-row1 .dnd-section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center;
}

.careers-row1 .hs_cos_wrapper_type_header h3 {
  font-family: "Palanquin Dark",system,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #002A42;
  text-rendering: optimizeLegibility;
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem;
  margin-bottom: 3.75rem;
}

.careers-row1 .span3 img {
  width: 100%;
  display: block;
  max-width: 6.875rem !important;
  margin-bottom: 1.875rem;
}

.careers-row1 .span3 h5 {
  font-family: "Palanquin Dark",system,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem;
}

.careers-row1 .span3 p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  color: #0a0a0a;
  font-weight: 400;
}

.careers-row1 .dnd-section>.row-fluid {
  max-width: 75rem;
  padding: 0;
}

.careers-row1 .span3 {
  width: 25%;
  margin-left: 0;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.careers-row4 .dnd-section {
  background-position: top center !important;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  background-color: rgba(36,47,58,.8);
  text-align: center;
}

.careers-row4 h4 {
  font-family: "Palanquin Dark",system,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem;
  color: #fff;
  padding-bottom: 42px;
}

.careers-row4 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 75rem;
}

.careers-row4 h2 {
  font-family: "Palanquin Dark",system,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: .75rem;
  color: #fff;
  max-width: 26.25rem;
  padding-bottom: 42px;
}

.careers-row4 .hs-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #f59f1a;
  color: #242f3a;
  box-shadow: none;
  font-family: "Open Sans",system,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 700;
  outline: 0;
  text-decoration: none;
  margin-bottom: 0;
}

.careers-row4 .hs-button:hover {
  background-color: #dd8a0a;
  color: #242f3a;
}

.careers-row5 .dnd-section {
  padding: 1.875rem 0;
  text-align: center;
}

.careers-row5 .dnd-section>.row-fluid {
  max-width: 75rem;
  padding: 0;
}

.careers-row5 .hs_cos_wrapper_type_rich_text {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.55rem;
  max-width: 46rem;
  display: block;
}

.careers-row5 p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  color: #0a0a0a;
}

.careers-row4 .hs-button:hover {
  border-color: transparent;
}

.competition-row3 form .hs-input {
  font-size: 18px;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 1200px) and (min-width: 768px){
  .why-callteams-sec5-wrapper .span5.widget-span .hs_cos_wrapper_type_linked_image img {
    min-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .conference-row2 .hs_cos_wrapper_type_linked_image {
    display: block;
    position: relative;
    min-height: 30vw;
    width: 100%;
  }

  .conference-row2 .hs_cos_wrapper_type_linked_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
  }

  .conference-row2 .dnd-module {
    display: block !important;
  }

  .large-business-row4 .span6:first-child {
    position: relative;
  }

  .large-business-row4 .hs_cos_wrapper_type_linked_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0;
    min-height: 30vw;
  }

  .large-business-row4 .dnd-section>.row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 979px){
  .faq-page .article--faqs .article__inner {
    padding: 1.25rem;
  }

  .faq-page .article--faqs .article__inner .hs_cos_wrapper_type_rich_text h1 {
    color: #002A42;
    line-height: 1.333;
    margin-bottom: 18px;
    text-rendering: optimizelegibility;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px){
  .business-landline-page .bcb-mdl .push-sm-5 {
    margin-left: 25% !important;
  }

  .business-landline-page .bcb-mdl .col-sm-14 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .business-landline-page .bcb-mdl {
    margin-bottom: 36px;
  }

  .business-landline-sec1-wrapper,
  .business-landline-sec2-wrapper {
    margin-bottom: 60px;
  }

  .business-landline-sec2-wrapper .hs_cos_wrapper_type_rich_text {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}

@media screen and (min-width: 75em) {
  .footer-employee-plus .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

}

@media print, screen and (min-width: 64em) {
  .footer-employee-plus .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  .careers-row1 .dnd-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

}

@media print, screen and (min-width: 40em){
  .header-employee-plus .column, 
  .header-employee-plus .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .footer-employee-plus .column, .footer-employee-plus .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .footer-employee-plus .address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-right: auto;
  }

  .footer-employee-plus .footer-employee-services, .footer-employee-plus .footer-employee-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }

  .footer-employee-plus .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  .footer-employee-plus .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .employeeplus-sec2-wrapper .widget-type-rich_text {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text h4 {
    font-size: 1.4375rem;
  }

  .employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text h2 {
    font-size: 2.25rem;
  }

  .careers-row1 .hs_cos_wrapper_type_header h3 {
    font-size: 1.875rem;
  }

  .careers-row1 .span3 h5 {
    font-size: 1.125rem;
  }

  .careers-row4 h4 {
    font-size: 1.4375rem;
  }

  .careers-row4 h2 {
    font-size: 2.25rem;
  }
}





@media screen and (min-width: 40em) and (max-width: 800px){
  .footer-employee-plus .address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}

@media screen and (max-width: 39.9375em){
  .header-employee-plus {
    padding-top: 1.5625rem;
  }

  .header-employee-plus .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-employee-plus .navigation {
    padding: 0;
  }

  .header-employee-plus .navigation>nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .9375rem;
    width: 100%;
  }

  .header-employee-plus .navigation-primary .submenu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header-employee-plus .navigation-primary .submenu li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .header-employee-plus .navigation-primary .submenu li a {
    padding-left: .5rem;
    padding-right: .5rem;
    min-height: 3.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header-employee-plus .navigation>nav div {
    width: 100%;
  }

  .footer-employee-plus .row:not(.footer-employee-social) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-employee-plus .columns {
    margin-bottom: 1.5625rem;
  }

  .footer-employee-plus .columns:last-of-type {
    margin-bottom: 0;
  }

  .footer-employee-plus .footer-employee-social .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .footer-employee-services .hs-menu-wrapper>ul ul li a {
    margin-bottom: 0;
  }

  .employeeplus-sec2-wrapper .widget-type-rich_text {
    min-height: 17.5rem;
  }

  .employeeplus-sec2-wrapper .hs_cos_wrapper_type_rich_text {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

}

@media screen and (min-width: 1440px) {
  .large-business-row4 .span6:last-child>div {
    max-width: 526px;
  }
}

@media screen and (min-width: 1201px) {

  
}



@media screen and (min-width: 768px) {
  .contact-middle-sec .hs_cos_wrapper_type_header {
    padding: 36px 0 38px;
  }

  .contact-faq-sec-wrapper {
    margin-bottom: 80px;
  }

  .report-wfh-sec2-wrapper {
    padding: 36px 0;
  }

  .report-wfh-sec2-wrapper .dnd-section>.row-fluid>div {
    margin-left: 25%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .wfh-sec1-wrapper,
  .why-callteams-sec3-wrapper{
    padding: 36px 0;
  }

  .large-business-row1 {
    margin-bottom: 36px;
  }

  .large-business-row2 .dnd-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .large-business-row2 .hs_cos_wrapper_type_header {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }

  .large-business-row2 .cwic_wrap .cm-right .col-sm-11 {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }

  .large-business-row2 .cwic_wrap .cm-right .col-sm-12 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .large-business-row2 .cwic_wrap .cm-left.cm-our-partnerships .col-sm-12 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .large-business-row2 .cwic_wrap .cm-left.cm-our-partnerships .col-sm-11 {
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%;
    margin-left: 8.33333333%;
  }

  .large-business-row3 .dnd-section {
    padding: 80px 0;
  }

  .large-business-row3 .hs_cos_wrapper_type_header {
    margin-bottom: 60px;
  }

  .large-business-row4 .span6:last-child {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }

  .large-business-row4 .span6:first-child {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

}

@media only screen and (max-width: 1200px) {

  .body-wrapper {
    padding-top: 56px;
    background-image: linear-gradient(-180deg, #fff 55px, #F1F1F1 55px, #fff 96px);
  }

}

@media (max-width: 900px){

  .contact-sec2 .span3.widget-span {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin: 0 0 0.55rem;
  }

  .contact-sec2 .dnd-section>.row-fluid {
    flex-direction: column;
  }

  .contact-sec2 {
    margin: 0 0 11px;
  }

  .faq-page .article--with_sidebar .row.flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-wrapper {
    position: relative;
  }

  .table-wrapper ._scrollable {
    overflow-x: scroll;
  }

  .table-wrapper ._scrollable table {
    margin: 24px auto -120px;
    transform: scale(0.8);
    transform-origin: top left;
  }

  .customer-inner-sec2-content .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
  }

  .customer-inner-sec2-content .hs_cos_wrapper_type_rich_text h4 {
    font-size: 20px;
  }

  .customer-inner-sec2-content {
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }

  ._section.section_bg--full h2, 
  ._section.section_bg--full .h2,
  .section_bg--full h2{
    font-size: 28px;
  }

  ._section.section_bg--full h3, 
  ._section.section_bg--full .h3,
  .section_bg--full h3{
    font-size: 24px;
  }

  ._section.section_bg--full h4, 
  ._section.section_bg--full .h4,
  .section_bg--full h4{
    font-size: 20px;
  }

  ._section.section_bg--full h5, 
  ._section.section_bg--full .h5,
  .section_bg--full h5{
    font-size: 20px;
  }

  .customer-inner-sec2-content .hs_cos_wrapper_type_rich_text h5 {
    font-size: 20px;
  }

}

@media screen and (max-width: 1200px) {
  .conference-row3 .span7 {
    margin-right: 0;
    margin-left: 40px !important;
  }

  .large-business-row5 .section.section-customer .customer-slider .slick-next {
    right: -32px;
  }

  .large-business-row5 .section.section-customer .customer-slider .slick-prev {
    left: -32px;
  }

  .large-business-row5 .section.section-customer .customer-slider .slider-block {
    margin: 0 10px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .careers-row1 .span3.academy {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .careers-row1 .span3.foundation {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .careers-row1 .span3.rewards {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .careers-row1 .span3.active {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .careers-row1 .dnd-row>.row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 900px) and (min-width:768px) {
  .competition-row3 form .hs-form-booleancheckbox-display {
    line-height: 14px;
  }

  .competition-row3 form .actions {
    padding-top: 35px;
  }
}

@media (max-width: 1023px) {
  .careers-row1 .span3 {
    width: 50%;
  }

  .careers-page .career-banner-area .career-banner-columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media (max-width: 900px) {
  .competition-row1 .span4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
  }

  .competition-row2 .hs_cos_wrapper_type_header h2 {
    font-size: 28px;
  }

  .competition-row4 .hs_cos_wrapper_type_rich_text {
    padding-top: 54px;
  }

  .conference-row3 .span5>div {
    width: 400px;
  }

  .conference-row3 .span7 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .conference-row3 form .hs-form-booleancheckbox input {
    width: 71.9px !important;
  }
}

@media (max-width: 767px){
  .h4-xs {
    font-size: 26px;
  }

  .contact-middle-sec .hs_cos_wrapper_type_header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-faq-sec-wrapper {
    padding: 0 4px 36px;
  }

  .contact-faq-sec-wrapper .content-block {
    margin-bottom: 20px;
  }

  .cityfibre-leeds-page .footer__newsletter .footer__newsletter__row {
    margin: 16px 0;
    padding: 0;
  }

  .faq-page .article--with_sidebar .container {
    width: 100%;
  }

  .faq-page .article__inner {
    padding: 1.6rem 0.8rem !important;
  }

  .faq-page .footer__newsletter .footer__newsletter__row {
    margin-top: 16px;
  }

  .table-wrapper ._scrollable table {
    min-width: 560px;
  }

  .customer-inner-sec1-content .dnd-section>.row-fluid {
    margin-bottom: 104px;
  }

  .customer-inner-sec2-wrapper .service_benefits {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 59px;
  }

  .customer-inner-sec2-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 26px;
    margin: 0 auto 41px;
  }

  .customer-inner-page .footer__newsletter .footer__newsletter__row {
    margin-top: 18px;
  }

  .customer-inner-sec4-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .report-wfh-sec2-wrapper {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .report-wfh-sec2-wrapper .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .report-wfh-sec2-wrapper .hs_cos_wrapper_type_header h2 {
    line-height: 1.125;
  }

  .customer-inner-sec1-image .dnd-section>.row-fluid {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .wfh-sec1-content {
    margin-bottom: 20px;
  }

  .wfh-sec2-wrapper {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .h5-xs {
    font-size: 22px !important;
  }

  .employeeplus-sec3 .dnd-section>.row-fluid {
    width: 100%;
  }

  .business-landline-sec2-wrapper .hs_cos_wrapper_type_rich_text {
    display: block;
  }

  .business-landline-sec2-wrapper .hs_cos_wrapper_type_rich_text h2 {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .business-landline-sec2-wrapper .hs_cos_wrapper_type_rich_text {
    display: block;
  }

  .business-landline-sec2-wrapper .hs_cos_wrapper_type_rich_text h2 {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .business-landline-sec3-wrapper .hs_cos_wrapper_type_rich_text h2 {
    padding-top: 30px;
    padding-bottom: 66px;
    margin: 0;
  }

  .business-landline-sec3-wrapper .span3.widget-span {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    margin-bottom: 40px;
  }

  .business-landline-sec3-wrapper .dnd-section>.row-fluid {
    padding: 0;
  }

  .business-landline-sec3-wrapper .span3.widget-span:nth-child(2n+1) {
    clear: left;
  }


  .business-landline-sec3-wrapper {
    margin-bottom: 36px;
  }

  .why-callteams-page .vox-banner-section .vox-banner-hero-slide-img img {
    width: 100%;
  }

  .why-callteams-page .vox-banner-section .vox-banner-row-fluid {
    max-width: 100%;
    display: block;
  }

  .why-callteams-page .vox-banner-section .vox-banner-mobile {
    display: block;
  }

  .why-callteams-sec2-wrapper .span1.widget-span {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .why-callteams-sec2-wrapper .dnd-section>.row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why-callteams-sec2-wrapper .span1.widget-span .hs_cos_wrapper_type_linked_image img {
    margin: 0 auto 28px;
  }

  .why-callteams-sec2-wrapper .dnd-section,
  .why-callteams-sec3-wrapper{
    padding: 30px 4px 36px !important;
  }

  .why-callteams-sec2-wrapper .span11.widget-span {
    text-align: center;
    margin-bottom: 20px;
  }

  .why-callteams-sec3-wrapper .dnd-section>.row-fluid {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-bottom: 20px;
  }

  .why-callteams-sec3-wrapper .hs_cos_wrapper_type_rich_text h6 {
    font-size: 14px;
  }

  .why-callteams-sec4-wrapper .dnd-section>.row-fluid {
    padding: 0;
  }

  .why-callteams-sec5-wrapper .span5.widget-span,
  .why-callteams-sec5-wrapper .span7.widget-span {
    width: 100%;
  }

  .why-callteams-sec5-wrapper .span7.widget-span>div {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .why-callteams-sec5-wrapper .span7.widget-span>div:first-child {
    padding-top: 18px;
  }

  .why-callteams-sec5-wrapper .span7.widget-span>div:last-child {
    padding-bottom: 21px;
  }

  .why-callteams-sec5-wrapper .hs_cos_wrapper_type_rich_text ul {
    margin-left: 0;
    list-style: none;
  }

  .why-callteams-sec5-wrapper .hs_cos_wrapper_type_rich_text ul li {
    list-style: none;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .why-callteams-sec6-wrapper .business-deals .left-sec {
    margin: 0;
    max-width: unset;
    padding: 0;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .why-callteams-sec6-wrapper .business-deals .grid {
    height: unset;
    padding-top: 28px;
  }

  .why-callteams-sec6-wrapper .business-deals .block__inner {
    width: 100%;
    margin: auto;
    padding: 18px 16px 21px;
    text-align: center;
  }

  .why-callteams-sec6-wrapper .business-deals .calendly-inline-widget {
    background: #fff;
    max-width: 100%;
    margin: 0;
  }

  .why-callteams-sec6-wrapper .business-deals .block__inner h2 {
    font-size: 26px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .why-callteams-sec6-wrapper .business-deals .block__inner .btn--outline {
    margin-top: 30px;
  }

  .why-callteams-sec6-wrapper .business-deals .block__inner .btn--outline:hover,
  .why-callteams-sec6-wrapper .business-deals .block__inner .btn--outline:focus {
    background-color: #FF9900;
    color: #fff;
    border-color: #fff;
  }

  .why-callteams-sec5-wrapper .span12.widget-span>.row-fluid-wrapper:first-of-type .hs_cos_wrapper_type_rich_text {
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    display: block;
  }

  .why-callteams-sec5-wrapper .span12.widget-span>.row-fluid-wrapper:first-of-type .hs_cos_wrapper_type_rich_text h6 {
    font-size: 14px;
  }

  .why-callteams-sec6-wrapper .business-deals {
    overflow: hidden;
  }

  .hs-faq .faq-accordion .ufaq-faq-post p a {
    word-break: break-word;
  }

  .competition-row1 .span4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 26px;
    margin: 0 auto 41px !important;
  }

  .competition-row1 .dnd-section {
    padding-top: 59px;
  }

  .competition-row1 .dnd-section>.row-fluid {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .competition-row2 .span6, .competition-row3 .span6 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 36px;
  }

  .competition-row2 p, .competition-row3 p {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .competition-row3 .gform_title {
    line-height: 1.125;
    margin-bottom: 6px;
  }

  .competition-row3 form .hs-richtext {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .competition-row3 .gform_description {
    line-height: 22px;
    margin: 0 0 12px;
  }

  .competition-row3 form .hs-form-field>label {
    padding-bottom: 0;
  }

  .competition-row3 form .hs-form-field {
    margin-bottom: 5px;
  }

  .competition-row3 form .hs-form-booleancheckbox-display {
    font-size: 0.8rem;
    line-height: 1.375;
    padding-top: 1px;
  }

  .competition-row3 form .hs_email {
    margin-bottom: 0;
  }

  .competition-row3 form .hs-fieldtype-booleancheckbox input {
    top: -1px;
  }

  .competition-row3 form .actions {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .competition-row4 .hs_cos_wrapper_type_rich_text {
    padding-top: 0;
  }

  .competition-row3 form {
    padding-bottom: 3px;
  }

  .conference-layout .customer-banner .service__hero .hero__content__intro {
    padding-bottom: 10px;
  }

  .conference-row1 .span6 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 36px;
  }

  .conference-row2 .dnd-section>.row-fluid>.dnd-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
  }

  .conference-row2 .dnd-section>.row-fluid>.dnd-column>div {
    -ms-grid-column: unset;
    grid-column: unset;
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }

  .conference-row2 .dnd-section>.row-fluid>.dnd-column>div:last-of-type {
    order: 1;
  }

  .conference-row2 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    margin: auto;
    padding: 18px 16px 21px;
    max-width: 100%;
  }

  .conference-row2 p {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .conference-row2 ul {
    margin: 0 0 18px;
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .conference-row3 .dnd-section>.row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .conference-row3 .span7 {
    order: 2;
    text-align: center;
    margin: 0 !important;
    padding: 40px 16px 30px;
    max-width: 100%;
  }

  .conference-row3 .span5 {
    order: 1;
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
  }

  .conference-row3 .span5>div {
    width: 100%;
    padding: 30px 16px;
  }

  .conference-row3 form .hs-form-booleancheckbox input {
    max-width: initial;
    display: block;
    width: 17px !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .conference-row3 form .hs-form-booleancheckbox>label {
    font-size: 13px;
    line-height: 18px;
  }

  .conference-row3 form input.hs-button.primary.large {
    font-size: 18px;
  }

  .conference-row3 .span5>div+div {
    padding-bottom: 23px;
  }

  .conference-row3 h2 {
    font-size: 26px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .conference-row3 p {
    font-size: 0.9rem;
    line-height: 1.38888889;
  }

  .conference-row4 .dnd-section>.row-fluid {
    display: block;
    margin: 48px auto 36px;
  }

  .large-business-row1 {
    margin-bottom: 60px;
  }

  .large-business-row2 .hs_cos_wrapper_type_header h2 {
    line-height: 1.125;
  }

  .large-business-row2 .dnd-section {
    padding-bottom: 30px;
  }

  .large-business-row2 .cwic_wrap.section .content-block h2 {
    font-size: 26px;
  }

  .large-business-row2 .cwic_wrap.section-about .col-content>div {
    padding: 0;
  }

  .large-business-row2 .cwic_wrap .cm-right {
    padding: 0;
  }

  .large-business-row2 .cwic_wrap .cm-left.cm-our-partnerships {
    padding: 0;
  }

  .large-business-row2 {
    padding-bottom: 0;
  }

  .large-business-row3 .dnd-section {
    padding-top: 30px;
  }

  .large-business-row3 .span4 {
    width: auto;
    margin-left: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 40px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .large-business-row3 {
    text-align: center;
  }

  .large-business-row3 .hs_cos_wrapper_type_header h2 {
    margin-bottom: 28px;
  }

  .large-business-row3 .hs_cos_wrapper_type_header {
    margin: 0;
  }

  .large-business-row3 .dnd-section>div>div>.dnd-row:last-child>
  .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }

  .large-business-row3 .row-fluid:before,.large-business-row3 .row-fluid:after {
    content: none;
  }

  .large-business-row3 .span4:last-child {
    margin-bottom: 0;
  }

  .large-business-row4 .span6:last-child>div {
    width: 100%;
    margin: auto;
    padding: 18px 16px 21px;
  }

  .large-business-row5 .section.section-customer p {
    font-size: 16px;
    line-height: 21px;
  }

  .large-business-row5 .section.section-customer h2.h2.text-bold.color-dark {
    margin: 0;
  }

  .large-business-row2 .cwic_wrap.section-about .cm-right .col-content>div {
    padding-right: 0;
  }

  .careers-row5 .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }

}

@media (max-width: 640px){
  .article__inner form .hs-form-field {
    padding-right: 0;
  }

  .article__inner form .hs_error_rollup .hs-error-msgs.inputs-list {
    padding-right: 0;
  }

  .careers-page .career-banner-area h1 {
    font-size: 1.5rem;
  }

  .careers-page .career-banner-area .career-banner-columns {
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .careers-row1 .span3 {
    width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .careers-row1 .hs_cos_wrapper_type_header h3 {
    margin-bottom: 0;
    padding-bottom: 3.75rem;
  }

  .careers-row1 .dnd-section {
    background-position: left center !important;
  }

  .careers-row4 .dnd-section {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .careers-row4 h4 {
    padding-top: 17px;
    padding-bottom: 33px;
  }

  .careers-row4 h2 {
    padding-bottom: 34px;
  }

  .careers-row4 .hs-button {
    margin-bottom: 17px;
  }

  .careers-row4 .dnd-section>.row-fluid {
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .careers-row1 .hs_cos_wrapper_type_header {
    display: block;
    padding-right: .625rem;
    padding-left: .625rem;
  }
}

@media (max-width: 479px){
  .wfh-sec3-wrapper .image-with-content .content-block h2 img {
    float: none !important;
  }

  .competition-row4 .hs_cos_wrapper_type_rich_text p {
    max-width: 100%;
  }

  .competition-row4 .hs_cos_wrapper_type_rich_text {
    margin-left: 0;
    max-width: 100%;
    padding: 0 8.33333333% 54px;
  }
}

@media (max-width: 400px) {
  .competition-row3 form .actions {
    padding-top: 42px;
  }

  .competition-row2 .hs_cos_wrapper_type_header h2 {
    padding-bottom: 1px;
  }

  .large-business-row3 .span4 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 397px) {
  .careers-row4 h4 {
    padding-bottom: 23px;
    padding-top: 12px;
  }

  .careers-row4 h2 {
    padding-bottom: 24px;
  }

  .careers-row4 .hs-button {
    margin-bottom: 12px;
  }
}

.contact-details-page-wrapper .page-center {
  float: none;
  margin: 0 auto;
  width: 88%;
  padding: 0 0.55rem;
  max-width: 61.1rem;
}
.contact-details-page-wrapper .dnd-section>.row-fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  padding:0;
}
.contact-details-page-wrapper .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
.contact-details-top-section {
  margin: 2rem auto 0;
}
.contact-details-innner-top-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -0.55rem;
}
.contact-details-left-col {
  width: 30.66666%;
  -ms-flex: 1 1 30.66666%;
  flex: 1 1 30.66666%;
  margin-right: 4%;
  padding: 0 0.55rem;
}
.contact-details-right-col {
  width: 60%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 4%;
  padding: 0 0.55rem;
}
.contact-details-left-col h1{
  line-height: 1.125;
  font-weight: 600;
}

.contact-details-left-col p{
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.christmas-page-wrapper .body-container-wrapper {
  margin-top: 0;
}


.christmas-page-wrapper {
  padding-top: 124px;
  margin-top: -124px;
  background-size: cover;
  background-position: 40%;
}
.christmas-page-top-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.christmas-page-top-dnd-area * {
  display: block !important;
}
.christmas-page-top-section img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  opacity: 0;
}
.christmas-page-middle-dnd-area {
  background-image: linear-gradient( 
    0deg
    , rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.christmas-page-middle-dnd-area p{
  margin: 0px auto;
  padding: 40px 0;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 42px;
  font-weight: 600;
}
.christmas-page-middle-dnd-area p span {
  font-size: 28px;
  line-height: 35px;
  padding-top: 9px;
  display: block;
}
.christmas-page-two-col-section .page-center {
  max-width: 1440px;
  padding: 0 0.55rem;
}
.christmas-page-two-col-inner-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -0.55rem;
}
.christmas-page-two-col-left-section {
  margin: 2rem 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.christmas-page-two-col-right-section {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.26388889%;
  margin: 0;
  padding: 0 60px;
}
.christmas-page-two-col-right-section .hs-form {
  max-width: 100%;
  background: #414141;
  border-radius: 4px;
  padding: 24px;
  margin: 16px 0;
  margin-bottom: 0;
}
.christmas-page-left-top-dnd-area .dnd-section  .widget-span.dnd-column:first-child{
  margin-bottom: 88px;
  padding: 0 16px;
  -ms-flex: 0 1 58.33333333%;
  flex: 0 1 58.33333333%;
  max-width: 58.33333333%;
  margin-left: 4.16666667%;
}
.christmas-page-left-top-dnd-area .dnd-section  .widget-span.dnd-column:last-child{
  text-align: center;
  padding: 0 16px;
  -ms-flex: 0 1 37.5%;
  flex: 0 1 37.5%;
  max-width: 37.5%;
  margin:0 !important;
}
.christmas-page-left-bottom-dnd-area .dnd-section  .widget-span.dnd-column:first-child{
  padding: 0 16px;
  -ms-flex: 0 1 70.83333333%;
  flex: 0 1 70.83333333%;
  max-width: 70.83333333%;
  margin-left: 4.16666667%;
}
.christmas-page-left-bottom-dnd-area .dnd-section  .widget-span.dnd-column:last-child{
  text-align: center;
  padding: 0 16px;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  margin:0 !important;
  margin-left: 4.16666667% !important;
}
.christmas-page-two-col-left-section h2 {
  color: #ed6ba0;
  margin: 0 0 24px;
  line-height: 1.125;
  margin-top: 20px;
}
.christmas-page-two-col-left-section h3{
  color: #ED6BA0;
  line-height: 1.125;
  margin: 0 0 18px;
  margin-top: 20px;
}
.christmas-page-two-col-left-section p:first-of-type {
  font-size: 25px;
  line-height: 1.32;

}
.christmas-page-two-col-left-section p{
  color: #F7F7F7;
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.christmas-page-two-col-left-section h4 {
  font-size: 26px;
  color: #292929;
  letter-spacing: 0;
  line-height: 35px;
  background: #4ABBC1;
  border-radius: 28px;
  padding: 11px;
  width: auto;
  display: inline-block;
  margin: 0;
}
.christmas-page-two-col-left-section h4 a {
  white-space: nowrap;
  color: #292929;
}

.christmas-page-left-bottom-dnd-area p:first-of-type {
  font-size: 1.1rem;
  line-height: 1.40909091;
  font-weight: 500;
}
.christmas-page-left-bottom-dnd-area p:last-of-type {
  font-size: 0.9rem;
  line-height: 1.38888889;
  font-weight: 500;
  color: #ED6BA0;
}

.christmas-page-two-col-right-section .hs-form .hs-richtext{
  margin-bottom: 22px;
}
.christmas-page-two-col-right-section .hs-form h3{
  color: #fff;
  letter-spacing: 0!important;
  font-weight: 700;
  margin: 10px 0 6px;
  font-size: 1.25em;
  line-height: 1.125;
}

.christmas-page-two-col-right-section .hs-form .gform_description {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px;
  line-height: 27px;
}
.christmas-page-two-col-right-section .hs-form .hs-form-field {
  margin-bottom: 0;
  margin-top: 12px;
}
.christmas-page-two-col-right-section .hs-form .hs-form-field > label{
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 6px;
  display:block;
}
.christmas-page-two-col-right-section .hs-form li.hs-form-booleancheckbox label,
.christmas-page-two-col-right-section .legal-consent-container .hs-richtext p {
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  font-weight: 500;
}
.christmas-page-two-col-right-section .hs-form li.hs-form-booleancheckbox label a{
  color: #cc6600;
}
.christmas-page-two-col-right-section .hs-form li.hs-form-booleancheckbox .hs-form-required {
  font-size:18px;
}
.christmas-page-two-col-right-section .hs-form .hs-form-field .hs-form-required {
  color: #fff;
  margin-left: 4px;
}
.christmas-page-two-col-right-section .hs-form ul.inputs-list {
  padding: 4px 0 2px 4px;
  margin: 0;
}
.christmas-page-two-col-right-section .hs-form ul.inputs-list input {
  margin-top: 0;
  min-height: 0;
  vertical-align: middle;
}
.christmas-page-two-col-right-section .hs-form .hs-form-field .hs-input:not(input[type="checkbox"]),
.christmas-page-two-col-right-section .hs-form .hs-form-field .hs-input:not(input[type="checkbox"]):focus{
  background: #FFFFFF;
  border: 2px solid #292929;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin: .15rem 0 .8rem;
  padding: 0.25rem 0.2rem;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  color: #555;
  min-height: 2.2rem;
  font-size: 16.2px;
  font-family: inherit;
  max-width: none;
  letter-spacing: normal;
}
.christmas-page-two-col-right-section .hs-form .hs-button.primary.large {
  color: #292929;
  min-height: 2rem;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  text-transform: none;
  border-radius: 1.25rem;
  background: #00CECE;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
  margin: 24px auto 15px;
  letter-spacing: 0;
  text-align: center;
  display: table;
  padding: 10px 32px;
  font-size: 1.05rem;
  line-height: 1.35rem;
  border: none;
  transition: all 0.19s;
}
.christmas-page-two-col-right-section .hs-form .hs-button.primary.large:hover{
  color: #efefef;
  text-transform: none;
  text-decoration: none;
  background-image: none;
  background-color: #002A42;
  border-color: #002A42;
}
.christmas-page-two-col-right-section .hs-form .hs_error_rollup .hs-error-msgs label {
  color: #790000 !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-top: 0.1rem solid #790000;
  border-bottom: 0.1rem solid #790000;
  padding: 0.8rem 0;
  clear: both;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1400px){
  .christmas-page-two-col-left-section h2 {
    margin-top: 0;
  }
  .christmas-page-two-col-left-section h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px){

  .contact-details-innner-top-section {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-details-left-col {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .contact-details-right-col {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .christmas-page-wrapper {
    padding-top: 56px;
    margin-top:-56px;
  }
  .christmas-page-two-col-inner-section {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .christmas-page-two-col-left-section {
    width: 100%;
  }
  .christmas-page-two-col-right-section {
    width: 100%;
    padding: 0 11px;
  }
  .christmas-page-two-col-left-section h2 {
    margin: 0 0 24px;
    line-height: 1.125;
    margin-top: 0;
    font-size: 28px;
  }
  .christmas-page-two-col-left-section h3 {
    line-height: 1.125;
    margin: 0 0 18px;
    margin-top: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px){
  .contact-details-page-wrapper .page-center {
    width: 100%;
  }
  .contact-details-left-col h1 {
    font-size: 32px;
  }
  .contact-details-top-section {
    margin: 2rem auto;
  }  
  .christmas-page-middle-dnd-area p{
    margin: 0 auto;
    padding: 21px 0;
    font-size: 23px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
  }
  .christmas-page-middle-dnd-area p span{
    font-size: 18px;
    line-height: 21px;
    padding-top: 6px;
  }
  .christmas-page-two-col-left-section p.visible-phone img {
    max-width: 100%;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .christmas-page-left-top-dnd-area .dnd-section .widget-span.dnd-column:first-child,
  .christmas-page-left-bottom-dnd-area .dnd-section .widget-span.dnd-column:first-child{
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    margin-left:0;
  }
  .christmas-page-two-col-left-section h2 {
    font-size: 26px;
    margin-top: 0;
    line-height: 30px;
    margin:0 0 18px;
  }
  .christmas-page-left-top-dnd-area .dnd-section .widget-span.dnd-column:last-child,
  .christmas-page-left-bottom-dnd-area .dnd-section .widget-span.dnd-column:last-child{
    display:none !important;
  }
  .christmas-page-two-col-left-section h3 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .christmas-page-two-col-right-section .hs-form h3 {
    margin: 10px 0 18px;
    font-size: 26px;
    line-height: 30px;
  }
  .christmas-page-two-col-right-section .hs-form .hs-form-field .hs-input:not(input[type="checkbox"]),
  .christmas-page-two-col-right-section .hs-form .hs-form-field .hs-input:not(input[type="checkbox"]):focus {
    min-height: 2.28rem;
  }

  .christmas-page-left-bottom-dnd-area {
    padding-bottom: 36px;
  }
}

@media (max-width: 479px){
  .christmas-page-middle-dnd-area {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* ========== landing.css  ================= */

.nopd .dnd-section {
  padding: 0;
}
.nopd .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.about_row1 .dnd-section>.row-fluid {
  max-width: 61.1rem;
  width: 88%;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.about_row1 .dnd-section {
  padding: 0;
}
.about_row1 .widget-type-header {
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
}
.about_row1 .widget-type-rich_text p, .about_row1 .widget-type-rich_text li {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.about_row3 .footer__newsletter__row.row {
  margin-top: 0;
} 
.about_row1 .widget-type-rich_text {
  padding-top: 36px;
  padding-bottom: 60px;
}
.about_row1 .widget-type-rich_text ul li {
  list-style: disc;
  list-style-position: inside;
}
.about_row1 .widget-type-rich_text ul {
  padding: 0;
  list-style: disc;
}
.about_row2 {
  margin-bottom: 4rem; 
}
.about_row1 .widget-type-rich_text p a {
  color: #cc6600;
}
.section {
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
}
.service_index__list .service_item__more::before { 
  background-image: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/images/chevrons-orange.svg);
}
.service_index__list .service_item__more::after { 
  background-image: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/images/chevrons.svg); 
}
.article a:not(.btn) {
  color: #cc6600;
} 

.btn--blue {
  text-align: center;
  background: #00CECE;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
}
.btn--blue:hover,
.btn--blue:focus {
  background: #FF9900;
  border-color: #FF9900;
  color: #002A42;
  transition: all 0.2s;
}
.service_index__hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
.service_index__hero h1 {
  margin-top: 0;
}
.service_index__hero .hero_left {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  padding: 0 11px;
  margin-left: 8.33333333%;
  margin-top: 59px;
  margin-bottom: 59px;
}
.service_index__hero p:last-child {
  margin-bottom: 0;
}
.service_index__hero .hero_right {
  margin-left: 4.16666667%;
  padding: 0 11px;
  width: 31.80555556%;
  text-align: center;
  -ms-flex: 0 0 31.80555556%;
  flex: 0 0 31.80555556%;
}
.service_index__hero .hero_right p {
  margin-bottom: 10px;
}
main.body-container-wrapper.ser_Pg {
  margin-top: 0;
}
.ser_row1 p {
  line-height: 1.40909091;
  color: #002A42;
  font-size: 22px;
} 
.ser_row1_ryt .hs-button {
  border: 2px solid #002A42;
  font-weight: 600;
  font-size: 20px;
  color: #002A42;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  margin: 0;
  background: transparent;
  cursor: pointer !important;
}
.ser_Pg .about_row2 {
  padding: 0;
  margin-bottom: 0;
} 
.ser_row1_ryt .hs-button:hover {
  color: #002A42;
  border-color: #FF9900;
  text-decoration: underline;
}
main.body-container-wrapper.cat_pg {
  margin-top: 0;
}
.hero--default .hero__image, .hero--product .hero__image, .hero--split .hero__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.__p18 {
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.text-center {
  text-align: center;
}
._section.section_bg--full {
  padding: 54px 0;
}
.cat_row2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e0f7fc;
}
._section > .container--small {
  padding: 0.1px 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  max-width: 36.5rem;
}

.cat_row3 {
  background-color: #e0f7fc;
  margin-bottom: 36px;
  padding-bottom: 72px;   
}
.cat_row4 {
  padding-bottom: 72px;
}
.cat_row5 .dnd-section {
  padding: 120px 0;
}
.cat_row5 .widget-type-rich_text h5 {
  margin: 0;
}

.cat_row5 .widget-type-rich_text {
  max-width: 75%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin: 0 auto;
}
.cat_row5 .widget-type-rich_text * {
  color: #fff;
}
.cat_row5 .dnd-section>.row-fluid {
  padding: 0;
}
.content-block p {
  font-size: 16px;
  line-height: 24px;
}
.content-block p:last-of-type {
  margin-bottom: 0;
}
.btn {
  text-decoration: none;
}
.btn-primary {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #002A42;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background: #00CECE;
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 32px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-primary.btn-sm {
  font-size: 16px;
  padding: 8px 21px;
}
.btn-primary.btn-blue {
  padding: 11px 20px;
  color: #ffffff;
  background: #002A42;
}
.btn-primary.btn-blue:after {
  background: #00CECE;
}
.btn-primary.btn-blue:hover {
  color: #ffffff;
}
.btn-primary.btn-outline-light {
  padding: 17px 38px;
  color: #ffffff;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 50px;
}
.btn-primary.btn-outline-light:after {
  background: #ffffff;
}
.btn-primary.btn-outline-light:hover {
  color: #002A42 !important;
}
.content-block .btn, .content-block .btn-primary, .content-block .btn--blue {
  margin-top: 32px;
}
.content-block h2 {
  margin-bottom: 20px;
} 
.cat_row2.cat_s6_row2, 
.cat_row3.cat_s6_row3{  
  background: transparent;
} 
.cwic_wrap .content-block p img {
  display: block;
  max-width: 100%;
}
.cat_s6_row5 .widget-type-rich_text {
  max-width: 58.33333333%;
}

.cat_s6_row5 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
}
.cat_s6_row5 .widget-type-rich_text h2 {
  line-height: 1.125;
  font-size: 32px;
}
.margin-60.cat_row5.cat_s6_row5 {
  margin: 0;
}
.cat_s6_row5 .hs-button {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #002A42;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background: #00CECE;
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 32px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 32px;
  margin-bottom: 0;
}
.cat_s6_row6 .dnd-section {
  padding: 60px 0;
} 
.cat_s6_row6 .span6:first-child {
  width: 45.83333333%;
}
.cat_s6_row6 img {
  border-radius: 24px;
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}
.cat_s6_row6 .span6 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
  width: 50%;
}
.cat_s6_row6 .dnd-section>.row-fluid {
  padding: 0;
}
.cat_s6_row6 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.cat_s6_row6 .btn-primary {
  margin-top: 32px;
}
.cat_s6_row6 .widget-type-rich_text h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.cat_s6_row6 .widget-type-rich_text p:last-child {
  margin: 0;
}
.cat_s6_row5.cat_row5 .dnd-section {
  padding: 60px 0;
  text-align: center;
} 
.body-container-wrapper.cs_pg {
  margin-top: 0;
}
.cat_row2.cs_row2 {
  background: transparent;
}
.cs_row3 .cwic_wrap.cwic_wrap1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
}
.cs_row3 .cwic_wrap.section h2 strong {
  font-weight: 600;
}

.cs_row3 .cwic_wrap.section h2 {
  font-weight: 600;
}
.cs_row3 .cwic_wrap.cwic_wrap1 h2 strong {
  font-weight: bold;
}
.cs_row4 .widget-type-linked_image img {
  width: 100%;
  max-width: 100%;
}
.cs_row4 .widget-type-linked_image {
  width: 100%;
}
.cs_row4 .widget-type-rich_text {
  max-width: 1200px;
  padding: 0 12px;
  margin: 0 auto;
  padding-top: 72px;
  margin-bottom: 42px;
  text-align: center;
}
.cs_row4 .widget-type-rich_text h2 {
  font-weight: bold;
  margin-bottom: 28px;
}
.cs_row4 .widget-type-rich_text p {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  color: #002A42;
}
.cs_row4 .benefit-icon-with-content .col-sm-6 {
  max-width: 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cs_row4 .benefit-icon-with-content .card-icon-image img.image-icon {
  max-width: 120px;
  max-height: 120px;
  line-height: 120px;
}
.cs_row4 .benefit-icon-with-content .card-info h6 {
  margin: 0;
}
.cs_row4 .benefit-icon-with-content {
  padding-top: 0;
}
.cs_row4 .hs-button {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #002A42;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background: #00CECE;
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 32px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 32px;
  margin-bottom: 0;
}
.cs_row5 .dnd-section {
  padding: 0;
}
.cs_row5 .widget-type-rich_text p sup {
  display: inline-block;
  margin-bottom: 0.75em;
  vertical-align: super;
  font-size: smaller; 
  line-height: inherit;
}
.cs_row5 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.cs_row5 .widget-type-rich_text {  
  max-width: 50%;
  margin: 0 auto;
  padding-left: 0.6rem; 
  padding-right: 0.6rem; 
  text-align: center;
  margin-bottom: 36px; 
} 
.cs_row5 .widget-type-rich_text p:last-child {
  margin: 0;
}
.body-container-wrapper.rt_pg {
  margin-top: 0;
}
.rt_row1 .widget-type-rich_text {
  width: 66.66666667%;
  padding-left: .6rem;
  padding-right: .6rem;
  margin: 0 auto;
  margin-left: 20.83333333%;
}
.rt_row1 .dnd-section {
  padding: 36px 0;
}
.rt_row1 .dnd-section>.row-fluid {
  padding: 0;
}
.rt_row1 .widget-type-rich_text h4 {
  margin: 0;
}
.rt_row1 .widget-type-rich_text h2 {
  font-size: 51px;
  line-height: 1.125;
  color: #ffff;
  text-align: center;
} 

.rt_row2 .dnd-section {
  padding: 54px 0;
}
.rt_row3 .dnd-section,
.rt_row7 .dnd-section{
  padding: 36px 0;
}

.rt_row3 .span6:last-child { 
  width: 41.66666667%;
  margin-left: 4.16666667%;
  padding-left: .6rem;
  padding-right: .6rem; 
}
.rt_row5 p {
  color: #002A42;
}
.rt_row3 .span6:first-child {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 50%;
}
.rt_row3 .widget-type-linked_image img,
.rt_row7 .widget-type-linked_image img{
  display: block;
  border-radius: 24px;
} 
.content-block.medium p {
  font-size: 18px;
  line-height: 27px;
} 

.rt_row5 {
  background-color: #f2f2f2;
}
.rt_row5 .span6:last-child {
  margin-left: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 50%;
}

.rt_row5 .span6:first-child {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 41.66666667%;
  margin-left: 8.33333333%;
  padding-top: 18px;
}
.rt_row6 .span8 {
  width: 66.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 8.33333333%;
}

.rt_row6 .span4 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 25%;
}
.rt_row6 .dnd-section>.row-fluid {
  align-items: flex-start;
}
.rt_row6 blockquote h3 {
  font-weight: 600;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rt_row2 .dnd-section>.row-fluid {
  padding: 0 16px;
} 
.rt_row5 .dnd-section,
.rt_row6 .dnd-section {
  padding: 0;
}
.rt_row3 .dnd-section > .row-fluid,
.rt_row5 .dnd-section>.row-fluid,
.rt_row6 .dnd-section>.row-fluid,
.rt_row7 .dnd-section>.row-fluid{
  padding: 0;
}
.rt_row7 .span5 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 45.83333333%; 
}
.rt_row7 h3 {
  color: #fff;
}
.rt_row7 .span7 {
  width: 54.16666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
}
.rt_row6 blockquote h3 span {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  display: block;
}
.body-container-wrapper.wc_pg {
  margin-top: 0;
}
.gb .dnd-section {
  padding: 36px 0;
}
.gb .dnd-section > .row-fluid {
  padding: 0;
}
.wc_row1 {
  text-align: center;
}
.wc_row1 .widget-type-rich_text {
  padding-left: .6rem;
  padding-right: .6rem;
  width: 66.66666667%;
  margin: 0 auto;
  color: #002A42; 
}  
.wc_row2 .team-member-wrapper .bg-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
.wc_row2 .team-member-wrapper .content-block > blockquote {
  margin: 0;  
  border: 0;
  padding: 0;
  font-size: 20px; 
  line-height: 28px;  
}
.wc_row2 .team-member-wrapper .content-block>blockquote p {
  font-size: 20px;
  line-height: 28px;
}
.wc_row2 .team-member-wrapper.section .col-sm-16 { 
  margin-bottom: 0 !important;
}
.wc_row2 .team-member-wrapper .row-fluid {
  align-items: center;
}
.wc_row2 .team-member-wrapper .content-block>blockquote > p {
  font-family: AvenirNext, "Avenir Next", Lato, "Helvetica Neue", Helvetica, sans-serif;
  color: #404040;
} 
.wc_row3 .span8 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 41.66666667%;
  margin-left: 4.16666667%;
}

.wc_row3 .span4 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 25%;
  margin-left: 12.5% !important;
}
.wc_row3 .widget-type-linked_image img ,
.wc_row4 .widget-type-linked_image img {
  border-radius: 24px;
}

.wc_row4 .span5 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 50%;
  margin-left: 0;
}

.wc_row4 .span7 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 33.33333333%;
  margin-left: 16.66666667% !important;
}
.wc_row4 .span7 .widget-type-rich_text p:last-child {
  margin: 0;
}
.gb.wc_row4 .dnd-section > .row-fluid {
  align-items: flex-end;
}
.wc_row5 .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: inherit !important;
}
.wc_row5 .hs-responsive-embed-inner-wrapper {
  padding: 31.25% 0 0 0 !important;
} 
.wc_row5 .hs-responsive-embed-inner-wrapper iframe {
  outline: 0;
  border: 0;
} 
.wc_row6 {
  margin-top: 18px;
}
.wc_row6 .span9 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 79.16666667%;
  margin-left: 0;
}

.wc_row6 .span3 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 16.66666667%;
}
.wc_row6 .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  list-style-position: outside;
} 
.wc_row6 .widget-type-rich_text ul {
  margin: 0 0 1.3125em 1.655em;
  margin-left: 1rem;
  padding: 0;
} 
.wc_row2 .team-member-wrapper img {
  border-radius: 24px;
}
.rt_row6 blockquote h3 {
  letter-spacing: -0.4px;
}
main.body-container-wrapper.anm.at_pg {
  margin-top: 0;
}

.at_row1 .widget-type-rich_text h5 {
  color: #fff;
  margin: 0;
}

.at_row1 .widget-type-rich_text h2 {
  color: #fff;
  font-size: 51px;
}
.at_row2 .span4 {
  width: 33.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 12.5% !important;
}
.at_row2 .span8 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 50%;
  margin-left: 4.16666667%; 
}
.at_row2 img.hs-image-widget {
  border-radius: 24px;
}
.at_row2 h2 {
  margin-bottom: 20px;
}
.at_row3 .solbb-mdl h2.color-dark {
  color: #fff !important;
}
.at_row4 h2 {
  margin-bottom: 20px;
}

.gb.wc_row1.at_row4 {
  text-align: left;
}
.wc_row1.at_row4 .widget-type-rich_text {
  color: #404040 !important;
}
.at_row3 .sol_subttl {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.at_row4 .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  list-style-position: outside;
}

.at_row4 .widget-type-rich_text ul {
  margin: 0 0 1.3125em 1.655em;
  margin-left: 1rem;
  padding: 0;
}
.at_row5 .section-promotion>.container-fluid:first-child {
  display: none;
}
.at_row4 .widget-type-rich_text p:last-child {
  margin: 0;
}
.at_row6 .span8 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 50%;
  margin-left: 0;
}

.at_row6 .span4 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 4.16666667% !important;
  width: 33.33333333%;
}
.at_row6 span.gform_description {
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
  line-height: 28px; 
}
.at_row6 h3.gform_title {
  margin: 0 0 6px; 
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.at_row6.bch-grp9 form .hs-form-field {
  margin-bottom: 10px;
}
main.nopd.body-container-wrapper.cs_page,
main.body-container-wrapper.google_pg{
  margin-top: 0;
}
.ggle_row2 {
  background-color: #f9f9f9;
  color: #133250;
}
.ggle_row3 .img-radius-lg,
.ggle_row4 .img-radius-lg{
  border-radius: 0;
}
.ggle_row4 .solbb-mdl {
  padding: 120px 0;
}
.ggle_row4 .solbb-mdl h2 {
  color: #ffffff !important;
  font-size: 51px;
  margin: 0;
  line-height: 1.125;
}
.ggle_row4 .cwic_wrap .content-block p sup {
  display: inline-block;
  margin-bottom: 0.75em;
  vertical-align: super;
  font-size: smaller;
  line-height: 24px;
}
.ggle_row4 .cwic_wrap .content-block h2 {
  margin: 0;
} 
.cwic_wrap .content-block p sup {
  display: inline-block;
  margin-bottom: 0.75em;
  vertical-align: super;
  font-size: smaller;
  line-height: 24px; 
} 
.wc_row3 .dnd-section>.row-fluid {
  align-items: flex-start;
} 
.ggle_row5 .dnd-section {
  padding-top: 28px;
  padding-bottom: 72px;
}
.ggle_row5 .widget-type-rich_text {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #404040;
}
.ggle_row5 .dnd-section > div {
  padding: 0;
}
.ggle_row5 p sup {
  display: inline-block;
  margin-bottom: 0.75em;
  vertical-align: super;
  font-size: smaller;
  line-height: 1.2;
  text-align: left;
}

.at_pg .bch-grp9 .submitted-message p {
  font-size: 20px;
}

@media screen and (min-width: 769px) { 
  .ggle_row3 .cwic_wrap.section.cwic_wrap2 {
    margin-bottom: 36px;
  }
  .ggle_row4 .cwic_wrap.section {
    padding: 60px 0;
  }
  .ggle_row3 .cwic_wrap.section {
    padding: 36px 0;
  }
  .at_pg .wc_row1 .widget-type-rich_text {
    width: 75%;
  } 
  .gb.wc_row4 .dnd-section {
    padding: 0;
  }
  .cs_row3 .cwic_wrap.section {
    padding: 60px 0;
  }
  .btn-primary:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #002A42;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.2s;
  }
  .btn-primary:hover {
    color: #ffffff;
  }
  .btn-primary:hover:after {
    top: 0%;
  }
  .btn--blue {
    background: #00CECE;
  }
  .btn--blue:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #FF9900;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.2s;
  }
  .btn--blue:hover {
    color: #ffffff;
    text-decoration: none;
    background: #00CECE;
  }
  .btn--blue:hover:after {
    top: 0%;
  }
  .section-about .col-content.right {
    -ms-flex-order: 2;
    order: 2;
  }
  .section .col-sm-11 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .section .col-sm-12 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .section-about .col-image.left {
    -ms-flex-order: 1;
    order: 1;
  }
  .cat_row3 .cwic_wrap.section {
    padding: 0;
  }
  .margin-60 {
    margin-bottom: 60px;
  }
  .cat_row6 .cwic_wrap.section.cwic_wrap1 {
    padding: 36px 0;
  }
  .cat_row6 .cwic_wrap.section.cwic_wrap2 {
    padding: 80px 0;
  }
  .cat_row6 .cwic_wrap.section.cwic_wrap3 {
    margin-bottom: 60px;
    padding: 36px 0;
  }
  .cat_s6_row3 .cwic_wrap.cwic_wrap1 {
    padding-bottom: 36px;
    padding-top: 0;
  }
  .cat_s6_row3 .cwic_wrap.cwic_wrap2 {
    padding: 36px 0;
  }
  .cat_s6_row3  .cwic_wrap.cwic_wrap3 {
    padding: 0;
  } 
  .cat_s6_row3 .cwic_wrap.cwic_wrap4 {
    padding: 36px 0;
  }
  .cat_s6_row3 .cwic_wrap.cwic_wrap5 {
    padding: 36px 0;
    margin-bottom: 60px;
  }
  .cat_s6_row5 .hs-button:hover:after {
    top: 0%;
  }

  .cat_s6_row5 .hs-button:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #002A42;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.2s;
  }
  .wc_row2 .team-member-wrapper.section .col-sm-16 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-left: 4.16666667% !important;
  }
  .wc_row2 .team-member-wrapper .col-sm-6 {
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  } 

} 
@media screen and (max-width: 1200px) and (min-width: 769px){

  .cs_row4 .widget-type-linked_image img { 
    min-height: 30vw;
    object-fit: cover;
  }

}
@media screen and (max-width: 900px){
  .body-wrapper {
    padding-top: 56px;
  } 
  .cat_s6_row2 .widget-type-rich_text h3 {
    font-size: 24px;
  } 

}
@media screen and (max-width: 768px){

  .about_row1 .dnd-section>.row-fluid { 
    width: 100%;
  }
  .section,
  .about_row1 .widget-type-header,
  .about_row1 .widget-type-rich_text{
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .service_index__hero {
    margin-top: 29px;
    margin-bottom: 39px;
    -ms-flex-direction: column;
    flex-direction: column; 
    text-align: center;
  }
  .service_index__hero h1 {
    margin-bottom: 15px;
  }
  .service_index__hero .hero_left,
  .service_index__hero .hero_right {
    width: 100%;
    margin: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .service_index__hero .hero_left {
    margin-bottom: 30px;
  }
  .ser_row1 p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .ser_row1 h1 {
    font-size: 26px;
  }
  .service_index__hero .hero_right p {
    margin-bottom: 10px;
  }
  .ser_row1_ryt .hs-button { 
    margin-top: 4px;
  }
  ._section.section_bg--full {
    padding: 27px 0 29px;
  }
  .__p18 {
    font-size: 16px; 
  }
  .section .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .section .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }  
  .cat_row3 { 
    background-color: #e0f7fc;
    margin-bottom: 0;
    padding-bottom: 66px;
  }
  .cat_row4 {
    padding-bottom: 66px;
  }
  .cat_row5 .dnd-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .cat_row5 .widget-type-rich_text {
    max-width: 100%; 
  }
  .cat_row6 .footer__newsletter {
    margin-top: 16px;
  }
  .btn-primary {
    padding: 10px 23px;
  }
  .btn-primary:hover {
    color: #002A42;
  }
  .content-block h2 {
    margin-bottom: 16px;
  }
  .content-block .btn, .content-block .btn-primary, .content-block .btn--blue {
    margin-top: 24px;
  }
  .cat_s6_row5.cat_row5 .dnd-section { 
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .cat_s6_row5 .widget-type-rich_text h2 {
    font-size: 26px;
  }
  .cat_s6_row5 .hs-button {
    margin-top: 24px;
    padding: 10px 23px;
    background: #00cece !important;
    color: #002A42 !important;
  }
  .cat_s6_row6 .dnd-section>.row-fluid {
    padding: 0;
    flex-direction: column-reverse;
    display: flex;
  }
  .cat_s6_row6 .dnd-section {
    padding: 30px 4px 36px;
  }
  .cat_s6_row6 .span6 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .cat_s6_row6 .widget-type-rich_text h2 {
    margin-bottom: 16px;
  } 
  .cat_s6_row6 .btn-primary {
    margin-top: 24px;
  }
  .cat_s6_row6 .footer__newsletter {
    margin: 16px -4px 0;
  }
  .cs_row3 .cwic_wrap.cwic_wrap1 h2 {
    font-size: 26px;
  }
  .cs_row4 .widget-type-rich_text p {
    font-size: 16px;
    line-height: 21px;
  }

  .cs_row4 .widget-type-rich_text h2 {
    margin-bottom: 24px;
  }
  .cs_row4 .widget-type-rich_text {
    padding-top: 96px;
    margin-bottom: 28px;
  }
  .cs_row4 .benefit-icon-with-content .col-sm-6 {
    max-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; 
  }
  .cs_row4 .hs-button {
    padding: 10px 23px; 
    background: #00cece !important;
    color: #002a42 !important;
    margin-top: 54px;
    margin-bottom: 36px;
  }
  .cs_row5 {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .cs_row5 .widget-type-rich_text {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .cs_row6 .footer__newsletter {
    margin-top: 16px;
  }
  .rt_pg .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap; 
  }
  .rt_row1 .widget-type-rich_text {
    width: 100%;
    margin-left: 0;
  }
  .rt_row1 .widget-type-rich_text h2 {
    font-size: 40px;
  }
  .rt_row1 .dnd-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .rt_row2 .widget-type-rich_text {
    padding-bottom: 36px;
    font-size: 16px;
    line-height: 22px; 
  }
  .rt_row8 .dnd-section>.row-fluid > div {
    width: 100%;
  }

  .rt_row3 .span6,
  .rt_row5 .span6,
  .rt_row6 .span8,
  .rt_row6 .span4,
  .rt_row7 .span5,
  .rt_row7 .span7{
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }

  .rt_row3 .dnd-section, .rt_row7 .dnd-section,
  .rt_row5,
  .rt_row6 {
    padding: 30px 4px 36px;
  }
  .rt_row3 .widget-type-linked_image img,
  .rt_row7 .widget-type-linked_image img {
    display: block;
    border-radius: 16px;
  }

  .rt_row5 .dnd-section > .row-fluid { 
    flex-direction: column-reverse;
  }  
  .rt_pg .dnd-section>.row-fluid .span12 {
    display: block !important;
  }
  .gb .dnd-section {
    padding-top: 30px;
    padding-bottom: 36px;
    padding-left: 4px;
    padding-right: 4px;
  } 
  .gb .widget-type-rich_text {
    width: 100%;
  }

  .gb .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .gb .span4 ,
  .gb .span8,
  .gb .span5,
  .gb .span7,
  .gb .span3,
  .gb .span9{
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .gb.content-block.wc_row1 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .wc_row2 .team-member-wrapper {
    padding-left: 4px;
    padding-right: 4px;
  }
  .wc_row2 .team-member-wrapper img {
    border-radius: 16px;
  }
  .wc_row2 .team-member-wrapper .row-fluid > div,
  .wc_row2 .team-member-wrapper.section .col-sm-16{
    margin-bottom: 20px !important;
  }
  .wc_row3 .widget-type-linked_image img ,
  .wc_row4 .widget-type-linked_image img {
    border-radius: 16px;
  }
  .gb.wc_row4 .dnd-section>.row-fluid {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .wc_row4  h2 {
    margin-bottom: 16px;
  }
  .gb .span3 .span12 {
    display: block !important;
  }
  .wc_row6 .dnd-section>.row-fluid .span12 {
    width: 100%;
  }
  .wc_row6 .footer__newsletter {
    margin: 0 -4px;
  }
  .gb.wc_row6 .span9 {
    margin-bottom: 0;
  }
  .at_row1 .widget-type-rich_text h2 {
    font-size: 40px;
  }
  .at_row2 img.hs-image-widget {
    border-radius: 16px;
  }
  .at_row2 h2 {
    margin-bottom: 16px;
  }
  .at_row2.gb .span8 {
    margin-bottom: 0;
  }
  .at_row3 .solbb-mdl {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .at_row4 h2 {
    margin-bottom: 16px;
  }
  .wc_row1.at_row4 .widget-type-rich_text {
    margin-bottom: 20px;
  }
  .at_row6 .span4 .span12 {
    display: block !important;
  }
  .at_row6 .span8 {
    margin-bottom: 0;
  } 
  .at_row1 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }

  .ggle_row1 {
    display: none;
  }
  .ggle_row4 .solbb-mdl { 
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .ggle_row4 .solbb-mdl h2 { 
    font-size: 40px;
  }
  .ggle_row5 .widget-type-rich_text { 
    width: 100%;
  }
  .ggle_row5 .dnd-section {
    padding-top: 54px;
    padding-bottom: 102px;
  }

  .wc_pg .gb.wc_row3 .hs-responsive-embed-wrapper.hs-responsive-embed {
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    max-height: none !important;
  }

}
@media screen and (max-width: 479px){
  .rt_row7 .widget-type-rich_text img {
    float: none !important;
  }
}

.home-page .col3 {
  padding-top: 60px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 60px;
  position: relative;
  color: #002A42 !important;
  font-size: 16px;
  line-height: 24px;
}
.home-page .col3 .hs_cos_wrapper_type_rich_text .btn {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #002A42;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background: #00CECE;
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 32px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 32px;
}
.home-page .col3 .hs_cos_wrapper_type_rich_text .btn:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #002A42;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}
.home-page .col3 .hs_cos_wrapper_type_rich_text .btn:hover {
  color: #ffffff;
}
.home-page .col3 .hs_cos_wrapper_type_rich_text .btn:hover:after {
  top: 0%;
}
.home-page .col3 .dnd-section {}
.home-page .col3 .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}
.home-page .col3 .col3-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  -ms-flex-align: center;
  align-items: center;
}
.home-page .col3 .col3-inner .left {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.home-page .col3 .col3-inner .right {
  margin-left: 8.33333333%;
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  max-width: 41.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.home-page .col3 .page-center {}
.home-page .col3 img.hs-image-widget {
  display: block;
  border-radius: 24px;
  font-size: 16px;
  line-height: 24px;
}
.home-page .col3 img.hs-image-widget p {
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
}

.home-page .col3 .col3-inner h2 {
  margin-bottom: 20px;
  line-height: 1.125;
}

.home-page .col3 .col3-inner .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.home-page main.body-container-wrapper {
  margin: 0;
}

.home-page .col2 {}

.home-page .col2 h2 {
  font-weight: 700 !important;
  margin-bottom: 28px;
}

.home-page .col2  a.btn {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #002A42;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background: #00CECE;
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 32px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
}

.home-page .col2 a.btn:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #002A42;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}

.home-page .col2 a.btn:hover:after {
  top: 0%;
}

.home-page .col2 a.btn:hover {
  color: #ffffff;
}

.custom-5g main.body-container-wrapper {
  margin-top: 0;
}

.custom-5g .col2 {
  position: relative;
  background-color: #932b14;
}

.custom-5g .col2 .page-center {
  max-width: 100%;
  padding: 0;
}

.custom-5g .col2 .col2-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}

.custom-5g .col2 .col2-inner .left {
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  margin-left: 8.33333333%;
  max-width: 100%;
}
.custom-5g .col2 .col2-inner .left * {
  height: 100%;
}

.custom-5g .col2 .col2-inner .right {
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  margin-left: 8.33333333%;
  max-width: 100%;
  align-self: center;
}

.custom-5g .col2 .col2-inner .right .right-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 526px;
  width: 74.44444444%;
  padding: 30px 16px;
}

.custom-5g .col2 .col2-inner .right .right-inner h1, 
.custom-5g .col2 .col2-inner .right .right-inner h2, 
.custom-5g .col2 .col2-inner .right .right-inner h3, 
.custom-5g .col2 .col2-inner .right .right-inner h4, 
.custom-5g .col2 .col2-inner .right .right-inner h5, 
.custom-5g .col2 .col2-inner .right .right-inner h6, 
.custom-5g .col2 .col2-inner .right .right-inner p {
  color: #ffffff;
}

.custom-5g .col2 .col2-inner .right .right-inner .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}

.custom-5g .col2 .col2-inner .left img.hs-image-widget {
  height: 100% !important;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.custom-5g .col3 .section.section-heading .row-fluid > div {
  margin-left: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.custom-5g .col3 .section.section-heading h2.h3 {
  font-size: 24px;
  color: inherit !important;
}

.custom-5g .section.section-heading .bg-absolute {
  z-index: 0;
}

.custom-5g .section.section-heading.light {
  color: #ffffff !important;
}
.custom-5g .section.section-about.padding-36 {
  padding: 36px 0;
}

.custom-5g .hs-button {
  margin: 0;
  text-align: center;
  background: #00CECE;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  margin-top: 32px;
}

.custom-5g .hs-button:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #FF9900;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}

.custom-5g .hs-button:hover:after {
  top: 0%;
}
.custom-5g .custom-col4-content .container-fluid {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.custom-5g .custom-col4-content .container-fluid .row-fluid.flex-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  width: auto;
}
.onecom-eight main.body-container-wrapper {
  margin-top: 0;
}

.onecom-eight .container-fluid.col3 {
  overflow: hidden;
}

.onecom-eight .container-fluid.col3 .hs_cos_wrapper_type_header h1 {
  line-height: 1.14;
  font-size: 36px;
  margin-bottom: 0;
}

.onecom-eight .container-fluid.col3 .dnd-section {
  padding: 36px 0;
  /*   margin-left: -0.6rem; */
  /*   margin-right: -0.6rem; */
}

.onecom-eight .container-fluid.col3 .span1 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 8.33333333%;
  flex: 0 1 8.33333333%;
  max-width: 8.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span2 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
  max-width: 16.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span3 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span4 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  max-width: 33.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span5 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  max-width: 41.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span6 {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  margin-left: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span7 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 58.33333333%;
  flex: 0 1 58.33333333%;
  max-width: 58.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span8 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 66.66666667%;
  flex: 0 1 66.66666667%;
  max-width: 66.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span9 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .container-fluid.col3 .span10 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 83.33333333%;
  flex: 0 1 83.33333333%;
  max-width: 83.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;

}
.onecom-eight .container-fluid.col3 .span11 {
  width: 100%;
  margin-left: 0;
  -ms-flex: 0 1 91.66666667%;
  flex: 0 1 91.66666667%;
  max-width: 91.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.onecom-eight .hs-col2-content .bg-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: center;
}

.onecom-eight .hs-col2-content > .container-fluid {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.onecom-eight .hs-col2-content .container-fluid .content-block {
  color: #ffffff !important;
}

.onecom-eight .hs-col2-content .container-fluid .content-block form .legal-consent-container p {
  color: #ffffff;
}

.onecom-eight .row-fluid [class*="span"] {
  min-height: 0;
}


.onecom-eight .hs-col2-content .container-fluid .content-block h1,
.onecom-eight .hs-col2-content .container-fluid .content-block h2,
.onecom-eight .hs-col2-content .container-fluid .content-block h3,
.onecom-eight .hs-col2-content .container-fluid .content-block h4,
.onecom-eight .hs-col2-content .container-fluid .content-block h5,
.onecom-eight .hs-col2-content .container-fluid .content-block h6 {
  color: inherit;
}

.onecom-eight .hs-col2-content .container-fluid .row-fluid.flex-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  width: auto;
}

.onecom-eight .hs-col2-content h1 {
  font-size: 28px;
  line-height: 1.125;
}

.onecom-eight .hs-col2-content .hs-form-field > label {
  color: inherit;
  margin-bottom: 6px;
}

.onecom-eight .hs-col2-content .hs-form-field {
  margin-bottom: 16px;
  line-height: 1;
  font-size: 19px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1.4;
}
.onecom-eight .hs-col2-content .hs-form-field ul.inputs-list li>label input:checked + span {
  font-weight: 700;
}

.onecom-eight .hs-col2-content .hs-form-field span.hs-form-required {
  margin-left: 4px;
  color: #fff;
}

.onecom-eight .hs-col2-content .hs-form-field textarea {
  min-height: 100px;
}

.onecom-eight .hs-col2-content .hs-form-field ul.inputs-list {
  padding-top: 0;
}

.onecom-eight .hs-col2-content .hs-form-field ul.inputs-list li > label {
  color: inherit;
  line-height: 1.5;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.onecom-eight .hs-col2-content .hs-form-field ul.inputs-list li > label > span {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 500;
}

.onecom-eight .hs-col2-content .hs-form-field ul.inputs-list li > label input {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 1px;
  width: auto;
  margin-top: 6px;
  line-height: 1px;
  min-height: 0;
}

.onecom-eight .hs-col2-content .actions {
  text-align: center;
  padding: 16px 0 0px;
  margin: 16px 0 0;
}

.onecom-eight .hs-col2-content .__privacy_link {
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
}

.onecom-eight .hs-col2-content .__privacy_link a {
  text-decoration: none;
  color: inherit;
}

.onecom-eight .section.hs-col2-content {
  padding: 36px 0;
}

.onecom-eight .section.hs-col2-content img.hs-image-widget {
  border-radius: 24px;
}
.home-page .col2 .widget-type-rich_text p:last-child {
  margin: 0 0 18px;
}
.busi-iot main.body-container-wrapper {
  margin-top: 0;
}
.busi-iot .hs-col2 .page-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8rem;
  line-height: 1.375;
  text-align: center;
  padding: 0;
}
.busi-iot .hs-col2 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}
.busi-iot .hs-col2 .span1 {
  margin-left:0;
  width: 8.33333333%;
}
.busi-iot .hs-col2 .span2 {
  margin-left:0;
  width: 16.66666667%;
}
.busi-iot .hs-col2 .span3 {
  margin-left:0;
  width: 25%;
}
.busi-iot .hs-col2 .span4 {
  padding: 47px calc(2.08333333% + 11px) 40px;
  margin-left:0;
  width: 33.33333333%;
}
.busi-iot .hs-col2 .span5 {
  margin-left:0;
  width: 41.66666667%;
}
.busi-iot .hs-col2 .span6 {
  margin-left:0;
  width: 50%;
}
.busi-iot .hs-col2 .span7 {
  margin-left:0;
  width: 58.33333333%;
}
.busi-iot .hs-col2 .span8 {
  margin-left:0;
  width: 66.66666667%;
}
.busi-iot .hs-col2 .span9 {
  margin-left:0;
  width: 75%;
}
.busi-iot .hs-col2 .span10 {
  margin-left:0;
  width: 83.33333333%;
}
.busi-iot .hs-col2 .span11 {
  margin-left:0;
  width: 91.66666667%;
}
.busi-iot .hs-col2 .page-center .col2 {
  width: calc(75% + (6*2.08333333%));
}
.busi-iot .hs-col2 .hs_cos_wrapper_type_rich_text h6 {
  margin: 19px 0 13px;
}
.busi-iot .hs-col2 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}
.busi-iot .hs-col3 .block_row.__justify-.__align- {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
}
.busi-iot .hs-col3 .page-center {
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 100px;
  margin-bottom: 68px;
  padding: 0;
}
.busi-iot .hs-col3 .block_row.__justify-.__align- > div {
  padding: 0 16px;
}
.busi-iot .hs-col3 svg {
  display: block;
  margin-bottom: 36px;
  width: 100%;
  height: auto;
}
.busi-iot .hs-col3 h2 {
  margin: 0 0 24px;
}

.busi-iot .container-fluid.col6-inner {
  font-size: 16px;
  line-height: 1.375;
}
.busi-iot .container-fluid.col6-inner h3 {
  font-weight: 600;
  font-size: 20px;
  color: #263842;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 27px 0 9px;
}
.busi-iot .container-fluid.col6-inner .dnd-section > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  margin: 52px auto;
  max-width: 1316px;
  padding: 0;
}
.busi-iot .container-fluid.col6-inner img {
  width: 108px;
  height: auto;
  margin: auto;
}
.busi-iot .container-fluid.col6-inner .span1 {
  padding: 0 26px;
  margin: 0;
  width: 8.33333333%;
}
.busi-iot .container-fluid.col6-inner .span2 {
  padding: 0 26px;
  margin: 0;
  width: 16.66666667%;
}
.busi-iot .container-fluid.col6-inner .span3 {
  padding: 0 26px;
  margin: 0;
  width: 25%;
}
.busi-iot .container-fluid.col6-inner .span4 {
  padding: 0 26px;
  margin: 0;
  width: 33.33333333%;
}
.busi-iot .container-fluid.col6-inner .span5 {
  padding: 0 26px;
  margin: 0;
  width: 41.66666667%;
}
.busi-iot .container-fluid.col6-inner .span6 {
  padding: 0 26px;
  margin: 0;
  width: 50%;
}
.busi-iot .container-fluid.col6-inner .span7 {
  padding: 0 26px;
  margin: 0;
  width: 58.33333333%;
}
.busi-iot .container-fluid.col6-inner .span8 {
  padding: 0 26px;
  margin: 0;
  width: 66.66666667%;
}
.busi-iot .container-fluid.col6-inner .span9 {
  padding: 0 26px;
  margin: 0;
  width: 75%;
}
.busi-iot .container-fluid.col6-inner .span10 {
  padding: 0 26px;
  margin: 0;
  width: 83.33333333%;
}
.busi-iot .container-fluid.col6-inner .span11 {
  padding: 0 26px;
  margin: 0;
  width: 91.66666667%;
}
.busi-iot .working-with-onecom .gform_wrapper form li.hs-form-booleancheckbox input.hs-input:checked+span {
  font-weight: 500;
}


.busi-iot .hs-col3 .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.onecom-eight .section.hs-col2-content .dnd-section > .row-fluid {
  padding: 0;
}

.onecom-eight .container-fluid.col2-left-content {
  padding: 0;
}

.onecom-eight .col2-left-content h3.form-title {
  font-size: 28px;
}

.onecom-eight .col2-left-content a {
  text-decoration: none;
  color: inherit;
}

.onecom-eight .col2-left-content .hs_cos_wrapper_type_rich_text {
  color: #F2F2F2;
  font-size: 0.8rem;
  line-height: 1.375;
}

.hs-busi-iot section.hs-col4 .btn.btn--file {
  background-image: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/images/file-png.jpg);
}

.onecom-eight .hs-col2-content .hs_error_rollup .hs-error-msgs label {
  color: #790000 !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-top: 0.1rem solid #790000;
  border-bottom: 0.1rem solid #790000;
  padding: 0.8rem 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.busi-iot .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-top: .1rem solid #790000;
  border-bottom: .1rem solid #790000;
  clear: both;
  width: 100%;
  text-align: center;
  border: none;
  color: #ff9802 !important;
  padding: 0 !important;
}

.onecom-eight .hs-col2-content .hs-form-field ul.inputs-list li>label.hs-error-msg {
  font-size: 10.8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.busi-iot .hs-form-field ul.inputs-list li>label.hs-error-msg {
  font-size: 10.8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.busi-iot .working-with-onecom .hs-form-field ul.inputs-list li>label.hs-error-msg {
  font-size: 13px;
  margin-top: 2px;
  color: #ff9802 !important;
  background: transparent;
  border: 0;
  font-weight: 500;
  font-family: AvenirNext, "Avenir Next", Lato, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0;
}

.busi-iot .image-with-content-slider-wrapper h6 {
  margin: 27px 0 9px;
  padding-top: 0;
  line-height: 24px;
}

@media screen and (max-width: 900px){

  .busi-iot .hs-col2 .page-center .col2 {
    width: 100%;
  }

  .busi-iot .hs-col2 .span4 {
    padding: 47px 11px 40px;
  }

}
@media screen and (max-width: 768px){

  .home-page .col2 h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .home-page .col2 a.btn {
    padding: 10px 23px;
  }

  .home-page .col3 .col3-inner .left {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .home-page .col3 .col3-inner .right {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .home-page .col3 {
    padding-bottom: 36px;
    padding-top: 30px;
  }

  .home-page .col3 .col3-inner .widget-type-linked_image {
    margin-bottom: 20px;
  }

  .home-page .col3 .col3-inner h2 {
    margin-bottom: 16px;
  }

  .home-page .col3 .hs_cos_wrapper_type_rich_text .btn {
    padding: 10px 23px;
    margin-top: 24px;
  }

  .home-page .col3 .col3-inner .widget-type-rich_text {
    margin-bottom: 20px;
  }
  .home-page .footer__newsletter .footer__newsletter__row {
    margin: 16px 0;
  }
  .custom-5g .col2 .col2-inner .left {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .custom-5g .col2 .col2-inner .right {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .custom-5g .col2 .col2-inner .right .right-inner {
    width: 100%;
    margin: auto;
    padding: 18px 16px 21px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .custom-5g .col2 .col2-inner .right .right-inner h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .custom-5g .col3 .section.section-heading h2.h3 {
    font-size: 20px;
  }
  .custom-5g .section.section-about.padding-36 {
    padding-top: 30px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .custom-5g .custom-col4-content .container-fluid .content-block {
    margin-bottom: 20px;
  }

  .custom-5g .hs-button {
    margin-top: 24px;
  }
  .section.hs-col2-content {
    padding-top: 30px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .section.hs-col2-content img.hs-image-widget {
    border-radius: 16px;
  }

  .section.hs-col2-content ._section.section_bg--full {
    padding: 54px 0;
  }

  .section.hs-col2-content.section-about .content-block, 
  .section.hs-col2-content.section-about .img-block {
    margin-bottom: 20px;
  }

  .section.hs-col2-content h1 {
    font-size: 24px;
  }

  .section.hs-col2-content .hs-form-field .hs-input, 
  .section.hs-col2-content .hs-form-field input#hs-pwd-widget-password {
    max-width: 100%;
  }

  .onecom-eight .container-fluid.col3 .dnd-section {
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .onecom-eight .container-fluid.col3 .span1,
  .onecom-eight .container-fluid.col3 .span2,
  .onecom-eight .container-fluid.col3 .span3,
  .onecom-eight .container-fluid.col3 .span4,
  .onecom-eight .container-fluid.col3 .span5,
  .onecom-eight .container-fluid.col3 .span6,
  .onecom-eight .container-fluid.col3 .span7,
  .onecom-eight .container-fluid.col3 .span8,
  .onecom-eight .container-fluid.col3 .span9,
  .onecom-eight .container-fluid.col3 .span10,
  .onecom-eight .container-fluid.col3 .span11 {
    width: 100%;
    margin-left: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .onecom-eight .container-fluid.col3 .hs_cos_wrapper_type_header h1 {
    font-size: 28px;
  }

  .onecom-eight .footer__newsletter .footer__newsletter__row {
    margin-top: 16px;
  }
  .home-page .col2 h2 {
    font-size: 28px;
    line-height: 1.125;
  }

  .busi-iot .container-fluid.col6-inner .span1,
  .busi-iot .container-fluid.col6-inner .span2,
  .busi-iot .container-fluid.col6-inner .span3,
  .busi-iot .container-fluid.col6-inner .span4,
  .busi-iot .container-fluid.col6-inner .span5,
  .busi-iot .container-fluid.col6-inner .span6,
  .busi-iot .container-fluid.col6-inner .span7,
  .busi-iot .container-fluid.col6-inner .span8,
  .busi-iot .container-fluid.col6-inner .span9,
  .busi-iot .container-fluid.col6-inner .span10,
  .busi-iot .container-fluid.col6-inner .span11 {
    padding: 0 26px;
    margin: 0;
    width: 100%;
  }
  .busi-iot .container-fluid.col6-inner .dnd-section > .row-fluid {
    display: block;
    margin: 48px auto 18px;
  }
  .busi-iot .hs-col2 .span1,
  .busi-iot .hs-col2 .span2,
  .busi-iot .hs-col2 .span3,
  .busi-iot .hs-col2 .span4,
  .busi-iot .hs-col2 .span5,
  .busi-iot .hs-col2 .span6,
  .busi-iot .hs-col2 .span7,
  .busi-iot .hs-col2 .span8,
  .busi-iot .hs-col2 .span9,
  .busi-iot .hs-col2 .span10,
  .busi-iot .hs-col2 .span11 {
    width: 100%;
  }

  .busi-iot .hs-col2 {
    margin-top: 59px;
  }

  .busi-iot .hs-col2 .span4 {
    padding-top: 0;
    padding-bottom: 41px;
  }

  .busi-iot .hs-col2 .hs_cos_wrapper_type_rich_text h6 {
    font-size: 18px;
  }

  .busi-iot .hs-col3 .block_row.__justify-.__align->div {
    font-size: 16px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }

  .busi-iot .hs-col3 .block_row.__justify-.__align- {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .busi-iot .hs-col3 h2 {
    font-size: 26px;
  }


  .busi-iot .__cta_wrap.two-col-content aside.ctas.ctas--large .cta a.cta__link .cta__text p {
    margin-bottom: 0;
  }



  .onecom-eight .col2-left-content h3.form-title {
    font-size: 24px;
  }

}

@media only screen and (max-width: 640px){

  .section.hs-col2-content .hs-form-field {
    padding-right: 0;
  }

}

/* ======  Privacy Css ======== */



.privacy-page .page-center {
  max-width: 61.1rem;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.privacy-page .privacy-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.privacy-page  .sidebar {
  padding: 0 0.55rem;
  width: 30.66666%;
  -ms-flex: 1 1 30.66666%;
  flex: 1 1 30.66666%;
  margin-right: 4%;
}

.privacy-page .main-content {
  padding: 0 0.55rem;
  width: 60%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 4%;
  margin-left: 0;
}

.privacy-page  .sidebar-inner {
  padding: 1rem 0;
  border: 1px solid #EFEFEF;
}

.privacy-page .main-content .dnd-section > .row-fluid,
.privacy-page .sidebar .dnd-section > .row-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.privacy-page .main-content h4 {
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
}

.privacy-page .main-content h4 strong {
  font-weight: 500;
}

.privacy-page .main-content p, .privacy-page .main-content li {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}

.privacy-page .main-content ul {
  padding-left: 0;
}

.privacy-page .main-content li {
  list-style-position: inside;
}

.privacy-page .main-content a {
  color: #cc6600;
  word-break: break-word;
}

.privacy-page .sidebar ul {
  margin: 0px 22px;
  display: block;
}

.privacy-page .sidebar ul li {
  list-style-position: inside;
  color: #474747;
  font-size: 0.8rem;
  line-height: 1.375;
}

.privacy-page .sidebar a {
  color: #cc6600;
}

.privacy-page .row-fluid [class*="span"],
.fullwidth-page .row-fluid [class*="span"],
.gigabit-page .row-fluid [class*="span"] {
  min-height: 1px;
}

.fullwidth-page,
.gigabit-page,
.custom-page-wrapper .body-container-wrapper {
  margin: 0;
}

.fullwidth-page .top-pane .widget-type-linked_image {
  width: 100%;
}

.fullwidth-page .top-pane .widget-type-linked_image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: unset;
}

.fullwidth-page .main-wrapper .dnd-section {
  padding-top: 74px;
  padding-bottom: 20px;
}

.fullwidth-page .main-wrapper .dnd-section > .row-fluid,
.gigabit-page .main-wrapper .dnd-section > .row-fluid {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.fullwidth-page .main-wrapper .span2,
.fullwidth-page .main-wrapper .span8,
.gigabit-page .top-pane .span2,
.gigabit-page .top-pane .span8,
.gigabit-page .main-wrapper .span7,
.gigabit-page .main-wrapper .span5 {
  margin: 0;
  width: 100%;
}

.fullwidth-page .main-wrapper .span8,
.gigabit-page .main-wrapper .span7,
.gigabit-page .main-wrapper .span5 {
  padding: 0 16px;
}

.gigabit-page .main-wrapper .span7 {
  line-height: 28px;
}

.gigabit-page .main-wrapper .span5 {
  padding-top: 44px;
}

.gigabit-page .main-wrapper .span5 h3 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 6px;
}

.gigabit-page .main-wrapper .span5 .hs_cos_wrapper_type_rich_text p {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 17px;
}

.gigabit-page .main-wrapper .span5 .hs-form-field {
  margin-bottom: 15px;
}

.gigabit-page .main-wrapper .span5 .hs-form-field > label {
  margin-bottom: 10px;
  color: #696969;
}

.gigabit-page .main-wrapper .span5 ul[role="checkbox"] {
  padding: 0 !important;
  margin: 3px 0 0;
}

.gigabit-page .main-wrapper .span5 .hs-input[type=checkbox] {
  margin: 3px 3px 3px 4px;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  padding: initial;
  border: initial;
  min-height: unset;
}

.gigabit-page .main-wrapper .span5 ul[role="checkbox"] label > span {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 500;
  color: #696969;
  margin-left: 5px;
}

.gigabit-page .main-wrapper .span5 ul[role="checkbox"] {
  padding: 0 !important;
  margin: 3px 0 0;
}

.gigabit-page .main-wrapper .span5 .hs-input[type=checkbox] {
  margin: 3px 3px 3px 4px;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  padding: initial;
  border: initial;
  min-height: unset;
}

.gigabit-page .main-wrapper .span5 ul[role="checkbox"] label > span {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 500;
  color: #696969;
  margin-left: 5px;
}

.gigabit-page .main-wrapper .span5 div.hs-main-font-element {
  margin: 0;
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 8px;
  padding: 6px 8px;
  font-size: 13.5px;
  opacity: 0.7;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 0;
}

.gigabit-page .main-wrapper .span5 div.hs-main-font-element p {
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

.gigabit-page .main-wrapper .span5 .hs-fieldtype-checkbox.hs-form-field {
  margin-bottom: 12px;
}

.gigabit-page .main-wrapper .span5 .actions {
  text-align: center;
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.gigabit-page .main-wrapper .hs-input {
  max-width: 100%;
}

.gigabit-page .main-wrapper .hs_error_rollup .hs-error-msgs label,
.enquiry-page .main-wrapper .hs_error_rollup .hs-error-msgs label {
  color: #790000 !important;
  font-size: 20px;
  font-weight: 700;
  margin-top: 1.25rem;
  border-top: 0.1rem solid #790000;
  border-bottom: 0.1rem solid #790000;
  padding: 0.8rem 0;
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
}

.custom-page-wrapper .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.custom-page-wrapper .span12.dnd-column {
  padding: 0.1px 13px;
}

.custom-page-wrapper .dnd-section[class*="full-width"] .span12.dnd-column {
  padding: 0;
}

.custom-page-wrapper .row-fluid [class*="span"] {
  min-height: 1px;
}

.isdn-page .two-column .span1,
.isdn-page .two-column .span7,
.isdn-page .two-column .span4 {
  width: 100%;
  margin: 0;
}

.isdn-page .two-column .span7,
.isdn-page .two-column .span4 {
  padding: 0 16px;
}

.isdn-page .two-column .span4 .widget-type-linked_image {
  width: 100%;
}

.custom-page-wrapper .widget-type-linked_image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: unset;
}

.isdn-page .two-column .span4 .widget-type-linked_image img {
  margin-bottom: 36px;
}

.isdn-page .working-with-onecom .service_contact .block--text h3 a {
  font-size: 23px;
  text-decoration: none;
  font-weight: 600;
}

.isdn-page .four-column .span3 {
  margin: 0;
  padding: 0 26px;
  -ms-flex: 1 1 330px;
  flex: 1 1 330px;
  font-size: 0.8rem;
  line-height: 1.375;
  color: #002A42;
}

.isdn-page .four-column .span3 .widget-type-linked_image img {
  width: 108px;
}

.isdn-page .working-with-onecom .gform_wrapper form li.hs-form-booleancheckbox input.hs-input:checked+span {
  font-weight: 500;
}

.isdn-page .four-column .span3 h3 {
  font-weight: 600;
  font-size: 20px;
  color: #263842;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 27px 0 9px;
}

.enquiry-page .main-wrapper .span6 {
  width: 100%;
  margin-left: 0!important;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.enquiry-page .main-wrapper .span6 .widget-type-linked_image img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
  border-radius: 24px;
}

.enquiry-page .main-wrapper form,
.enquiry-page .main-wrapper h3.form-title,
.enquiry-page .main-wrapper .hs-form label {
  color: #fff;
}

.enquiry-page .main-wrapper .span6 h3.form-title {
  font-size: 36px;
  margin-bottom: 20px;
}

.enquiry-page .main-wrapper .legal-consent-container p {
  color: #ffffff;
}

.enquiry-page .main-wrapper .hs-form-field {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 16px;
}

.enquiry-page .main-wrapper .hs-form-field:first-child {
  margin-top: 0;
}

.enquiry-page .main-wrapper .hs-input {
  max-width: 100%;
  margin-bottom: 0;
}

.enquiry-page .main-wrapper .hs-form-required {
  margin-left: 4px;
  color: #fff;
}

.enquiry-page .main-wrapper textarea {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  height: 80px;
  display: block;
  width: 100%;
  box-shadow: inset 0 1px 1px rgb(37 23 23 / 8%);
  border: 1px solid #ddd;
  color: #555;
  background-color: #fff;
  border-radius: 0.2rem;
  font-size: 90%;
  font-family: inherit;
  min-height: 100px;
} 

.enquiry-page .main-wrapper ul.inputs-list {
  padding: 0 !important;
  margin: 0;
}

.enquiry-page .main-wrapper ul.inputs-list > li {
  line-height: 1.3;
}

.enquiry-page .main-wrapper ul.inputs-list > li > label {
  line-height: 1.3;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.enquiry-page .main-wrapper .hs-input[type=checkbox] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  width: auto!important;
  margin-top: 6px;
  min-height: unset;
}

.enquiry-page .main-wrapper ul.inputs-list > li > label > span {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  max-width: 100%;
  font-weight: 500;
  cursor: pointer;
}

.enquiry-page .main-wrapper .hs-input[type=checkbox]:checked + span {
  font-weight: 700;
}

.enquiry-page .main-wrapper .actions {
  clear: both;
  width: 100%;
  text-align: center;
}

.enquiry-page .main-wrapper form {
  display: flex;
  flex-direction: column;
  padding-bottom: 21px;
}

.enquiry-page .main-wrapper form div[data-reactid*=".hbspt-forms-0.1:$6"],
.enquiry-page .main-wrapper form div[data-reactid=".hbspt-forms-1.1:$6"] {
  order: 3;
}

.enquiry-page .main-wrapper .hs-main-font-element {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.375;
  color: #F2F2F2;
}

.enquiry-page .main-wrapper .hs-main-font-element a {
  text-decoration: none;
  color: inherit;
}

.enquiry-page .main-wrapper .hs-form-field > label {
  margin-bottom: 6px;
}

.enquiry-page .main-wrapper .submitted-message {
  color: #fff;
}

.custom-page-wrapper .main-wrapper ul {
  padding-left: 0;
}

.custom-page-wrapper .main-wrapper ul li {
  list-style-position: inside;
}

.mitel-type2-page .main-wrapper .span6,
.mitel-type2-page .main-wrapper .span2,
.mitel-type2-page .main-wrapper .span8,
.mitel-type2-page .main-wrapper .span7,
.mitel-type2-page .main-wrapper .span5 {
  width: 100%;
  margin: 0;
}

.mitel-type2-page .main-wrapper .span6,
.mitel-type2-page .main-wrapper .span7,
.mitel-type2-page .main-wrapper .span5 {
  padding: 0 16px;
}

.mitel-type2-page .main-wrapper .span6:last-child {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.mitel-type2-page .main-wrapper .span6 .hs_cos_wrapper_type_text,
.mitel-type2-page .main-wrapper .span5 .hs_cos_wrapper_type_text {
  display: block;
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 28px;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
}

.mitel-type2-page .main-wrapper .hs-form-field {
  font-size: 20px;
  margin-bottom: 18px;
}

.mitel-type2-page .main-wrapper .hs-form-field > label {
  font-size: 18px;
  line-height: 28px;
  color: #696969;
  font-weight: 500;
  display: inline;
}

.mitel-type2-page .main-wrapper .inputs-list {
  padding-top: 0 !important;
  margin: 0;
}

.mitel-type2-page .main-wrapper .inputs-list li.hs-form-booleancheckbox {
  padding-top: 28px;
  font-size: 18px;
}

.mitel-type2-page .main-wrapper .hs-input[type=checkbox] {
  min-height: unset;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.mitel-type2-page .main-wrapper .inputs-list label > span {
  display: inline-block;
  margin-left: 4px;
  font-weight: 500;
  margin-top: 1px;
}

.mitel-type2-page .main-wrapper div.hs-main-font-element {
  line-height: 28px;
}

.mitel-type2-page .main-wrapper .actions {
  text-align: center;
}

.mitel-type2-page .main-wrapper .hs-button {
  margin: 6px 0 18px;
}

.mitel-type2-page .discription .hs-button {
  text-align: center;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  margin-top: 27px;
  margin-bottom: 18px;
  box-shadow: none;
}

.mitel-type2-page .discription .hs-button:hover,
.mitel-type2-page .discription .hs-button:focus {
  background: #FF9900;
  border-color: #FF9900;
  color: #002A42;
  transition: all 0.2s;
}

.mitel-type2-page .main-wrapper .span5 .hs-form-field > label {
  font-size: 20px;
}

.mitel-type2-page .main-wrapper .span5 .inputs-list li.hs-form-booleancheckbox {
  font-size: 20px;
  padding-top: 26px;
}

.mitel-type2-page .main-wrapper .span5 .inputs-list label > span {
  display: inline;
  margin-left: 5px;
}

.mitel-detail-page .main-wrapper .span6 {
  width: 100%;
  margin: 0;
  padding: 0 16px;
}

.mitel-detail-page .main-wrapper .embed_container {
  display: block;
}

.mitel-detail-page .main-wrapper .iframe_wrapper {
  padding-bottom: 57.86026201%;
  display: block;
  padding-top: 0;
}

.mitel-detail-page .main-wrapper .embed_container iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

.mitel-detail-page .main-wrapper .hs-button {
  text-align: center;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  margin-top: 27px;
  margin-bottom: 18px;
  box-shadow: none;
}

.mitel-detail-page .main-wrapper .hs-button:hover,
.mitel-detail-page .main-wrapper .hs-button:focus {
  background: #FF9900;
  border-color: #FF9900;
  color: #002A42;
  transition: all 0.2s;
}

.gamma-page .main-wrapper .span1,
.gamma-page .main-wrapper .span5,
.gamma-page .main-wrapper .span6 {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-3"] .col-right p,
.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-4"] .col-right p {
  margin: 0;
}

.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .col-left,
.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .col-left {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .virtual1_tab_service_section,
.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .virtual1_tab_service_section {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 54px 0;
}

.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .virtual1_tab_col,
.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .virtual1_tab_col {
  padding: 0 16px;
}

.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .virtual1_tab_col_inner,
.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .virtual1_tab_col_inner {
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .virtual1_tab_col.col-right img ,
.gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .virtual1_tab_col.col-right img {
  position: static;
}

.apple-detail-page .virtual1_tab[dat-tab="tab-widget_1619675775124-4"] h5 a {
  cursor: text;
}

.apple-detail-page .grey-wrapper {
  background: linear-gradient(39deg, #d3d3d3 0%, #d3d3d3 94%);
  color: #696969;
  line-height: 28px;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.apple-detail-page .grey-wrapper .span1,
.apple-detail-page .grey-wrapper .span3,
.apple-detail-page .grey-wrapper .span8 {
  margin: 0;
  width: 100%;
}

.apple-detail-page .grey-wrapper .span3 {
  padding: 0 1.2rem;
}

.apple-detail-page .grey-wrapper p sup {
  line-height: inherit;
}

.apple-detail-page .top-pane .span2,
.apple-detail-page .top-pane .span8 {
  margin: 0;
}

.apple-detail-page .top-pane .span2 {
  width: 16.66666666%;
}

.apple-detail-page .top-pane .span8 {
  width: 66.66666667%;
}

.apple-detail-page .top-pane .span8 .widget-type-linked_image {
  display: block;
  width: 100%;
}

.apple-detail-page .virtual1_tabs_sc .virtual1_tab_service_section {
  display: -ms-flexbox;
  display: flex;
}

.apple-detail-page .main-wrapper .virtual1_tab_col.col-right p {
  margin: 0;
}

.apple-detail-page .main-wrapper .virtual1_tab_col p sup {
  line-height: 28px;
}

.apple-detail-page .virtual1_tabs_sc .virtual1_tab_col_inner {
  color: #404040;
  font-size: 20px;
  line-height: 28px;
}

.apple-detail-page .virtual1_tabs_sc .tabber-btn-wrap {
  margin-bottom: 0;
}

.apple-detail-page .main-wrapper .virtual1_tab_col.col-right p {
  height: 100%;
}

.gamma-page .virtual1_tabs_sc .virtual1_tab_col.col-right p {
  height: 100%;
}


@media (min-width: 641px) {
  .gigabit-page .main-wrapper .span5 .hs-form-field,
  .enquiry-page .main-wrapper .hs-form-field {
    padding-right: 16px;
  }

  .gigabit-page .main-wrapper .span5 div.hs-main-font-element {
    width: calc(100% - 16px);
  }

  .enquiry-page .main-wrapper ul.inputs-list:not(.hs-error-msgs) {
    width: calc(100% + 16px);
  }
}

@media screen and (min-width: 769px) {
  .fullwidth-page .main-wrapper .span2,
  .gigabit-page .top-pane .span2,
  .mitel-type2-page .main-wrapper .span2 {
    width: 16.66666667%;
  }

  .fullwidth-page .main-wrapper .span8,
  .gigabit-page .top-pane .span8,
  .mitel-type2-page .main-wrapper .span8 {
    width: 66.66666667%;
  }

  .gigabit-page .main-wrapper .span7 {
    width: 79.16666667%;
  }

  .isdn-page .two-column .span1 {
    width: 8.33333333%;
  }

  .isdn-page .two-column .span7 {
    width: 45.83333333%;
  }

  .isdn-page .two-column .span4 {
    width: 33.33333333%;
  }

  .enquiry-page .main-wrapper .span6 {
    width: 50%;
  }

  .enquiry-page .main-wrapper .dnd-section > .row-fluid {
    flex-direction: row-reverse;
  }

  .mitel-type2-page .main-wrapper .span6 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }

  .mitel-type2-page .discription .hs-button:hover {
    color: #ffffff;
    text-decoration: none;
    background: #00CECE;
  }

  .mitel-type2-page .discription .hs-button:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #FF9900;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.2s;
  }

  .mitel-type2-page .discription .hs-button:hover:after {
    top: 0%;
  }

  .mitel-type2-page .main-wrapper .span7 {
    -ms-flex: 0 1 79.16666667%;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }

  .mitel-detail-page .main-wrapper .span6 {
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }

  .mitel-detail-page .main-wrapper .span6:last-child {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .mitel-detail-page .main-wrapper .hs-button:hover {
    color: #ffffff;
    text-decoration: none;
    background: #00CECE;
  }

  .mitel-detail-page .main-wrapper .hs-button:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #FF9900;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.2s;
  }

  .mitel-detail-page .main-wrapper .hs-button:hover:after {
    top: 0%;
  }

  .gamma-page .main-wrapper .span1 {
    -ms-flex: 0 1 8.33333333%;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }

  .gamma-page .main-wrapper .span5 {
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }

  .gamma-page .main-wrapper .span6 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .gamma-page .main-wrapper .span5 + .span6 {
    margin-left: 4.16666667%;
  }

  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .col-left,
  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .col-left {
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
    margin-left: 8.33333333%;
  }

  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-3"] .col-left,
  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-4"] .col-left {
    margin-left: 8.33333%;
  }

  .apple-detail-page .grey-wrapper .span1 {
    width: 8.33333333%;
  }

  .apple-detail-page .grey-wrapper .span3 {
    width: calc(25% + 0.6rem);
  }

  .apple-detail-page .grey-wrapper .span8 {
    width: calc(66.66% - 1.2rem);
  }

  .apple-detail-page .top-pane .span2 {
    width: 29.16666666%;
  }

  .apple-detail-page .top-pane .span8 {
    width: 41.66666667%;
  }

  .apple-detail-page .virtual1_tabs_sc .virtual1_tab_col {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media screen and (min-width: 800px) {
  .gigabit-page .main-wrapper .span7,
  .mitel-type2-page .main-wrapper .span7 {
    padding-top: 44px;
  }
}

@media screen and (min-width: 901px) {
  .gigabit-page .main-wrapper .span5 {
    width: 50%;
  }

  .mitel-type2-page .main-wrapper .span6:last-child {
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
    margin-left: 16.66666667%;
  }

  .mitel-type2-page .main-wrapper .span5 {
    margin-left: 16.66666667%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .mitel-detail-page .main-wrapper .span6:last-child {
    margin-left: 16.66666667%;
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }

  .apple-detail-page .top-pane .span2,
  .apple-detail-page .top-pane .span8{
    width: 33.33333333%;
  }
}

@media screen and (min-width: 1201px) {
  .apple-detail-page .top-pane .span2 {
    width: 35.416666665%;
  }

  .apple-detail-page .top-pane .span8 {
    width: 29.16666667%;
  }
}

@media screen and (max-width: 900px) {
  .privacy-page .privacy-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .privacy-page .main-content,
  .privacy-page  .sidebar {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .gigabit-page .main-wrapper .span7 h4,
  .isdn-page h5,
  .mitel-type2-page .main-wrapper .span7 h4,
  .gamma-page .virtual1_tabs_sc h5 {
    font-size: 20px;
  }

  .mitel-type2-page .main-wrapper .span6 h3 {
    font-size: 24px;
  }

  .gamma-page .top-pane h2,
  .apple-detail-page .top-pane h2 {
    font-size: 28px;
  }

  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .virtual1_tab_col h3,
  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .virtual1_tab_col h3 {
    font-size: 24px;
  }

  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-3"] h5 {
    font-size: 24px;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  .isdn-page .two-column .span7 h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .privacy-page .page-center {
    width: 100%;
  }

  .fullwidth-page .main-wrapper .dnd-section > .row-fluid,
  .gigabit-page .dnd-section > .row-fluid,
  .custom-page-wrapper .dnd-section > .row-fluid {
    flex-wrap: wrap;
  }

  .fullwidth-page .main-wrapper,
  .gigabit-page .main-wrapper .span7,
  .gigabit-page .top-pane .span8,
  .gigabit-page .main-wrapper .span5,
  .gigabit-page .main-wrapper .span5 ul[role="checkbox"] label > span,
  .isdn-page .two-column .span7,
  .mitel-type2-page .main-wrapper .span6,
  .mitel-type2-page .discription,
  .mitel-type2-page .main-wrapper .span7,
  .mitel-detail-page .main-wrapper,
  .gamma-page .main-wrapper {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .fullwidth-page .main-wrapper .dnd-section {
    padding-top: 73px;
    padding-bottom: 103px;
  }

  .gigabit-page .main-wrapper .span7,
  .gigabit-page .main-wrapper .span5,
  .mitel-type2-page .main-wrapper .span5,
  .mitel-type2-page .main-wrapper .span7,
  .mitel-detail-page .main-wrapper .span6 {
    margin: 0 0 36px;
  }

  .gigabit-page .main-wrapper .span5 h3 {
    font-size: 20px;
    margin-top: 12px;
  }

  .gigabit-page .main-wrapper .span5 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 12px;
  }

  .gigabit-page .main-wrapper .span5 .hs-form-field > label {
    margin-bottom: 8px;
  }

  .gigabit-page .main-wrapper .span5 .hs-form-field {
    margin-bottom: 10px;
  }

  .gigabit-page .main-wrapper .span5 ul[role="checkbox"] label > span {
    margin-top: 3px;
    display: inline-block;
    margin-left: 4px;
  }

  .gigabit-page .main-wrapper .span5 ul[role="checkbox"] {
    margin-top: 3px;
  }

  .gigabit-page .main-wrapper .span5 div.hs-main-font-element {
    font-size: 10.8px;
    margin-top: 14px;
  }

  .gigabit-page .main-wrapper .span5 {
    padding-top: 26px;
  }

  .custom-page-wrapper .row-fluid [class*="span"] {
    min-height: unset;
  }

  .isdn-page .two-column .span7,
  .isdn-page .two-column .span4,
  .mitel-type2-page .main-wrapper .span6 {
    margin: 0 0 36px;
  }

  .enquiry-page .main-wrapper .span6 .widget-type-linked_image img {
    border-radius: 16px;
  }

  .enquiry-page .main-wrapper .span6 h3.form-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .gigabit-page .main-wrapper .hs_error_rollup .hs-error-msgs label,
  .enquiry-page .main-wrapper .hs_error_rollup .hs-error-msgs label {
    font-size: 16px;
  }

  .mitel-type2-page .main-wrapper .span6 ul,
  .mitel-detail-page .main-wrapper .span6 ul,
  .custom-page-wrapper .main-wrapper ul {
    margin: 0 0 18px;
  }

  .mitel-type2-page .main-wrapper .span6 .hs_cos_wrapper_type_text,
  .mitel-type2-page .main-wrapper .span5 .hs_cos_wrapper_type_text {
    line-height: 1.375;
  }

  .mitel-type2-page .main-wrapper .hs-form-field > label {
    font-size: 14.4px;
    line-height: 1.375;
  }

  .mitel-type2-page .main-wrapper .hs-form-field {
    font-size: 16px;
  }

  .mitel-type2-page .main-wrapper .inputs-list label,
  .mitel-type2-page .main-wrapper .span5 .hs-form-field > label {
    font-size: 16px;
    line-height: 1.375;
  }

  .mitel-type2-page .main-wrapper .inputs-list label > span {
    font-size: 14.4px;
    margin-top: 4px;
  }

  .mitel-type2-page .main-wrapper .inputs-list li.hs-form-booleancheckbox,
  .mitel-type2-page .main-wrapper .span5 .inputs-list li.hs-form-booleancheckbox {
    font-size: 16px;
    padding-top: 19px;
    padding-bottom: 1px;
  }

  .mitel-type2-page .main-wrapper div.hs-main-font-element {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .mitel-type2-page .main-wrapper .span5 .inputs-list label > span {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-top: 0;
    margin-left: 4px;
  }

  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .virtual1_tab_service_section,
  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .virtual1_tab_service_section {
    padding: 25px 0 0;
    display: block;
  }  

  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-1"] .virtual1_tab_col,
  .gamma-page .virtual1_tab[dat-tab="tab-widget_1619675775124-2"] .virtual1_tab_col {
    padding-bottom: 25px;
  }

  .apple-detail-page .top-pane .span8 {
    margin: 0 auto;
  }

  .apple-detail-page .vertual-1-feature-section .vertual-1-feature-col:not(:first-child):not(:last-child) {
    padding-bottom: 22px;
  }

  .apple-detail-page .virtual1_tabs_sc .virtual1_tab_col_inner {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 640px) {
  .enquiry-page .main-wrapper ul.inputs-list > li > label > span {
    width: 85%;
  }
}



/*======= investor people page =======*/

.investor-people-page .bg-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.investor-people-page .content-block.large {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.investor-people-page .content-block.large p {
  font-size: 20px;
  line-height: 28px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.investor-people-page .row-fluid [class*="span"] {
  min-height: 1px;
}
.investor-people-page .nk-awb {
  position: relative;
  z-index: 0;
}

.investor-people-page .block_row {
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 100px;
  margin-bottom:0;
}
.investor-people-page .bottom-pane .dnd-section>.row-fluid {
  padding: 0;
}
.investor-people-page .bottom-pane .cwic_wrap.section {
  background-color: #133250;
  color: #fff;
}

.investor-people-page .bottom-pane .cwic_wrap.section h2,
.investor-people-page .bottom-pane .cwic_wrap.section p,
.investor-people-page .cm-col3 .cwic_wrap h2{
  color: #fff;
}
.investor-people-page .cm-col3 .dnd-section>.row-fluid {
  padding: 0;
}
.investor-people-page .col2 h2 {
  margin-bottom: 20px !important;
}
.investor-people-page .cwic_wrap .content-block.medium-font span {
  display: block;
}

@media screen and (min-width: 769px){
  .investor-people-page .cwic_wrap.section{
    padding: 36px 0;
  }
  .investor-people-page .bottom-pane .cwic_wrap.section .col-sm-11 {
    -ms-flex: 0 1 54.16666667%;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }

  .investor-people-page .bottom-pane .cwic_wrap.section .col-sm-12 {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
    margin: 0;
  }
  .investor-people-page .cm-col3 .cwic_wrap .col-sm-12 {
    -ms-flex: 0 1 45.83333333%;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }

  .investor-people-page .cm-col3 .cwic_wrap .col-sm-11{
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
    margin: 0;
  }
  .investor-people-page .col2 .cwic_wrap .col-sm-11{
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
}

@media(max-width:768px){
  .investor-people-page .col2 h2{
    margin-bottom: 16px !important;
  }
  .investor-people-page .section-about {
    padding-top: 30px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .investor-people-page .team-member-wrapper .right .content-block {
    padding-bottom: 20px;
  }
  .investor-people-page {
    overflow-x: hidden;
  }
  .investor-people-page .section-about .content-block, 
  .investor-people-page .section-about .img-block {
    margin-bottom: 20px;
  }
}

/*==========End ========*/

/*============ Samsung promo page  =======*/

.samsung-promo-page .bg-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: -1;
  background-position: center;
}

.samsung-promo-page .col3 {
  background-color: #fc9326;
  color: #fff;
}

.samsung-promo-page .col3 .col3-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  -ms-flex-align: end;
  align-items: flex-end;
}


.samsung-promo-page .col3 .col3-inner .left {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.samsung-promo-page .col3 .col3-inner .left img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}

.samsung-promo-page .col3 .col3-inner .right {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.samsung-promo-page .col3 .col3-inner .right h2 {
  margin-bottom: 20px;
}

.samsung-promo-page .col3 .dnd-section>.row-fluid {
  padding: 0;
}
.samsung-promo-page .col3 .dnd-section {
  padding: 0;
}
.samsung-promo-page .btn--outline {
  border: 2px solid #002A42;
  font-weight: 600;
  font-size: 20px;
  color: #002A42;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  margin-top: 32px;
}
.samsung-promo-page .btn--outline-white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.samsung-promo-page .btn--outline:hover,
.samsung-promo-page .btn--outline:focus {
  color: #002A42;
  border-color: #FF9900;
  text-decoration: underline;
}
.samsung-promo-page .btn--outline-white:hover, 
.samsung-promo-page .btn--outline-white:focus {
  text-decoration: underline;
}
.samsung-promo-page .life-onecom-wrapper.section .col-md-20 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.samsung-promo-page .life-onecom-wrapper .block_row {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.samsung-promo-page .life-onecom-wrapper .nk-awb {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.samsung-promo-page .life-onecom-wrapper .video-block {
  margin: 0;
}
.samsung-promo-page .body-container-wrapper {
  margin: 0;
}
.samsung-promo-page .content-block.large p {
  font-size: 20px;
  line-height: 28px;
}
.samsung-promo-page  .life-onecom-wrapper {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.samsung-promo-page .col3 {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 769px){
  .samsung-promo-page .col3 .col3-inner .left {
    margin-left: 16.66666667%;
    -ms-flex: 0 1 20.83333333%;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .samsung-promo-page .col3 .col3-inner .right {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  } 
  .samsung-promo-page .life-onecom-wrapper ._section.section_bg--full {
    padding: 36px 0;
  }

  .samsung-promo-page .life-onecom-wrapper.section .col-md-20 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
}

@media(max-width:768px){
  .samsung-promo-page .section-about .content-block, 
  .samsung-promo-page .section-about .img-block {
    margin-bottom: 20px;
  }
  .samsung-promo-page .life-onecom-wrapper ._section.section_bg--full{
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .samsung-promo-page .life-onecom-wrapper .block {
    margin-bottom: 20px;
  }
  .samsung-promo-page .col3 {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .samsung-promo-page .col3 .col3-inner .left {
    margin-bottom: 20px;
  }

  .samsung-promo-page .footer__newsletter .footer__newsletter__row {
    margin: 16px 0;
  }
  .samsung-promo-page .col3 .col3-inner .right h2{
    margin-bottom: 16px;
  }
  .samsung-promo-page .btn {
    margin-top: 24px;
  }

  .samsung-promo-page .col3 .col3-inner {
    margin-bottom: 4px;
  }
  .samsung-editon-page .col2 p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
}
/*============= End =========*/


/*============  Samsung-editon-page ============*/


.samsung-editon-page .body-container-wrapper {
  margin: 0;
}

.samsung-editon-page .col2 .dnd-section {
  padding: 54px 0;
  text-align: center;
}

.samsung-editon-page .col2  .dnd-section>.row-fluid {
  padding: 0.1px 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  max-width: 36.5rem;
}
.samsung-editon-page .col2 p {
  margin: 0 0 18px !important;
  line-height: 1.38888889;
  font-size: 18px;
}

.samsung-editon-page .col3 {
  margin-top: 74px;
  margin-bottom: 8px;
  padding: 54px 0;
}
.samsung-editon-page .dnd-section{
  padding: 0;
}
.samsung-editon-page .col3 .left {
  padding: 0 16px;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.samsung-editon-page .col3 .right {
  padding: 0 16px;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.samsung-editon-page .col3 .col3-inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  align-items: end;
}

.samsung-editon-page .col3  .dnd-section>.row-fluid {
  padding: 0;
}
.samsung-editon-page .col3 .right h3 {
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0 6px;
  font-size: 1.25em;
}

.samsung-editon-page .col3 .right p {
  font-weight: 400;
  margin-bottom: 0;
}
.samsung-editon-page  p sup {
  line-height: 28px;
}
.samsung-editon-page .col3 .right-inner {
  margin: 6px 0 0;
}
.samsung-editon-page ul {
  padding: 0;
}

.samsung-editon-page ul li {
  list-style-position: inside;
}
.hs-custom-form-wrapper form .hs-richtext.hs-main-font-element {
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 12px;
  padding: 6px 8px;
  font-family: inherit;
  font-size: 67.5%;
  opacity: 0.7;
  font-weight: 400;
  line-height: 22.95px;
  letter-spacing: normal;
  padding-top: 0;
}

.hs-custom-form-wrapper form .hs-form-field>label {
  color: #696969;
  margin-bottom: 10px;
}
.hs-custom-form-wrapper form .hs-form-field {
  margin-bottom: 19px;
}
.hs-custom-form-wrapper form {
  margin-top: 21px;
  font-size: 20px;
}
.hs-custom-form-wrapper form .inputs-list label {
  color: #696969;
  font-weight: 500;
  padding-top: 4px;
  padding-left: 4px;
}

.hs-custom-form-wrapper form .inputs-list {
  padding: 0 !important;
  margin: 0 !important;
}

.hs-custom-form-wrapper form .hs-form-field.hs-fieldtype-checkbox >label {
  display: none;
}

.hs-custom-form-wrapper form [type="checkbox"] {
  min-height: unset;
  margin-right: 7px;
}
.hs-custom-form-wrapper form .actions {
  padding: 0;
  margin: 0;
  text-align: center;
}

.hs-custom-form-wrapper form .hs-richtext.hs-main-font-element p {
  margin: 0;
}
.hs-custom-form-wrapper form .hs-error-msgs label {
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  padding: 0.3rem 0.5rem !important;
}

.hs-custom-form-wrapper .hs_error_rollup .hs-error-msgs label {
  font-size: 20px;
  font-weight: 700;
  color: #790000 !important;
  line-height: 28px;
}

.legal-consent-container {
  margin-top: 20px;
}

.legal-consent-container input[type="checkbox"] {
  min-height: 0;
  margin-top: 0;
  margin-left: 0!important;
  margin-right: 12px!important;
  margin-bottom: 0;
}

@media screen and (min-width: 769px){
  .samsung-editon-page .col3 .left{
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .samsung-editon-page .col3 .right {
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
}

@media screen and (min-width: 901px){
  .samsung-editon-page .col3 .left{
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  } 
  .samsung-editon-page .col3 .right {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1201px){
  .samsung-editon-page .col3 .left{
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  } 
  .samsung-editon-page .col3 .right {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .galaxy-s20-page .col4 .btn--outline[href^="tel"] {
    pointer-events: unset;
  }

}

@media(max-width:767px){
  .samsung-editon-page .col2 .dnd-section {
    padding: 27px 0 29px;
  }

  .samsung-editon-page .col3 .left h3 {
    font-size: 24px;
  }

  .samsung-editon-page .col3 .col3-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .samsung-editon-page .col3 .left {
    font-size: 0.8rem;
    line-height: 1.375;
    margin: 0 0 36px;
  }

  .samsung-editon-page ul {
    margin: 0 0 18px;
  }
  .samsung-editon-page .col2 p {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .samsung-editon-page p sup {
    line-height: 1.375;
  }
  .samsung-editon-page .col3 .right h3 {
    font-size: 1.25em;
  }

  .samsung-editon-page .col3 .right {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .samsung-editon-page .hs-custom-form-wrapper form {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .samsung-editon-page .hs-custom-form-wrapper form .hs-form-field>label {
    margin-bottom: 8px;
  }
  .samsung-editon-page .hs-custom-form-wrapper form .inputs-list label {
    padding-top: 1px;
    padding-bottom: 21px;
    line-height: 1.7;
  }
  .samsung-editon-page .hs-custom-form-wrapper form .hs-richtext.hs-main-font-element {
    line-height: 18.36px;
  }

  .samsung-editon-page .col3 {
    margin-bottom: 69px;
  }
}


/*========== Office 365 page ===========*/


.office-365-page .body-container-wrapper {margin-top: 0;}

.office-365-page .cwic_wrap.section ol {
  padding: 0;
  margin: 0px 0 1.3125em 1.455em;
  list-style-position: inside;
}

.office-365-page .col2 .cwic_wrap.section h2 {
  line-height: 1.125;
  font-size: 40px;
  margin-bottom: 18px;
  font-weight: 600;
}

.office-365-page .col2 .cwic_wrap.section h2 strong {
  font-weight: 600;
}
.office-365-page  .row-fluid [class*="span"]{
  min-height: 1px; 
}
.office-365-page .investor-content-wrapper h2,.investor-content-wrapper h3 {
  color: #ffffff;
}

.office-365-page .investor-content-wrapper h2 b {
  font-weight: 600;
}

.office-365-page .investor-content-wrapper .content-block.large p {
  font-size: 18px;
  line-height: 27px;
}
.office-365-page .investor-content-wrapper .row-fluid {
  -ms-flex-align: start;
  align-items: flex-start;
}
.office-365-page .col3 ol {
  padding: 0;
}

.office-365-page .col3 .dnd-section {
  padding: 36px 0;
}
.office-365-page .col3 .dnd-section ol li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  list-style-position: outside;
}

.office-365-page .col4 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.office-365-page .col4 form .legal-consent-container p {
  color: #ffffff;
}

.office-365-page .col4 h4,
.office-365-page .col4 h3,
.office-365-page .col4 .hs-form label {
  color: inherit;
}

.office-365-page .hs-form-required {
  margin-left: 4px;
  color: #fff;
}

.office-365-page .hs-custom-form-wrapper form .hs-form-field>label {
  margin-bottom: 6px;
}
.hs-custom-form-wrapper .hs-input {
  max-width: 100%;
}

.office-365-page .hs-custom-form-wrapper form .hs-form-field {
  margin-bottom: 14px;
}
.office-365-page .hs-custom-form-wrapper form {
  font-size: .813em;
  line-height: inherit;
  margin-top: 16px;
}

.office-365-page .hs-custom-form-wrapper form .hs-richtext.hs-main-font-element {
  margin-top: 12px;
  padding: 6px 8px;
  margin-bottom: 0;
  padding-top:0;
}

.office-365-page .hs-custom-form-wrapper form .hs-richtext.hs-main-font-element p {
  color: #fff;
  line-height: 15.12px;
  font-size: 10.8px;
  font-weight: 400;
}
.office-365-page .hs-custom-form-wrapper h3 {
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0 6px;
  font-size: 1.25em;
}
.office-365-page .hs-custom-form-wrapper form .inputs-list label {
  padding-top: 10px;
  padding-left: 4px;
}
.office-365-page .hs-custom-form-wrapper form .hs-form-field.hs-fieldtype-checkbox {
  margin-bottom: 12px;
}
.office-365-page .hs-custom-form-wrapper form .inputs-list label span {
  line-height: 1.4;
  font-size: 16px;
  vertical-align: text-top;
}
.office-365-page .col3 .widget-type-rich_text {
  color: #002A42;
}
@media screen and (min-width: 769px){
  .office-365-page .cwic_wrap.section .col-sm-12 {
    -ms-flex: 0 1 45.83333333%;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }

  .office-365-page .cwic_wrap.section .col-sm-11 {
    -ms-flex: 0 1 54.16666667%;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
    margin: 0;
  }
  .office-365-page .cwic_wrap.section,
  .office-365-page .col4 .dnd-section{
    padding: 36px 0;
  }
  .office-365-page .investor-content-wrapper .col-sm-10 {
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }

  .office-365-page .investor-content-wrapper .col-sm-9 {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
    margin: 0;
  }
  .office-365-page .col3  .widget-type-rich_text {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
    margin-left: 8.33333333%;
  }
}


@media(max-width:768px){
  .office-365-page .col2 .cwic_wrap.section h2 {
    font-size: 32px;
  }

  .office-365-page .investor-content-wrapper,
  .office-365-page .col3 .widget-type-rich_text,
  .office-365-page .col4 .dnd-section{
    padding-left: 4px;
    padding-right: 4px;
  }

  .office-365-page .investor-content-wrapper .img-block,
  .office-365-page .investor-content-wrapper .content-block {
    margin-bottom: 20px;
  }

  .office-365-page .col4 .dnd-section>.row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .office-365-page  .content-block p a,
  .office-365-page .col3 .dnd-section ol li a{
    word-break: break-word;
  }
}
@media(max-width:767px){
  .office-365-page .col4 .dnd-section>.row-fluid >.dnd-column + .dnd-column {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  } 
  .office-365-page .col4 .dnd-section>.row-fluid >.dnd-column:first-child {
    -ms-flex-order: 2;
    order: 2;
  }
}

/*=========== End =========*/


/*===========  Top customer experience tips page ===========*/


.customer-experience-page .body-container-wrapper {
  margin: 0;
}

.customer-experience-page .col2 .dnd-section {
  padding: 54px 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.38888889;
}

.customer-experience-page .col2 .dnd-section > .row-fluid {
  max-width: 36.5rem;
  padding: 0.1px 16px;
}
.customer-experience-page .col3 .cwic_wrap.section {
  padding: 0;
}
.customer-experience-page .col3 .cwic_wrap.section h2 {
  font-size: 32px;
  margin-bottom: 18px;
}
.customer-experience-page .col5 {
  text-align: center;
}

.customer-experience-page .col5 p {
  font-size: 16px;
  line-height: 24px;
  color: #002A42;
  margin:0;
}
.customer-experience-page .col6 .left ,
.customer-experience-page .col6 .right{
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.customer-experience-page .col6 .dnd-section>.row-fluid {
  padding: 0;
}
.customer-experience-page .hs-custom-form-wrapper .inputs-list label span {
  line-height: 1.5;
  font-size: .875em;
  color: #404040;
}

.customer-experience-page .hs-custom-form-wrapper .hs-form-booleancheckbox {
  font-size: 16px;
  line-height: 1.4;
}

.customer-experience-page .hs-custom-form-wrapper .hs-input[type=checkbox] {
  margin-right: 6px;
  margin-left: 1px;
  margin-top: 6px;
  min-height: unset;
}

.customer-experience-page .hs-custom-form-wrapper .hs-form-booleancheckbox label {
  display: -ms-flexbox;
  display: flex;
  color: #404040;
  padding-top: 5px;
  padding-left: 0px;
}

.customer-experience-page .col6 .hs-custom-form-wrapper .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  text-align: center;
}
.customer-experience-page .col6 .dnd-section{
  padding:0; 
}
.customer-experience-page .hs-custom-form-wrapper .hs-form-field {
  margin-bottom: 11px;
}

.customer-experience-page .hs-custom-form-wrapper textarea {
  min-height: 100px;
}

.customer-experience-page .hs-custom-form-wrapper form {
  margin: 13px 0;
}

.customer-experience-page .hs-custom-form-wrapper .hs-form-field>label {
  margin-bottom: 6px;
  color: #404040;
}
.samsung-editon-page .hs-custom-form-wrapper .hs-form-required,
.customer-experience-page .hs-custom-form-wrapper .hs-form-required{
  display: none;
}
.customer-experience-page .hs-custom-form-wrapper .hs-input[type=checkbox]:checked + span {
  font-weight: 700;
}
.customer-experience-page .hs-custom-form-wrapper form .hs-richtext.hs-main-font-element {
  padding: 0;
  margin: 0;
  border: none;
  min-height: unset;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.375;
  color: #F2F2F2;
  overflow: unset;
  position: absolute;
  bottom: -12px;
  font-weight: 500;
}
.customer-experience-page .hs-custom-form-wrapper form {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}

.customer-experience-page .hs-custom-form-wrapper form .hs-richtext.hs-main-font-element a {
  text-decoration: none;
}

@media screen and (min-width: 769px){
  .customer-experience-page .col3 .cwic_wrap.section .col-sm-11 {
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }

  .customer-experience-page .col3 .cwic_wrap.section .col-sm-12 {
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  } 
  .customer-experience-page .col3 .cwic_wrap.section {
    padding: 0;
    margin-bottom: 60px;
  }
  .customer-experience-page .col4 .cwic_wrap.section-about .col-image.left {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-left: 16.66666667% !important;
  }

  .customer-experience-page .col4 .cwic_wrap.section-about .col-content.right {
    margin-left: 8.33333333%;
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .customer-experience-page .col4 .cwic_wrap.section {
    padding: 36px 0;
    margin-bottom:36px;
  }
  .customer-experience-page .col5 .dnd-section,
  .customer-experience-page .col6{
    padding: 36px 0;
  }
  .customer-experience-page .col5 .widget-type-rich_text {
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
    margin-left: 16.66666667%;
  }
  .customer-experience-page .col6 .left {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .customer-experience-page .col6-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .customer-experience-page .col6 .right {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-left: 8.33333333%;
  }
}

@media(max-width:767px){
  .customer-experience-page .col2 .dnd-section{
    padding: 27px 0 29px;
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .customer-experience-page .col3 .cwic_wrap.section {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .customer-experience-page .col3 .cwic_wrap.section h2 {
    font-size: 26px;
  }

  .customer-experience-page .col5 .dnd-section {
    padding-bottom: 36px;
  }

  .customer-experience-page .col6 {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .customer-experience-page .col6 .page-center {
    padding: 0;
  }


  .customer-experience-page .hs-custom-form-wrapper form {
    margin-top: 34px;
    margin-bottom: 31px;
  }
}


/*=======  Galaxy S20 Page  ===========*/

.galaxy-s20-page .body-container-wrapper{
  margin:0; 
}
.galaxy-s20-page .col2 .dnd-section>.row-fluid {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 22px;
  padding: 11px;
  font-size: 22px;
  line-height: 30px;
}

.galaxy-s20-page .col2 .dnd-section {
  padding: 0;
}

.galaxy-s20-page .col2  p {
  font-size: 1.1rem;
  line-height: 1.40909091;
  color: #1c1b1f;
  margin-bottom: 35px;
}
.galaxy-s20-page .col2 .btn {
  margin-bottom: 10px;
}

.galaxy-s20-page .service__name {
  display: block;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 14px;
  margin-bottom: 6px;
  color: #FF9900;
  text-shadow: none;
}
.galaxy-s20-page .btn--outline {
  border: 2px solid #002A42;
  font-weight: 600;
  font-size: 20px;
  color: #002A42;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  cursor:pointer;
}
.galaxy-s20-page .btn--outline:hover,
.galaxy-s20-page .btn--outline:focus {
  color: #002A42;
  border-color: #FF9900;
  text-decoration: underline;
}
.galaxy-s20-page .virtual1_tab {
  padding: 54px 0;
}

.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_col.col-left {
  padding: 0 16px;
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  max-width: 41.66666667%;
  margin-left: 8.33333333%;
  width: 100%;
}

.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_col_inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_service_section {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_col.col-right {
  text-align: center;
  padding: 0 16px;
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  max-width: 41.66666667%;
  margin-left: 4.16666667%;
}

.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab {
  background: linear-gradient(
    39deg
    , #000000 0%, #000000 94%);
  color: #fff;
}

.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab h3,
.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab h2 {
  color: #fff;
  margin: 0 0 24px;
}

.galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_col_inner {
  color: #fff;
}

.galaxy-s20-page .virtual1_tabs_sc .btn--blue {
  padding: 10px 20px 11px;
  line-height: 24px;
  border: 2px solid #002A42;
  color: #fff;
  border-color: #fff;
  background: transparent;
  margin-bottom: 0;
}

.galaxy-s20-page .virtual1_tabs_sc .tabber-btn-wrap {
  margin-bottom: 11px;
}
.cm-microsoft-section {
  background: linear-gradient(
    39deg
    , #000000 0%, #000000 94%);
  color: #fff;
}

.cm-microsoft-section h3 {
  color: #fff;
  margin: 0 0 24px;
}

.cm-microsoft-section .btn {
  color: #fff;
  border-color: #fff;
  margin-top: 27px;
  border-radius: 34px;
  font-size: 28px;
  text-align: center;
  line-height: 28px;
  padding: 19px 38px;
}

.cm-microsoft-section .dnd-section>.row-fluid,
.cm-microsoft-section .dnd-section{
  padding: 0;
}

.cm-microsoft-section {
  padding: 54px 0;
}
.cm-microsoft-section {
  background: linear-gradient(
    39deg
    , #000000 0%, #000000 94%);
  color: #fff;
}

.cm-microsoft-section h3 {
  color: #fff;
  margin: 0 0 24px;
}

.cm-microsoft-inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.cm-microsoft-inner .left {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 16px;
}

.cm-microsoft-inner .right {
  text-align: center;
  padding: 0 16px;
}
.enterprise-edition-section .dnd-section,
.enterprise-edition-section .dnd-section > div {
  padding: 0;
}

.enterprise-edition-section {
  padding: 54px 0;
  background: linear-gradient(
    39deg
    , #000000 0%, #000000 94%);
  color: #fff;
}

.enterprise-edition-section h3 {
  color: #fff;
  margin: 0 0 24px;
}

.enterprise-edition--inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0;
}

.enterprise-edition-section .left {
  padding: 0 16px;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.galaxy-s20-page .enterprise-edition-section .btn {
  color: #fff;
  border-color: #fff;
  margin-top: 27px;
}

.galaxy-s20-page .col2 h1 {
  text-shadow: 2px 2px 3px rgb(90 86 107 / 23%);
  letter-spacing: 0;
  line-height: 51px;
  font-weight: 600;
}
.bottom_pane .dnd-section>.row-fluid {
  padding: 0;
}

.bottom_pane .dnd-section>.row-fluid .widget-type-rich_text {
  padding: 0.1px 13px;
}

.galaxy-20-lay .virtual1_tabs_sc .virtual1_tab-2 .virtual1_tab_col.col-right,
.galaxy-20-lay .virtual1_tabs_sc .virtual1_tab-3 .virtual1_tab_col.col-right {
  text-align: left;
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  margin-left: 0;
}

.galaxy-20-lay .virtual1_tabs_sc .virtual1_tab-1 .virtual1_tab_col.col-right p,
.galaxy-20-lay .virtual1_tabs_sc .virtual1_tab-2 .virtual1_tab_col.col-right p{
  margin: 0;
}
.galaxy-s20-page .virtual1_tabs_sc .btn--blue:after {
  display: none;
}
.galaxy-s20-page .virtual1_tabs_sc .btn--blue:hover {
  background-color: #FF9900;
  color: #fff;
  border-color: #fff;
  text-decoration: underline;
}
.galaxy-s20-page .btn--outline[href^="tel"]:hover {
  color: #002A42;
  border-color: #FF9900;
  text-decoration: underline;
}
@media screen and (min-width: 701px){
  .galaxy-s20-page .col2 .dnd-section>.row-fluid h1 {
    line-height: 1.333;
    text-rendering: optimizelegibility;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 11px;
    color: #1c1b1f;
    text-shadow: 2px 2px 3px rgb(90 86 107 / 23%);
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px){
  .galaxy-s20-page .col4 .samsung-galaxy-content .block_row .block--image {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
    margin-left: 4.16666667%;
  }

  .galaxy-s20-page .col4 .samsung-galaxy-content .block_row .block--text {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .cm-microsoft-inner .left {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .enterprise-edition-section .left {
    margin-left: 8.33333333%;
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
}

@media screen and (min-width: 1200px){
  .galaxy-s20-page .hero--default .hero__image {
    height: 566px;
  }
  .enterprise-edition-section .left {
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .galaxy-s21-page .hero--default .hero__image {
    padding-bottom: 20%;
    height: 0;
    min-height: unset;
  }
}
@media screen and (min-width: 902px) and (max-width: 1199px){
  .galaxy-s20-page .hero--default .hero__image {
    height: 412px;
  }
}


@media screen and (max-width: 900px){
  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab h3 {
    font-size: 24px !important;
  }
  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab h2 {
    font-size: 28px;
  }

  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab h3 {
    font-size: 24px;
  }

  .enterprise-edition-section h3,
  .cm-microsoft-section h3 {
    font-size: 24px;
  }
}

@media(max-width:768px){
  .galaxy-s20-page .service__name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto 8px;
    line-height: 18px;
  }

  .galaxy-s20-page .hero--default .hero__image {
    position: relative;
    height: 81.25vw;
  }
  .galaxy-s20-page .col2 h1 {
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 auto 19px;
    font-size: 23px;
  }
  .galaxy-s20-page .col2 p {
    padding-left: 16px;
    padding-right: 16px;
    letter-spacing: 0;
    line-height: 25px;
    font-size: 18px;
  }
  .enterprise-edition--inner {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .enterprise-edition-section h3 {
    font-size: 24px;
  }

  .enterprise-edition-section .left {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .enterprise-edition--inner > div {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }

  .enterprise-edition--inner > div + div {
    margin: 0 0 18px;
  }
  .cm-microsoft-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .cm-microsoft-section h3 {
    font-size: 24px;
  }

  .cm-microsoft-section {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .cm-microsoft-inner .left {
    margin: 0 0 36px;
  }
  .galaxy-s20-page .virtual1_tab {
    padding: 0;
  }

  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_service_section {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding: 25px 0 0;
  }

  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_col.col-left {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 0.8rem;
    line-height: 1.375;
    -ms-flex-order: 1;
    order: 1;
  }

  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_col.col-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab_col.col-right p {
    margin: 0;
  }
  .galaxy-s20-page .virtual1_tabs_sc .virtual1_tab:last-child {
    padding: 0 0 18px;
  }

}

@media screen and (min-width: 701px) and (max-width: 901px){
  .galaxy-s20-page .hero--default .hero__image{
    height: 300px;
  }
}



/*===========  Galaxy s21 page =========*/
.galaxy-s21-page .col2 .dnd-section>.row-fluid {
  padding: 0.1px 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  margin-bottom:0;
}

.galaxy-s21-page .col2 .dnd-section>.row-fluid h1 {
  font-size: 40px;
  line-height: 1.125;
  color: #002A42;
  margin-bottom: 18px;
  text-shadow: none;
}

.galaxy-s21-page .col2 p {
  color: #696969;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 18px;
}

.galaxy-s21-page .col2 p a.btn--larger {
  border-radius: 34px;
  font-size: 28px;
  text-align: center;
  line-height: 28px;
  padding: 19px 38px;
  margin: 3px 0 0px;
}
.galaxy-s21-page .cm-samsung-threecol-wrapper .block.center img {
  margin-bottom: 18px;
}
.cm-samsung-threecol-wrapper ul li sup {
  line-height: 1.7;
}
.galaxy-s21-page .col3 .dnd-section>.row-fluid {
  max-width: 48rem;
}
.galaxy-s21-page .col3 .dnd-section>.row-fluid .span3 {
  padding: 0 16px;
  margin: 0;
  width: 25%;
}

.galaxy-s21-page .col4 .widget-type-rich_text h2 {
  margin-bottom: 24px;
}
.galaxy-s21-page .virtual1_tabs_sc .virtual1_tab_col.col-right p {
  margin-bottom: 0;
}
.galaxy-s21-page .compare-specification-section .compare-specification-col.text-col img {
  margin-top: 18px;
}

@media(min-width:769px){
  .galaxy-s21-page .col4 .widget-type-rich_text {
    -ms-flex: 0 1 91.66666667%;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
    margin-left: 4.16666667%;
    padding: 0 16px;
  }
  .galaxy-s21-page .hero--default .hero__image {
    padding-bottom: 20%;
    height: 0 !important;
    min-height: unset; 
  }
}

@media screen and (min-width: 1200px){
  .galaxy-s21-page .hero--default .hero__image {
    padding-bottom: 20%;
    height: 0;
    min-height: unset;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px){
  .galaxy-s21-page  .virtual1_tabs_sc .virtual1_tab_col.col-right img{
    position: static;
  }
}

@media screen and (max-width: 900px){
  .galaxy-s21-page .col2 .dnd-section>.row-fluid h5 {
    font-size: 20px;
  }
  .galaxy-s21-page .col3 .widget-type-rich_text h3 {
    font-size: 24px;
  }

  .galaxy-s21-page .col3 .widget-type-rich_text h4 {
    font-size: 20px;
  }

  .galaxy-s21-page .col4 .widget-type-rich_text h2 {
    font-size: 28px;
  }
  .galaxy-s21-page .col4 .widget-type-rich_text h5 {
    font-size: 20px;
  }
}

@media(max-width:768px){
  .galaxy-s21-page .hero.hero--default {
    background: #0e0e43;
    overflow: hidden;
    padding-bottom: 20%;
  }

  .galaxy-s21-page .hero--default .hero__image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: center;
    opacity: 1;
    height: 100%;
  }

  .galaxy-s21-page .hero--default .hero__image {
    margin-bottom: -25.625%;
    position: relative;
    height: 100vw !important;
    background-image: none!important;
  } 
  .galaxy-s21-page .col2 .dnd-section>.row-fluid h1 {
    font-size: 32px;
  }

  .galaxy-s21-page .col3 .widget-type-rich_text {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .galaxy-s21-page .col3 .dnd-section>.row-fluid .span3 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }

  .galaxy-s21-page .col3 .dnd-section>.row-fluid .span3 h4 {
    margin-bottom: 0;
    padding-bottom: 18px;
  }

  .galaxy-s21-page .col3 .dnd-section>.row-fluid .span3:last-child {
    margin-bottom: 0;
  }
  .galaxy-s21-page .col4 .widget-type-rich_text {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.375;
    padding: 0 16px;
  }
  .galaxy-s21-page .col2 p {
    padding: 0;
  }
  .galaxy-s21-page .virtual1_tabs_sc .virtual1_tab:last-child .virtual1_tab_col.col-right {
    margin: 0;
  }
  .galaxy-s21-page .col4 .widget-type-rich_text h2 {
    margin-top: 0!important;
    padding-top: 0px !important;
  }
}

@media(max-width:400px){
  .galaxy-s21-page .hero.hero--default {
    background: #0e0e43;
    overflow: hidden;
    padding-bottom: 22.6%;
  } 
  .gb.wc_row1.at_row4 h3 {
    font-size: 22px;
  }
}

/* ========= Custom Css ========== */


.rw-grp3 .dnd-section {
  padding-bottom: 136px;
}
.remote-working-pg .__cta_wrap.two-col-content aside.ctas.ctas--large .cta a.cta__link .cta__text p {
  margin-bottom: 42px;
}

.rw-grp4 .dnd-section {
  padding: 0 0 68px;
}
.rw-grp4 .dnd-section > .row-fluid {
  max-width: 1440px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.rw-grp4 .widget-type-linked_image {
  margin-bottom: 18px;
}
.rw-grp4 .widget-type-linked_image img {
  width: 517px;
}
.rw-grp4 .widget-type-rich_text h2 {
  margin: 0 0 24px;
}
.rw-grp5 .dnd-section {
  padding: 72px 0;
}
.rw-grp5 .dnd-section .solbb-mdl {
  padding: 46px 0;
}
.rw-grp5 .content-block p {
  font-size: 20px;
  line-height: 28px;
}
.rw-grp6 .dnd-section {
  margin-top: 18px;
  padding: 0;
}
.rw-grp6 .dnd-section .span6 {
  margin-left: 0;
  width: 50%;
}
.rw-grp6 .widget-type-rich_text {
  width: 74.44444444%;
  margin-left: auto;
  margin-right: 14.02777778%;
  padding: 30px 16px;
}
.rw-grp6 .hs_cos_wrapper_type_rich_text {
  background: #133250;
  padding: 54px 16px 56px;
  display: block;
}
.rw-grp6 .dnd-section > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.rw-grp6 .dnd-row,
.rw-grp6 .row-fluid,
.rw-grp6 .dnd-module,
.rw-grp6 .widget-type-linked_image,
.rw-grp6 .hs_cos_wrapper_type_linked_image {
  height: 100%;
}
.rw-grp6 .widget-type-linked_image img {
  height: auto;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.remote-working-pg .col5-inner .dnd-section {
  padding: 54px 0;
}
.rw-grp3 h4 {
  word-break: initial;
}
.rw-grp2 .dnd-section > .row-fluid {
  padding-left: 13px;
  padding-right: 13px;
}
.remote-working-pg .solution-wrapper .block_row {
  margin-top: 0;
  margin-bottom: 68px;
  padding-bottom: 46px;
}
.small-business-pg .body-container-wrapper {
  margin: 0;
}
.hssb-grp7 .dnd-section {
  padding: 52px 0;
}
.hssb-grp7 .dnd-section > .row-fluid {
  max-width: 1316px;
  padding: 0;
}
.hssb-grp7 .image-with-content-slider-wrapper h6 {
  margin: 27px 0 9px;
  line-height: 24px;
}
.hssb-grp1 .dnd-section {
  padding: 0;
}
.hssb-grp1 .dnd-section > .row-fluid {
  margin-bottom: 18px;
  max-width: 1440px;
  padding: 0;
}
.hssb-grp1 .dnd-row> .row-fluid {
  font-size: 0.8rem;
  line-height: 1.375;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.hssb-grp1 .dnd-section .span4 {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  margin: 47px 2.08333333% 40px;
  padding: 0 11px;
}
.hssb-grp2 .dnd-section {
  padding: 54px 0;
}
.hssb-grp2 .dnd-section > .row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hssb-grp2 .dnd-section .span9 {
  font-size: 1rem;
  line-height: 1.4;
  color: #002A42;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 16px;
}
.hssb-grp2 .dnd-section .span3 {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 16px;
  margin-left: 0;
}
.hssb-grp2 .widget-type-rich_text h2 {
  margin: 0 0 24px;
}
.hssb-grp2 .widget-type-rich_text table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 560px;
  box-sizing: border-box;
  margin: 24px auto 42px;
  table-layout: fixed;
}
/* .hssb-grp2 .widget-type-rich_text table thead,
.hssb-grp2 .widget-type-rich_text table tbody,
.hssb-grp2 .widget-type-rich_text table tfoot {
line-height: 18px;
letter-spacing: 0;
text-align: center;
} */
.hssb-grp2 .widget-type-rich_text table thead tr {
  border: 1px solid #00CECE;
}
.hssb-grp2 .widget-type-rich_text table .ic,
.hssb-grp2 .widget-type-rich_text table th.ic,
.hssb-grp2 .widget-type-rich_text table td.ic, 
.hssb-grp2 .widget-type-rich_text table tbody th.ic:first-child {
  visibility: hidden;
  border-bottom: 1px solid transparent;
  border-color: transparent;
}
.hssb-grp2 .widget-type-rich_text table th {
  background-color: #002A42;
  color: #FFFFFF;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  font-weight: 500;
  width: auto !important;
}
.hssb-grp2 .widget-type-rich_text table tbody tr th {
  padding: 11px 2px 8px;
}
.hssb-grp2 .widget-type-rich_text table thead tr th {
  background: #00CECE;
  font-size: 16px;
  color: #F7F7F7;
  text-align: center;
  line-height: 21px;
  padding: 8px 0 6px;
  font-weight: 600;
  border-top: 1px solid #00CECE;
}
.hssb-grp2 .widget-type-rich_text table td {
  color: #002A42;
  width: 144px;
  padding: 11px 0 8px;
  border: 1px solid #002A42;
  font-weight: 400;
}
.hssb-grp2 .widget-type-rich_text table tbody th:first-child {
  text-align: left;
  padding: 11px 2px 11px 8px;
  border-left: 1px solid #002A42;
}
.hssb-grp2 .widget-type-rich_text table .grey-split {
  background-color: #F0F0F0;
  height: 24px;
}
.hssb-grp2 .widget-type-rich_text table tfoot th,
.hssb-grp2 .widget-type-rich_text table tfoot td {
  background: #FF9900;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #002A42;
  font-weight: 600;
}
.hssb-grp2 .widget-type-rich_text table tfoot th {
  text-align: left;
  padding: 11px 0 6px 8px;
  border-top: 1px solid #fff;
}
.hssb-grp2 .widget-type-rich_text table tfoot td {
  text-align: center;
}
.hssb-grp2 .widget-type-rich_text h5 {
  line-height: 1.125;
}
.hssb-grp2 .widget-type-rich_text h5 a,
.hssb-grp3 .widget-type-rich_text h5 a {
  border: 2px solid #002A42;
  font-weight: 600;
  font-size: 20px;
  color: #002A42;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  text-decoration: inherit;
  margin-top: 27px;
}
.hssb-grp2 .widget-type-rich_text h5 a:hover,
.hssb-grp3 .widget-type-rich_text h5 a:hover {
  color: #002A42;
  border-color: #FF9900;
  text-decoration: underline;
}
.hssb-grp3 .dnd-section {
  padding: 0;
}
.hssb-grp3 .dnd-section > .row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 68px;
}
.hssb-grp3 .dnd-section .span5 {
  font-size: 0.8rem;
  line-height: 1.375;
  color: #002A42;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 16px;
  text-align: center;
}
.hssb-grp3 .dnd-section .span7 {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 16px;
  margin-left: 0;
}
.hssb-grp3 .widget-type-rich_text h2 {
  margin: 0 0 24px;
}
.hssb-grp3 .widget-type-linked_image img {
  display: block;
  margin-bottom: 36px;
  width: 100%;
  height: auto;
}
.hssb-grp4.business-mobile-deals .span6:first-child {
  margin-bottom: 0;
}
.hssb-grp5 .dnd-section {
  padding: 0;
}
.hssb-grp5 .dnd-section > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8rem;
  line-height: 1.375;
  padding: 0;
}
.hssb-grp5 .dnd-section .span6 {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  margin: 47px 2.08333333% 40px;
  padding: 0 11px;
}
.hssb-grp5 .content-wd-top-icon {
  text-align: left;
}
.hssb-grp5 .content-wd-top-icon img {
  margin: 0;
}





@media (min-width: 769px) {
  .rw-grp4 .dnd-section .span5 {
    margin-left: 8.33333333%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 16px;
  }
  .rw-grp4 .dnd-section .span7 {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
    padding: 0 16px;
  }
  .hssb-grp2 .dnd-section .span9 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .hssb-grp2 .dnd-section .span3 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .hssb-grp3 .dnd-section .span5 {
    margin-left: 8.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .hssb-grp3 .dnd-section .span7 {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }



}

@media (min-width: 991px) {
  .hssb-grp2 .dnd-section .span9 {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .hssb-grp2 .dnd-section .span3 {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 20.83333333%;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }


}

@media (min-width: 1201px) {
  .hssb-grp2 .dnd-section .span3 {
    margin-left: 8.33333333%;
  }
  .hssb-grp2 .widget-type-rich_text h5 a,
  .hssb-grp3 .widget-type-rich_text h5 a {
    pointer-events: none;
  }

}

@media (min-width: 1440px) {
  .rw-grp6 .widget-type-rich_text {
    max-width: 526px;
  }

}

@media (max-width: 900px) {
  .rw-grp2 .widget-type-rich_text h2,
  .rw-grp6 .widget-type-rich_text h2,
  .hssb-grp2 .widget-type-rich_text h2 {
    font-size: 28px;
  }
  .rw-grp2 .widget-type-rich_text h3,
  .rw-grp6 .widget-type-rich_text h3 {
    font-size: 24px;
  } 
  .rw-grp3 h4,
  .rw-grp6 h4 {
    font-size: 20px;
  }
  .hssb-grp1 .dnd-section .span4,
  .hssb-grp5 .dnd-section .span6 {
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    margin-left: 0;
    margin-right: 0;
  }
  .hssb-grp2 .widget-type-rich_text h5 {
    font-size: 20px;
  }


}

@media (max-width: 768px) {
  .rw-grp4 .dnd-section>.row-fluid {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rw-grp4 .dnd-section .span5,
  .rw-grp4 .dnd-section .span7 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
    font-size: 0.8rem;
    line-height: 1.375;
    padding: 0 16px;
  }
  .rw-grp4 .widget-type-linked_image img {
    width: 569px;
  }
  .rw-grp5 .content-block p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .rw-grp5 .dnd-section .solbb-mdl {
    padding: 40px 0;
  }
  .rw-grp6 .dnd-section > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
  }
  .rw-grp6 .dnd-section .span6 {
    -ms-grid-column: unset;
    grid-column: unset;
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .rw-grp6 .dnd-section .span6:first-child {
    -ms-flex-order: 2;
    order: 2;
  }
  .rw-grp6 .dnd-section .span6:last-child {
    -ms-flex-order: 1;
    order: 1;
  }
  .rw-grp6 .dnd-section {
    margin-top: 24px;
  }
  .rw-grp6 .widget-type-rich_text {
    width: 100%;
    margin: auto;
    padding: 18px 16px 21px;
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .rw-grp6 .widget-type-rich_text h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .rw-grp6 .hs_cos_wrapper_type_rich_text {
    padding: 54px 16px 54px;
  }
  .remote-working-pg .__cta_wrap.two-col-content aside.ctas.ctas--large .col1 a.cta__link .cta__text {
    padding-bottom: 61px;
  }
  .remote-working-pg .solution-wrapper .block_row {
    padding-bottom: 76px;
  }
  .hssb-grp1 .dnd-row>.row-fluid {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 59px;
  }
  .hssb-grp1 .dnd-section .span4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 26px;
    margin: 0 auto 41px;
  }
  .hssb-grp2 .widget-type-rich_text {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .hssb-grp2 .dnd-section .span9 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }
  .hssb-grp3 .dnd-section>.row-fluid {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hssb-grp3 .dnd-section .span5 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }
  .hssb-grp3 .dnd-section .span7 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .hssb-grp3 .widget-type-rich_text h2 {
    font-size: 26px;
  }
  .hssb-grp4 .dnd-section > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
  }
  .hssb-grp5 .dnd-section>.row-fluid {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 59px;
  }
  .hssb-grp5 .dnd-section .span6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 26px;
    margin: 0 auto 41px;
  }
  .hssb-grp7 .dnd-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }
  .hssb-grp7 .image-with-content-slider-wrapper h6 {
    font-size: 20px;
  }

}

@media (max-width: 375px) {
  .hssb-grp6 .business-deals .calendly-inline-widget {
    min-width: auto;
  }

}



/* virtual1 Page */
.virtual1-page-body .body-container-wrapper,
.subscribing-page-body .body-container-wrapper,
.vodafone-page-body .body-container-wrapper {
  margin-top: 0;
}
.virtual1-page-row-one .dnd-section {
  padding-top: 54px;
  padding-bottom: 54px;
}
.virtual1-page-row-one {
  padding-top: 18px;
}
.virtual1-page-row-one .dnd-section > .row-fluid {
  padding: 0.1px 13px;
  max-width: 48rem;
}
.dnd-section[class*="force-full-width-section"] .vertual-1-feature-section {
  margin: 58px auto;
  max-width: 1440px;
}
.dnd-section[class*="force-full-width-section"] .our-serices-wrap {
  max-width: 1200px;
  margin: 53px auto 0px;
}
/* subscribing-page */
.subscribing-page-row-one {
  padding-top: 36px;
}

.subscribing-page-row-one .dnd-section {
  padding-top: 28px;
  padding-bottom: 28px;
}

.subscribing-page-row-one .dnd-section > .row-fluid {
  max-width: calc((100% - (8.33333333% + 8.33333333%)) + 1.2rem);
}
/* vodafone-page */
.vodafone-page-row-one .dnd-section {
  padding: 54px 0;
}

.vodafone-page-row-one .page-header.section-header {
  padding: 0.1px 0;
}

.vodafone-page-row-one .page-header.section-header h1 {
  font-size: 28px;
}

.vodafone-page-row-one .page-header.section-header p {
  font-size: 24px;
  line-height: 1.125;
  color: #002A42;
  font-weight: 600;
  margin-bottom: 18px;
}
.dnd-section[class*="force-full-width-section"]  .vimeo-video-section {
  margin: 0 auto 68px;
  max-width: 1440px;
}
/* vox-page */
.vox-page-body .body-container-wrapper {
  margin: 0;
}
.careers-inner-page-body .body-container-wrapper {
  margin-top: 0;
}
.careers-inner-page-body,.careers-inner-page-body p {
  font-family: "Open Sans",system,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.careers-inner-page-body h1,
.careers-inner-page-body h2,
.careers-inner-page-body h3,
.careers-inner-page-body h4,
.careers-inner-page-body h5, 
.careers-inner-page-body h6 {
  font-family: "Palanquin Dark",system,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}
.careers-inner-page-rows .dnd-section > .row-fluid {
  max-width: 75rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.careers-inner-page-row-one .dnd-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.careers-inner-page-rows .hs-menu-wrapper li {
  list-style: none;
  line-height: inherit;
}
.careers-inner-page-rows .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.careers-inner-page-rows .hs-menu-wrapper ul[class*="_tinynav"]{
  display: none;
}

.careers-inner-page-rows .hs-menu-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.careers-inner-page-rows .hs-menu-wrapper .tinynav_label {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin: 0 0 1.125rem;
  padding: .625rem 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0a0a0a;
}

.careers-inner-page-rows .hs-menu-wrapper select.tinynav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.625rem;
  margin: 0 0 1.125rem;
  padding: .5625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #405266;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/images/arrow3.svg);
  background-origin: content-box;
  background-position: right -1.125rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.6875rem;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  max-width: 203px;
  margin-right: 1px;
  margin-left: calc(.9375rem * 2);
}
.careers-inner-page-body p {
  line-height: 1.6;
}
.careers-inner-page-row-two .dnd-section {
  padding: 1.875rem 0;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.current-opening-item:last-child {
  margin-bottom: 0;
}
.careers-inner-page-row-two .dnd-section > .row-fluid {
  max-width: 46rem;
  width: 88%;
  padding: 0 0.55rem;
}
.careers-inner-page-body p {
  margin-bottom: 1rem;
}
.careers-inner-page-rows .hs-menu-wrapper select.tinynav:focus {
  outline: 0;
  border: 1px solid #242f3a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}
.northern-ireland-page-body .body-container-wrapper {
  margin: 0;
}
.northern-ireland-page-body .banner-area.banner-area-no-title {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.northern-ireland-page-body .banner-area.banner-area-no-title .hero__content {
  display: none;
}

.northern-ireland-page-body .banner-area.banner-area-no-title .hero__image {
  position: static;
}

.northern-ireland-page-body .banner-area.banner-area-no-title .hero__image img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
}
.northern-ireland-page-body .our-serices-wrap {
  text-align: center;
  padding-top: 56px;
}
.northern-ireland-page-body .our-serices-wrap {
  text-align: center;
  padding-top: 56px;
}

.northern-ireland-page-row-two .dnd-section > .row-fluid {
  max-width: 66.66666667%;
  padding: 0 16px;
}

.northern-ireland-page-row-two {
  max-width: 1440px;
  margin: 0 auto;
}

.northern-ireland-page-row-two .dnd-section {
  margin-bottom: 68px;
}

.northern-ireland-page-body .iframe_wrapper {
  padding-top: 0;
  padding-bottom: 57.86026201%;
}

.northern-ireland-page-row-three .dnd-section>.row-fluid {
  max-width: 1440px;
  padding: 0;
}

.northern-ireland-page-row-three .dnd-section {
  margin-bottom: 68px;
}

.northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-col.col-left {
  -ms-flex: 0 1 45.83333333%;
  flex: 0 1 45.83333333%;
  max-width: 45.83333333%;
  padding: 0 16px;
  margin-left: 8.33333333%;
}

.northern-ireland-page-body .two-column-content-with-image-section .block__inner {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-text {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #696969;
}

.northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-text p {
  font-weight: 500;
  color: inherit;
}

.northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-col.col-right {
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  max-width: 33.33333333%;
  margin-left: 16.66666667%;
  padding: 0 16px;
  text-align: center;
}

.northern-ireland-page-body .two-column-content-with-image-section {
  padding-top: 39px;
}

.northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-col.col-right img {
  display: block;
  margin-bottom: 36px;
  width: 100%;
  height: auto !important;
  position: static !important;
}
.northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image {
  align-items: center;
  flex-wrap: nowrap;
}
.northern-ireland-page-body .vimeo-video-section .vimeo-video-col.col-left p {
  margin: 0;
  height: 0;
}

.northern-ireland-page-body .vimeo-video-section .vimeo-video-col.col-right {
  font-size: inherit;
  line-height: inherit;
}
.northern-ireland-page-body .section.section-partner {
  padding: 0;
}

.northern-ireland-page-body .section.section-partner .container-fluid .title-block h4.h4 {
  font-size: 28px;
  margin-bottom: 18px;
  text-rendering: optimizelegibility;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.125;
  text-transform: none;
}

.northern-ireland-page-body .section.section-partner .container-fluid .title-block {
  visibility: visible !important;
  animation: none !important;
  margin: 0;
  padding-bottom: 46px;
}

.northern-ireland-page-body .section.section-partner .container-fluid.container-partner {
  margin-bottom: 68px;
  max-width: 1440px;
  padding: 0;
}

.northern-ireland-page-body .section.section-partner .container-fluid.container-partner .flex-center {
  margin: 0;
  width: 100%;
}

.northern-ireland-page-body .section.section-partner .container-fluid.container-partner .flex-center .col-partner {
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
  max-width: 16.66666667%;
  padding: 0 16px;
  text-align: center;
  margin: 0;
}

.northern-ireland-page-body .section.section-partner .container-fluid.container-partner .flex-center .col-partner a.card.card-partner {
  padding: 0;
  animation: none !important;
  visibility: visible !important;
  display: block;
  min-height: 1px;
  border-radius: 0;
  box-shadow: none;
}
.northern-ireland-page-body .section.section-partner .container-fluid.container-partner .flex-center .col-partner a.card.card-partner.no-link{
  pointer-events: none;
}
.northern-ireland-page-body .section.section-partner .container-fluid.container-partner .flex-center .col-partner a.card.card-partner img {
  max-width: 100% !important;
  margin-bottom: 36px;
}
.northern-ireland-page-body .footer__newsletter .footer__newsletter__row {
  margin-top: 0;
}
.northern-ireland-page-row-six .dnd-section > .row-fluid {
  max-width: 1440px;
  padding: 0;
}
.northern-ireland-page-row-four .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.thank-you-page-lay .body-container-wrapper {
  margin: 0;
}

.thank-you-page-lay  .dnd-section {
  padding: 2rem 0;
}

.thank-you-page-lay  .dnd-section > .row-fluid {
  max-width: 61.1rem;
  width: 88%;
  padding: 0 0.55rem;
}
.thank-you-page-lay p {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.thank-you-page-lay a {
  color: #cc6600;
}
.thank-you-page-lay .dnd-section[class*="force-full-width-section"]>.row-fluid {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.thank-you-page-lay a:hover, 
.thank-you-page-lay a:focus {
  color: #cc6600;
}




.careers-inner-page-body form .hs-form-field>label {
  line-height: 1.6;
  color: #0a0a0a;
  display: block;
  margin: 0;
  font-size: .875rem;
  margin-bottom: .3125rem;
  font-weight: 700;
}

.careers-inner-page-body form, 
.careers-inner-page-body .submitted-message {
  font-family: inherit;
}

.careers-inner-page-body form {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 9px;
  margin-bottom: 1.875rem;
}

.careers-inner-page-body form .input > .hs-input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.625rem;
  margin: 0 0 1.125rem;
  padding: .5625rem;
  border: 1px solid #405266;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #0a0a0a;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}

.careers-inner-page-body form .hs-form-field {
  margin-bottom: 1.25rem;
}

.careers-inner-page-body form .input > select.hs-input {
  height: 2.625rem;
  margin: 0 0 1.125rem;
  padding: .5625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #405266;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/images/arrow3.svg);
  background-origin: content-box;
  background-position: right -1.125rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.6875rem;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  box-shadow: none;
}
.careers-inner-page-body form .input > select.hs-input:focus,
.careers-inner-page-body form .input > .hs-input:focus {
  outline: 0;
  border: 1px solid #242f3a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

.careers-inner-page-body form .actions {
  text-align: right;
}

.careers-inner-page-body form .hs-button {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #f59f1a;
  color: #242f3a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Open Sans",system,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 700;
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

.careers-inner-page-body form .hs-button:hover,
.careers-inner-page-body form .hs-button:focus {
  background-color: #dd8a0a;
  color: #242f3a;
  border-color: transparent;
}

@media screen and (min-width: 761px){
  .careers-inner-page-body form .hs-fieldtype-select:after {
    content: "";
    display: table;
  }
}
@media screen and (min-width: 769px){
  .vodafone-page-body .virtual1_tabs_sc.virtual1_tabs_sc_rd .virtual1_tab-2 .virtual1_tab_service_section .virtual1_tab_col.col-right {
    margin-left: 8.33333333%;
  }
  .vodafone-page-body .virtual1_tabs_sc.virtual1_tabs_sc_rd  .virtual1_tab_service_section .virtual1_tab_col.col-right img{
    min-height: 1px !important;
  }
  .vodafone-page-body .virtual1_tabs_sc.virtual1_tabs_sc_rd .virtual1_tab-2 .virtual1_tab_service_section .virtual1_tab_col.col-right img {
    min-height: 1px !important;
    width: 226px;
  }

  .vodafone-page-body .virtual1_tabs_sc.virtual1_tabs_sc_rd .virtual1_tab-3 .virtual1_tab_service_section .virtual1_tab_col.col-right {
    margin-left: 8.33333333%;
  }
  .vodafone-page-body .virtual1_tabs_sc.virtual1_tabs_sc_rd .virtual1_tab-4 .virtual1_tab_service_section .virtual1_tab_col.col-right {
    margin-left: 4.16666667%;
  }
}
@media (max-width:1023px){
  .careers-inner-page-rows .hs-menu-wrapper select.tinynav {
    max-width: calc(58.33333% - (.9375rem * 2));
    width: 100%;
  }

  .careers-inner-page-row-one .dnd-section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .careers-inner-page-rows .hs-menu-wrapper {
    width: calc(58.33333% + (.9375rem));
    float: right;
  }

  .careers-inner-page-rows .hs-menu-wrapper .tinynav_label {
    width: 41.66667%;
    text-align: right;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px){
  .vodafone-page-body .virtual1_tabs_sc.virtual1_tabs_sc_rd .virtual1_tab_service_section .virtual1_tab_col.col-right img {
    position: static;
  }
  .body-container-wrapper.cs_pg.onecom-black-friday-sale-page .cs_row4 .widget-type-linked_image img {
    min-height: 1px;
    object-fit: initial;
  }
}
@media screen and (max-width: 900px){
  .virtual1-page-body  .widget-type-rich_text h2,
  .vodafone-page-row-one .widget-type-rich_text h2{
    font-size: 28px;
  }
  .vodafone-page-row-one .page-header.section-header h1,
  .vodafone-page-row-one .page-header.section-header p {
    font-size: 20px;
  }
  .northern-ireland-page-row-two .dnd-section>.row-fluid {
    max-width: 1440px;
  }

  .northern-ireland-page-row-two .dnd-section>.row-fluid > .span12.dnd-column .widget-type-rich_text {
    max-width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
@media screen and (max-width: 880px){
  .northern-ireland-page-body .our-serices-wrap .our-serices-wrap_item:last-child {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px){
  .virtual1-page-row-one {
    padding-top: 54px;
  }
  .dnd-section[class*="force-full-width-section"] .vertual-1-feature-section{
    margin: 58px 0 0;
  }
  .virtual1-page-row-three {
    padding-top: 16px;
  }

  .subscribing-page-body .widget-type-rich_text {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .subscribing-page-body .widget-type-rich_text h5 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .dnd-section[class*="force-full-width-section"] .our-serices-wrap {
    margin-top: 18px;
  }
  .subscribing-page-body h3 {
    font-size: 26px;
  }
  .subscribing-page-row-one .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .vodafone-page-row-one .dnd-section:first-child {
    padding: 27px 0 29px;
  }
  .vodafone-page-body .virtual1_tabs_sc.virtual1_tabs_sc_rd .virtual1_tab-3 .virtual1_tab_service_section .virtual1_tab_col.col-right {
    padding-bottom: 46px;
  }
  .vodafone-page-body .footer__newsletter {
    margin-top: 16px;
  }
  .careers-inner-page-row-two .dnd-section>.row-fluid {
    width: 100%;
  }

  .northern-ireland-page-body .banner-area.banner-area-no-title .hero__image {
    height: auto;
    margin-bottom: 0;
  }
  .northern-ireland-page-row-two .dnd-section >.row-fluid > .span12.dnd-column .widget-type-rich_text {
    max-width: 100%;
    margin-left: 0;
    font-size: 0.8rem;
    line-height: 1.375;
    padding-top: 46px;
    padding-bottom: 36px;
  }
  .northern-ireland-page-row-two .dnd-section>.row-fluid>.span12.dnd-column .widget-type-rich_text {
    max-width: 100%;
    margin-left: 0;
    font-size: 0.8rem;
    line-height: 1.375;
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-col.col-left,
  .northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-col.col-right {
    max-width: 100%;
    margin-left: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }

  .northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .northern-ireland-page-body .iframe_wrapper {
    margin: 0 0 36px;
  }

  .northern-ireland-page-body .two-column-content-with-image-section .two-column-content-with-image-text {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .two-column-content-with-image-section .two-column-content-with-image-col .image-caption {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .northern-ireland-page-body .vimeo-video-section .vimeo-video-col.col-right {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .northern-ireland-page-body .vimeo-video-section .vimeo-video-col.col-right {
    font-size: 0.8rem;
    line-height: 1.375;
  }

  .northern-ireland-page-body .section.section-partner .container-fluid .title-block h4.h4 {
    font-size: 24px;
  }

  .northern-ireland-page-body .vimeo-video-section:after {
    content: "";
    display: table;
    height: 0;
  }

  .northern-ireland-page-body .section.section-partner .container-fluid.container-partner .flex-center .col-partner {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
    max-width: 100%;
  }
  .northern-ireland-page-body .section.section-partner .container-fluid.container-partner .flex-center .col-partner a.card.card-partner img {
    width: auto;
  }
  .thank-you-page-lay .dnd-section>.row-fluid {
    width: 100%;
  }
}

@media (max-width:639px){
  .careers-inner-page-rows .dnd-section>.row-fluid {
    padding-right: .625rem;
    padding-left: .625rem;
  }
  .careers-inner-page-row-two .dnd-section > .row-fluid {
    padding: 0 0.55rem;
  }
  .careers-inner-page-rows .hs-menu-wrapper {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .careers-inner-page-rows .hs-menu-wrapper select.tinynav {
    margin-right: 0;
    max-width: calc(58.33333% - .6255rem);
    margin-left: calc(.625rem * 2);
  }

}




.body-container__work-limits h2 {
  margin-bottom: 24px;
}
.body-container__work-limits {
  padding: 46px 0 0;
}
.body-container__work-limits .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 62.5%;
  margin-left: 16.66666667%;
  padding: 0 16px;
}
.work-limits-pg .dnd-section>.row-fluid{
  max-width: 1440px;
  padding: 0;
} 
.work-limits-unlimited .span6:first-child {
  width: 50%;
  padding: 0 16px;
  margin-left: 4.16666667%;
}
.work-limits-unlimited .span6:last-child {
  padding: 0 16px;
  width: 41.66666667%;
  margin-left: 8.33333333%;
}
.work-limits-unlimited {
  padding: 46px 0 68px;
}
.work-limits-unlimited .hs-responsive-embed-inner-wrapper {
  padding-bottom: 57.86026201% !important;
}
.work-limits-tariffs th.invisible-cell {
  visibility: hidden;
  border-bottom: 1px solid transparent;
  border-color: transparent;
}
.work-limits-tariffs table th {
  color: #FFFFFF;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  font-weight: 500;
}
.work-limits-tariffs table {
  border: 0 !important;
}
.work-limits-tariffs .hs_cos_wrapper_type_rich_text {
  padding: 0 16px;
  max-width: 83.33333333%;
  display: block;
  margin-left: 8.33333333%;
}
.work-limits-tariffs table tbody th:first-child {
  padding: 11px 2px 11px 8px;
  border-left: 1px solid #002A42;
}
.work-limits-tariffs table tbody{
  line-height: 18px;
}
.work-limits-tariffs thead tr th {
  background: #00CECE;
  font-size: 16px;
  color: #F7F7F7;
  text-align: center;
  line-height: 21px;
  padding: 8px 0 6px;
  font-weight: 600;
  border-top: 1px solid #00CECE;
}
.work-limits-tariffs table th:last-child {
  border-right: 1px solid #002A42;
}
.work-limits-tariffs thead tr th:last-child {
  border-right: 1px solid #00cece;
}
.work-limits-tariffs table tbody tr:first-child th {
  padding: 11px 2px 8px;
  line-height: 18px;
}
.work-limits-tariffs table tfoot th {
  padding: 11px 0 6px 8px;
  background: #FF9900;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #002A42;
  border-top: 1px solid #fff;
  font-weight: 600;
}
.work-limits-handsets .span6:first-child {
  width: 33.33333333%;
  padding: 0 16px;
  margin-left: 8.33333333%;
}
.work-limits-handsets .span6:last-child {
  margin-left: 4.16666667%;
  width: 50%;
  padding: 0 16px;
}
.work-limits-handsets {
  padding: 160px 0 68px;
}
.work-limits-handsets .hs-button {
  margin: 27px 0 18px;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  box-shadow: none;
}
.work-limits-handsets .hs-button:hover {
  background-color: rgba(0,206,206,1.0);
  color: #fff;
}
.work-limits-handsets .hs-button:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #FF9900;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}
.work-limits-handsets .hs-button:hover:after {
  top: 0%;
}
.work-limits-handsets .hs_cos_wrapper_type_linked_image {
  margin-bottom: 36px;
  display: block;
}
.work-limits-unlimited-lite .span4,
.body-container__business-broadband .span4{
  margin: 47px 2.08333333% 40px !important;
  padding: 0 11px;
  width: auto;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.work-limits-unlimited-lite .dnd-section>.row-fluid,
.body-container__business-broadband .dnd-section>.row-fluid{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.body-container__business-broadband .dnd-section>.row-fluid {
  max-width: 1440px;
  padding: 0;
}
.work-limits-unlimited-lite {
  padding-bottom: 64px;
}
.work-limits-costs .dnd-section>.row-fluid {
  margin: 52px auto 4px;
  max-width: 1316px;
}
.work-limits-costs .image-with-content-slider-wrapper h6 {
  margin: 27px 0 9px;
  padding-top: 0;
  line-height: 24px;
}
.business-broadband-page .body-container-wrapper {
  margin: 0;
  overflow: hidden;
}
.body-container__business-broadband {
  margin-bottom: 18px;
}
.business-broadband-testimonials {
  margin-top: 80px;
}
.testimonial-slider-grp .testimonial-box-inner .testimonial-text p a:after {
  background-image: url('https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/images/arrow.svg');
    }

.business-broadband-testimonials .dnd-section>.row-fluid {
  padding: 0 11px;
}
.business-broadband-performance .span6 {
  width: 50%;
  margin-left: 0;
}

.business-broadband-performance .hs_cos_wrapper_type_rich_text {
  width: 95%;
  margin-left: auto;
  margin-right: 0;
  padding: 30px 16px;
  max-width: unset;
  display: block;
}
.business-broadband-cots .dnd-section>.row-fluid {
  padding: 0;
}
.business-broadband-cots {
  padding-bottom: 48px;
}
.business-mobile-page .body-container-wrapper {
  margin: 0;
}
.customer-banner .btn--blue {
  margin-right: 19px;
  margin-bottom: 10px;
}
.body-container__business-mobile {
  margin-top: 80px;
  margin-bottom: 68px;
}
.body-container__business-mobile .hs_cos_wrapper_type_rich_text {
  max-width: 83.33333333%;
  margin-left: 8.33333333%;
  display: block;
  padding: 0 16px;
}
.business-mobile-page .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1440px;
}
.body-container__business-mobile .hs_cos_wrapper_type_rich_text h2 {
  margin: 0 0 24px;
}
.business-network .span6:first-child {
  width: 41.66666667%;
  margin-left: 8.33333333%;
  padding: 0 16px;
}
.business-network .span6 h2 {
  margin-bottom: 24px;
}
.business-network .span6:last-child {
  width: 33.33333333%;
  margin-left: 4.16666667%;
  padding: 0 16px;
}
.business-network  img {
  display: block;
  margin-bottom: 36px;
}
.business-handsets .span6:first-child {
  width: 33.33333333%;
  margin-left: 8.33333333%;
  padding: 0 16px;
}
.business-handsets .span6:last-child {
  margin-left: 8.33333333%;
  width: 37.5%;
  padding: 0 16px;
}
.business-handsets {
  padding: 68px 0 68px;
}
.business-handsets img {
  display: block;
  margin-bottom: 36px;
}
.business-handsets h2 {
  margin-bottom: 24px;
}
.business-mobile-deals .span6 {
  width: 50%;
  margin-left: 0;
}
.business-mobile-deals .span6 img,
.business-broadband-performance .span6 img,
.enterprise-account .span6 img{
  height: 100% !important;
  display: block;
  width: 100%;
  object-fit: cover;
}
.business-mobile-deals .hs_cos_wrapper_type_linked_image,
.enterprise-account .hs_cos_wrapper_type_linked_image{
  display: block;
  height: 100%;
} 
.business-mobile-deals .span6:last-child .row-fluid,
.business-mobile-deals .span6:last-child .row-fluid-wrapper,
.business-broadband-performance .span6:last-child .row-fluid,
.business-broadband-performance .span6:last-child .row-fluid-wrapper,
.enterprise-account .span6:last-child .row-fluid,
.enterprise-account .span6:last-child .row-fluid-wrapper{
  height: 100%;
}
.business-mobile-deals .span6:last-child .widget-type-custom_widget,
.business-broadband-performance .span6:last-child .widget-type-custom_widget,
.enterprise-account .span6:last-child .widget-type-custom_widget{
  height: 100%;
}
.business-mobile-deals .span6:last-child .widget-type-linked_image,
.business-broadband-performance .span6:last-child .widget-type-linked_image,
.enterprise-account .span6:last-child .widget-type-linked_image {
  width: 100%;
  height: 100%;
}
.business-mobile-deals .span6:first-child .hs_cos_wrapper_type_module{
  display: block;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
  padding: 0 16px;
  max-width: unset;
}
.business-mobile-deals .hs-button {
  margin-bottom: 0;
  margin-top: 27px;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  box-shadow: none;
  text-shadow: none;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
}
.business-mobile-deals .hs-button:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #FF9900;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}
.business-mobile-deals .hs-button:hover {
  color: #ffffff;
  background: #00CECE;
}
.business-mobile-deals .hs-button:hover:after {
  top: 0%;
}

.business-mobile-deals .span6:first-child {
  margin-bottom: 18px;
  padding: 30px 0;
}
.business-testimonials .dnd-section>.row-fluid {
  max-width: 1200px;
  padding: 0 11px;
}
.business-testimonials {
  padding-top: 80px;
}
.business-managers .dnd-section>.row-fluid {
  max-width: 1316px;
}
.business-managers {
  padding: 52px 0 52px;
}
.business-managers .image-with-content-slider-wrapper h6 {
  line-height: 24px;
  margin: 27px 0 9px;
}
.business-mobile-page .body-container-wrapper {
  overflow: hidden;
}

.business-finding .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 83.33333333%;
  margin-left: 8.33333333%;
  padding: 0 16px;
}
.business-finding {
  padding-bottom: 68px;
}
.enterprise-page main.body-container-wrapper {
  margin: 0;
  overflow: hidden;
}
.body-container__enterprise {
  padding-top: 80px;
}
.body-container__enterprise .hs_cos_wrapper_type_rich_text {
  max-width: 62.5%;
  display: block;
  padding: 0 16px;
  margin-left: 16.66666667%;
}
.enterprise-page .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1440px;
}
.enterprise-deal .content-wd-top-icon {
  padding: 0 11px;
  text-align: left;
}
.enterprise-deal .span6 {
  width: 50%;
  margin: 47px 4.16666667% 40px !important;
}
.enterprise-deal .content-wd-top-icon img {
  margin-left: 0;
}
.enterprise-deal .content-wd-top-icon h6 {
  line-height: 1.125;
  margin-top: 20px;
}
.enterprise-deal .content-wd-top-icon p {
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.enterprise-managers .dnd-section>.row-fluid {
  max-width: 1316px;
}
.enterprise-managers {
  padding-top: 52px;
}
.enterprise-managers .image-with-content-slider-wrapper h6 {
  line-height: 24px;
  margin: 27px 0 9px;
}
.enterprise-managers .image-with-content-slider-wrapper {
  padding-bottom: 52px;
}
.enterprise-managers .hs-button {
  color: #002a42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .2s;
  margin-right: 24px;
  margin-bottom: 25px;
}
.enterprise-managers .hs-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00CECE;
}
.enterprise-managers .hs-button:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #FF9900;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}
.enterprise-managers .hs-button:hover:after {
  top: 0%;
}
.enterprise-account .span6 {
  width: 50%;
  margin-left: 0;
}
.enterprise-account .span6 {
  width: 50%;
  margin-left: 0;
}
.enterprise-account .span6:first-child .hs_cos_wrapper_type_module {
  display: block;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
  padding: 0 16px;
}
.enterprise-account .span6:first-child {
  padding: 30px 0;
}
.enterprise-account .hs-button {
  border-radius: 28px;
  display: inline-block;
  color: #002a42;
  margin: 0;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: none;
  transition: all .2s;
  margin-top: 27px;
  margin-bottom: 18px;
}
.enterprise-account .hs-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00CECE;
}
.enterprise-account .hs-button:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #FF9900;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}
.enterprise-account .hs-button:hover:after {
  top: 0%;
}
.enterprise-protection .dnd-section>.row-fluid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.enterprise-protection .span4 {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  margin: 47px 2.08333333% 40px !important;
  padding: 0 11px;
  width: auto;
}
.enterprise-protection .content-wd-top-icon {
  text-align: left;
}
.enterprise-protection .content-wd-top-icon img {
  margin-left: 0;
}
.enterprise-protection {
  padding: 0 0 18px;
}

.work-limits-pg .working-with-onecom .gform_wrapper form li.hs-form-booleancheckbox input.hs-input:checked+span {
  font-weight: 500;
}
.body-container__business-broadband {
  margin-bottom: 18px;
}
.micollab-and-miteam-page .body-container-wrapper {
  margin: 0;
}
.micollab-banner .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 54.16666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 20.83333333%;
}
.micollab-banner .hs_cos_wrapper_type_rich_text img {
  max-width: 626px;
  display: block;
  width: 100%;
}
.micollab-banner .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 20px;
}
.body-container__micollab .span6:first-child {
  width: 50%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 4.16666667%;
}
.body-container__micollab .span6:last-child {
  width: 41.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
}
.body-container__micollab .dnd-section>.row-fluid {
  padding: 0;
}
.body-container__micollab p {
  font-size: 18px;
  line-height: 27px;
  color: #002A42;
}
.body-container__micollab {
  padding: 20px 0 27px;
}
.body-container__micollab h2 {
  margin-bottom: 20px;
}
.body-container__micollab .span6:first-child img {
  display: block;
  margin-top: 8px;
}
.micollab-features .dnd-section>.row-fluid {
  max-width: 60rem;
  padding: 0.1px 13px;
}
.micollab-features iframe {
  width: 100%;
  height: 568px;
}
.micollab-simplify .span4 {
  width: 33.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.micollab-simplify .span4 img {
  border-radius: 24px;
  display: block;
}
.micollab-simplify .span8 {
  width: 66.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
}
.micollab-simplify .dnd-section>.row-fluid {
  padding: 0;
}
.micollab-simplify .hs_cos_wrapper_type_rich_text ul {
  margin-left: 1rem;
  padding: 0;
  margin-bottom: 24px;
}
.micollab-simplify .hs_cos_wrapper_type_rich_text ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #404040;
  list-style-position: outside;
}
.micollab-simplify {
  padding: 36px 0;
}
.micollab-simplify {
  padding: 36px 0;
}
.micollab-callus .span6 {
  width: 50%;
  margin-left: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.micollab-callus .dnd-section>.row-fluid,
.micollab-onecom .dnd-section>.row-fluid{
  padding: 0;
}
.micollab-callus .span6 img {
  border-radius: 24px;
}
.micollab-callus .span6:last-child {
  margin-left: 4.16666667%;
  width: 45.83333333%;
}
.micollab-onecom .span4 {
  width: 33.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.micollab-onecom .span8 {
  width: 50%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
}
.micollab-onecom h2 {
  color: #fff;
  padding-bottom: 29px;
}
.micollab-register h3.form-title {
  color: #fff;
  font-size: 28px;
  line-height: 1.125;
  margin-top: 108px;
  margin-bottom: 20px;
}

.micollab-register .hs-form label {
  color: #fff;
  display: block;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 18px;
}

.micollab-register form .legal-consent-container p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.micollab-register .hs-input {
  margin-top: 9px;
  font-size: 14.4px;
}

.micollab-register textarea {
  min-height: 100px;
  display: block;
}

.micollab-register form li.hs-form-booleancheckbox input+span {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  font-family: "AvenirNext",'Avenir Next',Lato,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 500;
}
.micollab-register form li.hs-form-booleancheckbox input.hs-input {
  width: 13px !important;
  border: 1px solid #979797;
  height: 13px;
  margin-top: 0;
  margin-right: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -9px;
  left: 1px;
}
.micollab-register form li.hs-form-booleancheckbox>label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
  align-items: flex-start;
}
.micollab-register .inputs-list {
  padding: 0;
}
.micollab-register .actions {
  text-align: center;
  padding: 16px 0 10px;
  margin: 16px 0 0;
}
.micollab-register span.hs-form-required {
  color: #fff;
  margin-left: 4px;
}
.micollab-register .span5 {
  width: 41.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.micollab-register .span7 {
  width: 58.33333333%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
}
.micollab-register .dnd-section>.row-fluid {
  padding: 0;
}
.micollab-register img {
  border-radius: 24px;
  display: block;
}
.micollab-register .hs-button {
  margin-bottom: 0;
}
.micollab-register .hs-form-field {
  padding-right: 16px;
}
.micollab-register .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-bottom: 108px;
}
.micollab-about .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}
.micollab-about .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  font-size: 32px;
}
.micollab-partner .widget-type-linked_image {
  width: 100%;
}
.micollab-partner .span3 {
  width: 25%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.micollab-partner .span9 {
  width: 66.66666667%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
}
.micollab-partner .dnd-section>.row-fluid {
  padding: 0;
}
.micollab-register form li.hs-form-booleancheckbox input.hs-input:checked+span {
  font-weight: 700;
}
.micollab-banner .dnd-section>.row-fluid {
  padding: 0;
}
.body-container__micollab .hs_cos_wrapper_type_rich_text,
.micollab-simplify .hs_cos_wrapper_type_rich_text,
.micollab-callus .hs_cos_wrapper_type_rich_text,
.micollab-onecom .hs_cos_wrapper_type_rich_text,
.micollab-partner .hs_cos_wrapper_type_rich_text{
  display: block;
}
.micollab-banner .hs_cos_wrapper_type_rich_text h1 {
  color: #fff;
}
.micollab-features .hs_cos_wrapper_type_rich_text {
  display: block;
  overflow: hidden;
}




@media screen and (max-width: 900px){
  .work-limits-unlimited-lite .span4, 
  .body-container__business-broadband .span4{
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gradient::after {
    opacity: 1;
  }



}


@media screen and (max-width: 767px){

  .body-container__work-limits .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    margin: 0 0 36px;
  }
  .body-container__work-limits {
    padding-top: 40px;
  }
  .body-container__work-limits .hs_cos_wrapper_type_rich_text p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .work-limits-unlimited .span6:first-child {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }
  .work-limits-unlimited .span6:last-child {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }
  .work-limits-unlimited .span6 p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .work-limits-unlimited .span6 h2 {
    font-size: 26px;
  }
  .work-limits-unlimited {
    padding: 64px 0 68px;
  }
  .work-limits-unlimited .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;
    max-height: unset !important;
  }
  .work-limits-tariffs .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    margin: 0 0 36px;
  }
  .work-limits-handsets .span6:first-child {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }
  .work-limits-handsets .span6:last-child {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0 0 36px;
  }
  .work-limits-handsets .span6 h2 {
    font-size: 26px;
  }
  .work-limits-handsets .span6  p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .work-limits-handsets .span6 p:first-of-type {
    font-size: 26px;
  }
  .work-limits-handsets {
    padding: 148px 0 67px;
  }
  .work-limits-unlimited-lite .span4, 
  .body-container__business-broadband .span4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 26px;
    margin: 0 auto 41px !important;
  }
  .body-container__business-broadband {
    padding-top: 59px;
  }
  .work-limits-costs .dnd-section>.row-fluid {
    margin: 48px auto 2px;
  }
  .work-limits-costs .image-with-content-slider-wrapper h6 {
    font-size: 20px;
  }
  .work-limits-costs {
    padding-bottom: 20px;
  }
  .business-broadband-testimonials .dnd-section>.row-fluid {
    padding: 0;
  }
  .business-broadband-performance .dnd-section>.row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
  }
  .business-broadband-performance .span6:first-child {
    -ms-flex-order: 2;
    order: 2;
  }
  .business-broadband-performance .span6:last-child {
    -ms-flex-order: 1;
    order: 1;
  }
  .business-broadband-performance .hs_cos_wrapper_type_rich_text h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .business-broadband-performance .hs_cos_wrapper_type_rich_text p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .business-broadband-performance .span6 {
    width: 100%;
  }
  .body-container__business-mobile .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    margin-left: 0;
  }
  .body-container__business-mobile .hs_cos_wrapper_type_rich_text p, .business-network p,.business-handsets p,
  .business-mobile-deals p{
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .business-network .span6:first-child {
    width: 100%;
    margin-left: 0;
  }
  .business-network {
    padding: 36px 0 0;
  }
  .business-network h2,.business-handsets h2{
    font-size: 26px;
  }
  .business-network .span6:last-child {
    width: 100%;
    margin-left: 0;
  }
  .business-network .span6 {
    margin-bottom: 36px;
  }
  .business-handsets .span6:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 36px;
  }
  .business-handsets .span6:last-child {
    width: 100%;
    margin-left: 0;
  }
  .business-handsets {
    padding-bottom: 104px;
  }
  .business-mobile-deals .span6:first-child {
    -ms-flex-order: 2;
    order: 2;
  }
  .business-mobile-deals .span6 {
    width: 100%;
    -ms-grid-column: unset;
    grid-column: unset;
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .business-mobile-deals .span6:last-child {
    -ms-flex-order: 1;
    order: 1;
  }
  .business-mobile-page .dnd-section>.row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
  }
  .business-mobile-deals h3{
    font-size: 22px;
    line-height: 27px;
  }
  .business-mobile-page .dnd-section>.row-fluid {
    padding: 0;
  }
  .business-finding .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    margin-left: 0;
  }
  .business-finding .hs_cos_wrapper_type_rich_text p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .business-finding {
    padding-bottom: 104px;
  }
  .body-container__enterprise .hs_cos_wrapper_type_rich_text {
    margin: 0;
    max-width: 100%;
  }
  .body-container__enterprise .hs_cos_wrapper_type_rich_text p,.enterprise-deal .content-wd-top-icon p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .enterprise-deal .span6 {
    width: 100%;
    padding: 0 26px;
    margin: 0 auto 41px !important;
  }
  .enterprise-deal .content-wd-top-icon {
    padding: 0;
  }
  .body-container__enterprise {
    padding-bottom: 95px;
  }
  .enterprise-deal .content-wd-top-icon h6 {
    margin-top: 19px;
  }
  .enterprise-managers .image-with-content-slider-wrapper h6 {
    font-size: 20px;
  }
  .enterprise-managers {
    padding-top: 48px;
  }
  .enterprise-account .span6 {
    width: 100%;
  }
  .enterprise-account .dnd-section>.row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
  }
  .enterprise-account .span6:first-child {
    -ms-flex-order: 2;
    order: 2;
  }
  .enterprise-account h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .enterprise-account p {
    font-size: 0.8rem;
    line-height: 1.375;
  } 
  .enterprise-protection .span4 {
    padding: 0 26px;
    margin: 0 auto 41px !important;
    width: 100%;
  }
  .enterprise-protection {
    padding-top: 60px;
  }
  .micollab-banner .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    margin-left: 0;
  }
  .micollab-banner .hs_cos_wrapper_type_rich_text img {
    max-width: 100%;
  }
  .micollab-banner .dnd-section {
    padding-top: 30px !important;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 38px !important;
  }
  .micollab-banner .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 16px;
  }
  .body-container__micollab .span6:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 36px;
  }
  .body-container__micollab .span6:last-child {
    width: 100%;
  }
  .body-container__micollab {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 22px;
    padding-bottom: 83px;
  }
  .body-container__micollab h2 {
    margin-bottom: 16px;
  }
  .micollab-simplify .span4 {
    width: 100%;
  }
  .micollab-simplify .span8 {
    width: 100%;
  }
  .micollab-simplify {
    padding: 30px 4px 36px;
  }
  .micollab-simplify .span4 img {
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .micollab-callus .span6 {
    width: 100%;
  }
  .micollab-callus .dnd-section {
    padding-top: 30px !important;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 56px !important;
  }
  .micollab-callus .span6 img {
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .micollab-callus .span6:last-child {
    width: 100%;
    margin-left: 0;
  }
  .micollab-onecom .span4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .micollab-onecom .span8 {
    width: 100%;
  }
  .micollab-onecom .dnd-section {
    padding-top: 30px !important;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 52px !important;
  }
  .micollab-register .span5 {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .micollab-register .span7 {
    width: 100%;
  }
  .micollab-register .dnd-section>.row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .micollab-register .dnd-section {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 30px !important;
    padding-bottom: 55px !important;
  }
  .micollab-register img {
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .micollab-register h3.form-title {
    font-size: 24px;
  }
  .micollab-register .actions {
    margin-top: 0;
    padding-top: 11px;
  }
  .micollab-about .hs_cos_wrapper_type_rich_text h2 {
    font-size: 26px;
  }
  .micollab-partner .span3 {
    width: 100%;
    margin-bottom: 36px;
  }
  .micollab-partner .span9 {
    width: 100%;
  }
  .micollab-partner {
    padding: 30px 4px 76px;
  }
  .enterprise-managers .image-with-content-slider-wrapper {
    padding-bottom: 24px;
  } 



}


@media screen and (max-width: 479px){
  .work-limits-costs {
    padding-bottom: 6px;
  }

}



/* Custom css */
.whyco_pg .body-container-wrapper,
.bch_pg .body-container-wrapper,
.horcol_pg .body-container-wrapper,
.busicloud_pg .body-container-wrapper,
.hostedvoice_pg .body-container-wrapper,
.onenet_pg .body-container-wrapper,
.galaxynote_pg .body-container-wrapper {
  margin-top: 0;
}

.whyco-grp1 .dnd-section > .row-fluid,
.whyco-grp2 .dnd-section > .row-fluid,
.whyco-grp3 .dnd-section > .row-fluid,
.whyco-grp6 .dnd-section > .row-fluid,
.whyco-grp7 .dnd-section > .row-fluid,
.whyco-grp8 .dnd-section > .row-fluid,
.whyco-grp9 .dnd-section > .row-fluid,
.whyco-grp10 .dnd-section > .row-fluid,
.whyco-grp11 .dnd-section > .row-fluid,
.bch_pg .dnd-section > .row-fluid,
.horcol_pg .dnd-section > .row-fluid,
.busicloud_pg .dnd-section > .row-fluid,
.hostedvoice_pg .dnd-section > .row-fluid,
.galaxynote_pg .dnd-section > .row-fluid {
  padding: 0;
}

.whyco_pg .span3, .whyco_pg .span4, .whyco_pg .span5, .whyco_pg .span6, .whyco_pg .span7, .whyco_pg .span8, .whyco_pg .span9,
.whyco-grp8 .dnd-section > .row-fluid > .dnd-column,
.bch_pg .span5, .bch_pg .span6, .bch_pg .span7,
.bch-grp8 .widget-type-rich_text,
.horcol_pg .span3, .horcol_pg .span4, .horcol_pg .span5, .horcol_pg .span6, .horcol_pg .span7, .horcol_pg .span8, .horcol_pg .span9,
.horcol-grp1 .dnd-section > .row-fluid > .dnd-column,
.busicloud_pg .span5, .busicloud_pg .span7,
.hostedvoice_pg .span5, .hostedvoice_pg .span7,
.galaxynote-grp2 .widget-type-rich_text,
.galaxynote-grp4 .span7, .galaxynote-grp4 .span5 {
  margin-left: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.whyco-grp1 .dnd-section > .row-fluid > .dnd-column,
.hostedvoice-grp3 .dnd-section > .row-fluid > .dnd-column {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.whyco-grp1 .widget-type-header h2 {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 19px;
}

.whyco-grp1 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.whyco_pg .widget-type-rich_text h2,
.bch_pg .widget-type-rich_text h2,
.horcol_pg .widget-type-rich_text h2,
.busicloud_pg .widget-type-rich_text h2,
.hostedvoice_pg .widget-type-rich_text h2,
.galaxynote-grp2 .widget-type-rich_text h2,
.galaxynote-grp4 .widget-type-rich_text h2 {
  margin-bottom: 20px;
}

.whyco-grp1 .widget-type-rich_text .hs-cta-wrapper {
  display: block;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 6px;
}

.contact_cta {
  text-align: center;
  background: #00CECE;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
}

.contact_cta:hover {
  background: #FF9900;
  border-color: #FF9900;
  color: #002A42;
  transition: all 0.2s;
}

.whyco-grp2 .widget-type-linked_image img {
  width: auto;
  display: block;
}

.whyco-grp2 .widget-type-rich_text p:last-of-type,
.bch-grp2 .widget-type-rich_text p:last-of-type,
.bch-grp4 .widget-type-rich_text P:last-of-type,
.bch-grp7 .widget-type-rich_text p:last-of-type,
.horcol-grp1 .widget-type-rich_text p:last-of-type,
.horcol-grp3 .widget-type-rich_text p:last-of-type,
.horcol-grp6 .widget-type-rich_text p:last-of-type,
.busicloud-grp3 .widget-type-rich_text p:last-of-type,
.busicloud-grp4 .widget-type-rich_text p:last-of-type,
.busicloud-grp5 .widget-type-rich_text p:last-of-type,
.hostedvoice-grp2 .widget-type-rich_text p:last-of-type,
.hostedvoice-grp3 .widget-type-rich_text p:last-of-type,
.hostedvoice-grp5 .widget-type-rich_text p:last-of-type,
.galaxynote-grp2 .widget-type-rich_text p:last-of-type,
.galaxynote-grp4 .widget-type-rich_text p:last-of-type {
  margin-bottom: 0;
}

img.alignright {
  float: right;
}

.whyco-grp3 .widget-type-rich_text blockquote,
.horcol-grp3 .widget-type-rich_text blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.414;
  color: #272727;
}

.whyco-grp3 .widget-type-rich_text blockquote h4 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.whyco-grp3 .widget-type-rich_text blockquote p,
.horcol-grp3 .widget-type-rich_text blockquote p {
  font-family: inherit;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  color: #272727;
}

.whyco-grp3 .widget-type-rich_text p {
  color: #fff;
}

.whyco-grp3 .hs-button,
.busicloud-grp5 .widget-type-rich_text p a.btn,
.hostedvoice-grp4 p a.btn,
.hostedvoice-grp5 .widget-type-rich_text p a.btn {
  margin: 0;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #002A42;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background: #00CECE;
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 32px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 32px;
}

.whyco-grp3 .widget-type-linked_image img,
.whyco-grp6 .widget-type-linked_image img,
.whyco-grp7 .widget-type-linked_image img,
.whyco-grp10 .widget-type-linked_image img,
.whyco-grp11 .widget-type-linked_image img {
  display: block;
}

.title-block {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 42px;
  font-weight: 500;
}

.content-block {
  color: #404040;
  font-weight: 500;
}

p:empty {
  display: none;
}

.content-block.medium,
.content-block.medium p,
.whyco-grp9 .widget-type-rich_text,
.whyco-grp10 .widget-type-rich_text p,
.whyco-grp11 .widget-type-rich_text,
.whyco-grp6 .widget-type-rich_text p:last-child,
.bch-grp2 .widget-type-rich_text p {
  font-size: 18px;
  line-height: 27px;
}

.whyco-partners .section.section-partner .bg-absolute+.container-fluid {
  padding: 0;
}

.whyco-partners .section.section-partner .container-fluid .title-block {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.whyco-grp6 .widget-type-rich_text .hs-responsive-embed,
.whyco-grp7 .hs-responsive-embed,
.whyco-grp10 .hs-responsive-embed,
.bch-grp8 .widget-type-rich_text .hs-responsive-embed,
.horcol-grp4 .widget-type-rich_text .hs-responsive-embed {
  max-width: 100% !important;
  max-height: none !important;
  min-width: 0 !important;
}

.whyco-grp6 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.whyco-grp6 .dnd-section>.row-fluid {
  -ms-flex-align: end;
  align-items: flex-end;
}

.whyco-grp8 .widget-type-rich_text {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.whyco-grp8 .widget-type-rich_text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.whyco-grp8 .widget-type-rich_text p:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00CECE;
}

.whyco-grp9 .widget-type-linked_image img {
  width: auto;
  display: block;
  border-radius: 24px;
}

.whyco-grp9 .widget-type-rich_text,
.whyco-grp11 .widget-type-rich_text,
.bch-grp2 .widget-type-rich_text p,
.bch-grp4 .widget-type-rich_text P {
  color: #404040;
}

.whyco-grp9 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.whyco-grp9 .dnd-section > .row-fluid {
  -ms-flex-align: end;
  align-items: flex-end;
}

.whyco-grp10 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.whyco-grp11 .widget-type-rich_text ul {
  margin-left: 1rem;
  padding: 0;
}

.whyco-grp11 .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  list-style-position: outside;
}

.whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(2) a.card.card-partner img,
.whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(5) a.card.card-partner img,
.whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(6) a.card.card-partner img,
.whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(7) a.card.card-partner img {
  max-height: 42px;
  width: auto;
}

.whyco-grp9 .widget-type-rich_text h3,
.whyco-grp8 .widget-type-rich_text h3 {
  word-break: inherit;
}

.bch-partners .widget-type-header {
  max-width: 1200px;
  margin: 0 auto;
}

.bch-partners .widget-type-header .hs_cos_wrapper_type_header {
  display: block;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.bch-partners .widget-type-header h2 {
  text-align: center;
  margin: 0;
  color: #404040;
}

.bch-grp1 .widget-type-rich_text {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.bch-grp1 .widget-type-rich_text,
.horcol-grp6 .widget-type-rich_text {
  color: #ffffff;
  font-weight: 500;
}

.bch-grp1 .widget-type-rich_text p,
.bch-grp4 .widget-type-rich_text P,
.bch-grp7 .widget-type-rich_text p,
.horcol-grp1 .widget-type-rich_text p,
.horcol-grp6 .widget-type-rich_text p,
.busicloud-grp3 .widget-type-rich_text p,
.busicloud-grp4 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
}

.bch-grp1 .widget-type-rich_text h1 img {
  display: block;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  clear: both;
}

.bch-grp1 .widget-type-rich_text h4 {
  color: #fff;
}

.bch-grp3 .widget-type-rich_text,
.busicloud-grp3 .widget-type-rich_text {
  color: #404040;
  font-weight: 500;
}

.bch-grp3 .widget-type-rich_text ul {
  margin-left: 1rem;
  padding: 0;
}

.bch-grp3 .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  list-style-position: outside;
}

.bch-grp4 .widget-type-linked_image img,
.bch-grp6 .widget-type-linked_image img,
.bch-grp9 .widget-type-linked_image img,
.horcol-grp2 .widget-type-linked_image img,
.horcol-grp3 .widget-type-linked_image img,
.horcol-grp4 .widget-type-linked_image img,
.busicloud-grp3 .widget-type-linked_image img,
.busicloud-grp4 .widget-type-linked_image img,
.hostedvoice-grp2 .widget-type-linked_image img,
.hostedvoice-grp6 .widget-type-linked_image img,
.galaxynote-grp4 .widget-type-linked_image img {
  border-radius: 24px;
}

.bch-grp5 .widget-type-linked_image, .bch-grp5 .widget-type-linked_image img {
  width: 100%;
}

.bch-grp8 .widget-type-rich_text h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

.bch-grp9 .span5 {
  justify-content: initial !important;
}

.bch-grp9 .widget-type-rich_text,
.bch-grp9 .widget-type-rich_text h4 {
  color: #fff;
}

.bch-grp9 .form-title {
  color: #ffffff;
  font-size: 22.5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.bch-grp9 form .hs-form-field {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 22px;
  margin-top: 16px;
  padding-right: 16px;
}

.bch-grp9 form .hs-form-field > label {
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

.bch-grp9 form .hs-form-field > label .hs-form-required,
.bch-grp9 form .hs-fieldtype-booleancheckbox .hs-form-required {
  color: #fff;
  margin-left: 4px;
}

.bch-grp9 form .hs-form-field > .input {
  margin: 8px 0 10px;
}

.bch-grp9 form .hs-form-field legend.hs-field-desc {
  margin: 0;
  font-size: .688em;
  margin-top: 4px;
  color: #767676;
  width: 92%!important;
}

.bch-grp9 form .hs_phone, .bch-grp9 form .hs_email {
  margin-bottom: 16px;
}

.bch-grp9 form .hs-form-field textarea {
  min-height: 100px;
}

.bch-grp9 form .hs_message {
  margin-bottom: 0;
}

.bch-grp9 form .hs-fieldtype-booleancheckbox {
  margin: 0 0 0;
}

.bch-grp9 form .hs-fieldtype-booleancheckbox ul.inputs-list {
  margin: 0;
  padding: 0;
}

.bch-grp9 form .hs-fieldtype-booleancheckbox ul.inputs-list label {
  color: #fff;
  font-weight: 500;
}

.bch-grp9 form .hs-fieldtype-booleancheckbox ul.inputs-list label .hs-input[type=checkbox] {
  margin-right: 4px;
  margin-left: 4px;
}

.bch-grp9 form .legal-consent-container p {
  color: #ffffff;
}

.bch-grp9 form .actions {
  text-align: center;
  padding: 9px 0 0;
}

.bch-grp9 form .hs-form-field .hs-input {
  max-width: 100%;
}

.horcol-grp1 .widget-type-rich_text {
  text-align: center;
  color: #002A42;
}

.horcol-grp2 .dnd-section > .row-fluid {
  -ms-flex-align: start;
  align-items: flex-start;
}

.horcol-grp2 .widget-type-rich_text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
}

.horcol-grp2 .widget-type-rich_text h2,
.horcol-grp2 .widget-type-rich_text h4,
.horcol-grp6 .widget-type-rich_text h2 {
  color: inherit;
}

.horcol-grp3 .widget-type-rich_text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #404040;
}

.horcol-grp6 .widget-type-linked_image {
  display: block;
  width: 100%;
}

.horcol-grp7 .widget-type-rich_text {
  color: #404040;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.horcol-grp7 .widget-type-rich_text ul {
  margin-left: 1rem;
  padding: 0;
}

.horcol-grp7 .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  list-style-position: outside;
}

.horcol-grp8 .widget-type-form {
  color: #ffffff !important;
  width: 74.44444444%;
  padding: 30px 16px 0;
  margin-left: auto;
  margin-right: auto;
}

.horcol-grp8 .widget-type-form .legal-consent-container p {
  color: #ffffff;
}

.horcol-grp8 .widget-type-form form {
  margin: 17px 0;
  max-width: 100%;
  margin-bottom: 0;
}

.horcol-grp8 .widget-type-form form .hs-form-field {
  padding-right: 16px;
  margin-bottom: 15px;
}

.horcol-grp8 .widget-type-form form .hs-form-field > label {
  color: #fff;
  margin: 0;
}

.horcol-grp8 .widget-type-form form .hs-form-field .input {
  margin-top: 10px;
}

.horcol-grp8 .widget-type-form form .hs-form-field > label .hs-form-required {
  color: #fff;
  margin-left: 4px;
}

.horcol-grp8 .widget-type-form form textarea {
  min-height: 100px;
  padding: 6px 8px;
  line-height: 1.5;
}

.horcol-grp8 .widget-type-form form li.hs-form-booleancheckbox > label span {
  color: #fff;
  font-size: 17.5px;
  font-weight: 500;
}

.horcol-grp8 .widget-type-form form li.hs-form-booleancheckbox > label input {
  margin-top: 6px;
  margin-right: 6px;
  min-height: 0;
  display: inline-block;
}

.horcol-grp8 .widget-type-form form li.hs-form-booleancheckbox > label {
  display: flex;
}

.horcol-grp8 .widget-type-form form .hs-fieldtype-booleancheckbox ul {
  padding-top: 1px;
}

.horcol-grp8 .widget-type-form form .actions {
  text-align: center;
  padding: 17px 0 0;
}

.horcol-grp8 .widget-type-rich_text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.horcol-grp8 .widget-type-rich_text p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.375;
}

.horcol-grp8 .widget-type-rich_text p a {
  color: #F2F2F2;
  text-decoration: none;
}

.horcol-grp8 .widget-type-linked_image img {
  height: auto;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.whyco-grp2 .widget-type-linked_image,
.horcol-grp2 .widget-type-linked_image,
.horcol-grp7 .widget-type-linked_image,
.busicloud-grp5 .widget-type-linked_image,
.hostedvoice-grp5 .widget-type-linked_image {
  margin-right: auto;
}

.horcol-grp8 .span5, .horcol-grp8 .span7 {
  padding: 0;
}

.horcol-grp8 .widget-type-form form .hs-fieldtype-booleancheckbox {
  padding-right: 0;
}

.horcol-grp8 .widget-type-form form li.hs-form-booleancheckbox > label input:checked+span {
  font-weight: 700;
}

.busicloud-grp2 .span3,
.busicloud-grp7 .span3 {
  justify-content: initial !important;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin: 0;
}

.busicloud-grp2 .content-wd-top-icon .inner,
.busicloud-grp7 .content-wd-top-icon .inner {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  max-width: 300px;
  color: #292929;
  font-size: 15px;
  line-height: 20px;
}

.busicloud-grp2 .content-wd-top-icon .inner img,
.busicloud-grp7 .content-wd-top-icon .inner img {
  max-width: 120px;
  max-height: 120px;
  line-height: 120px;
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
  height: auto;
}

.busicloud-grp2 .content-wd-top-icon .inner h4,
.busicloud-grp7 .content-wd-top-icon .inner h4 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.busicloud-grp2 .content-wd-top-icon .inner p,
.busicloud-grp7 .content-wd-top-icon .inner p {
  margin-bottom: 36px;
  line-height: 20px;
  font-size: inherit;
}

.busicloud-grp5 .widget-type-rich_text p {
  color: #002A42;
}

.busicloud-grp7 .widget-type-rich_text {
  position: relative;
}

.busicloud-grp7 .widget-type-rich_text h2 {
  padding-top: 36px;
  padding-bottom: 60px;
  text-align: center;
  margin: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  font-size: 28px;
}

.content-block.large {
  font-size: 20px;
  line-height: 28px;
}

.hostedvoice-grp2 .widget-type-rich_text {
  font-size: 16px;
  line-height: 24px;
  color: #002A42;
  font-weight: 500;
}

.hostedvoice-grp3 .widget-type-rich_text {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  text-align: center;
  color: #002A42;
}

.hostedvoice-grp3 .widget-type-rich_text h2 {
  font-size: 32px;
  color: #002A42;
  margin-bottom: 18px;
}

.hostedvoice-grp3 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
}

.hostedvoice-grp4 .span3 {
  justify-content: initial !important;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  margin-left: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.hostedvoice-grp4 .content-wd-top-icon .inner {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  max-width: 300px;
  font-size: 15px;
  line-height: 20px;
  color: #133250;
}

.hostedvoice-grp4 .content-wd-top-icon .inner img {
  max-width: 120px;
  max-height: 120px;
  line-height: 120px;
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
  display: block;
  height: auto;
}

.hostedvoice-grp4 .content-wd-top-icon .inner p {
  margin-bottom: 36px;
  color: #133250;
  font-size: 15px;
  line-height: 20px;
}

.hostedvoice-grp4 p {
  margin: 0;
}

.hostedvoice-grp6 .industry_info.industry_accordion {
  margin: 0;
}

.hostedvoice-grp6 .industry_info.industry_accordion .block_row.align-start {
  display: block;
  margin: 0;
  max-width: 100%;
}

.hostedvoice-grp6 .industry_info.industry_accordion .block_row.align-start > div {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.hostedvoice-grp6 .industry_info.industry_accordion .block--text h2.h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.hostedvoice-grp6 .industry_info.industry_accordion .expandable_content {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hostedvoice-grp5 .widget-type-rich_text {
  color: #002A42;
}

.hostedvoice-grp7 .span4 {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-left: 25px;
  padding-right: 25px;
  justify-content: initial !important;
}

.hostedvoice-grp7 .span4 .content-wd-top-icon .inner {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  max-width: 300px;
  color: #292929;
  font-size: 15px;
  line-height: 20px;
}

.hostedvoice-grp7 .span4 .content-wd-top-icon .inner img {
  display: block;
  height: auto;
  width: 100%;
  margin: auto;
  max-width: 120px;
  max-height: 120px;
  line-height: 120px;
  margin-bottom: 16px;
}

.hostedvoice-grp7 .span4 .content-wd-top-icon .inner p {
  margin-bottom: 18px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.hostedvoice-grp7 .span4 .content-wd-top-icon .inner p:last-child {
  margin-bottom: 36px;
}

.onenet-grp1 {
  width: 100%;
  position: relative;
  background: #B2B2B2;
  margin-top: -0.45rem;
}

.onenet-grp1 .dnd-column .dnd-row:first-child {
  width: 100%;
  height: 19.8rem;
}

.onenet-grp1 .widget-type-linked_image img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.onenet-grp1 .dnd-column .dnd-row div {
  width: 100%;
  height: 100%;
}

.onenet-grp1 .widget-type-header h1 {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.71);
  padding: 1.45rem 0.5rem 1.45rem;
  font-weight: 700;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

.onenet-grp1 .row-fluid [class*="span"] {
  min-height: 0;
}

.onenet-grp2 {
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
  margin-top: 2.1rem;
  margin-bottom: 2.35rem;
  font-size: 1.2rem;
  line-height: 1.65rem;
}

.onenet-grp3,
.onenet-grp4 {
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
}

.onenet-grp2 .dnd-section > .row-fluid,
.onenet-grp3 .dnd-section > .row-fluid,
.onenet-grp4 .dnd-section > .row-fluid {
  max-width: 61.1rem;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.onenet-grp2 .widget-type-rich_text {
  text-align: center;
  width: 70%;
  margin: auto;
  padding: 0 0.55rem;
}

.onenet-grp2 .widget-type-rich_text p {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
  margin: 0;
}

.onenet-grp3 .dnd-section>.row-fluid>.dnd-column,
.onenet-grp4 .widget-type-rich_text {
  width: 62.66%;
  margin: auto;
  float: none;
  padding: 0 0.55rem;
}

.onenet-grp3 .widget-type-rich_text p,
.onenet-grp3 .widget-type-rich_text li {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}

.onenet-grp3 .iwp-mdl p {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
  margin: 0 0 18px;
}

.onenet-grp5 .footer__newsletter .footer__newsletter__row {
  margin-top: 4rem;
}

.galaxynote-grp1 .widget-type-linked_image {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.galaxynote-grp2 .widget-type-rich_text {
  color: #002A42;
  font-weight: 500;
}

.galaxynote-grp3 .widget-type-linked_image {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin-left: 20.83333333%;
  padding: 0 16px;
  margin-right: auto;
  padding-bottom: 28px;
}

.galaxynote-grp3 .dnd-section > .row-fluid {
  max-width: 1440px;
}

.galaxynote-grp3 .widget-type-linked_image img {
  max-width: 600px !important;
  width: 100%;
}

.galaxynote-grp4 .widget-type-rich_text {
  color: #002A42;
}

.bch-grp9 .submitted-message p {
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
}

.whyco-grp4 .widget-type-rich_text h2 {
  margin-bottom: 18px !important;
}

.whyco-grp8 .widget-type-rich_text a.btn {
  text-align: center;
  background: #00CECE;
  border-radius: 28px;
  display: inline-block;
  color: #002A42;
  padding: 11px 20px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  margin-top: 32px;
}

.whyco-grp8 .widget-type-rich_text a.btn:hover {
  background: #FF9900;
  border-color: #FF9900;
  color: #002A42;
  transition: all 0.2s;
}

.whyco-grp1 .widget-type-rich_text p img {
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 6px;
}

.galaxynote-grp4 .widget-type-rich_text img {
  max-width: 181px;
}

.content-with-parallax .container-fluid .row-fluid.flex-middle blockquote {
  color: inherit;
}

.horcol-grp8 .widget-type-form form .hs-input {
  font-size: 18px;
}

.gigabit-page .main-wrapper .span5 div.hs-main-font-element {
  color: #696969;
}

.benefit-icon-with-content .card p:last-child {
  margin-bottom: 36px;
}










@media (max-width: 767px) {
  .whyco-grp1 .widget-type-header h2 {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .whyco-grp1 .widget-type-rich_text .hs-cta-wrapper {
    margin-top: 24px;
    margin-bottom: 5px;
  }

  .whyco-partners .footer__newsletter .footer__newsletter__row,
  .bch-partners .footer__newsletter .footer__newsletter__row {  
    margin: 16px 0;
  }

  .whyco-grp2 .widget-type-linked_image img,
  .whyco-grp3 .widget-type-linked_image img,
  .whyco-grp6 .widget-type-linked_image img,
  .whyco-grp7 .widget-type-linked_image img,
  .whyco-grp6 .widget-type-rich_text,
  .whyco-grp7 .widget-type-rich_text,
  .whyco-grp9 .widget-type-rich_text,
  .whyco-grp3 .span5,
  .whyco-grp10 .span6,
  .bch-grp1 .widget-type-rich_text,
  .bch_pg .span6,
  .bch_pg .span5,
  .bch_pg .span7,
  .bch-grp5 .widget-type-linked_image,
  .bch-grp5 .widget-type-rich_text,
  .bch-grp5 .widget-type-linked_image,
  .bch-grp5 .widget-type-rich_text,
  .bch-grp6 .widget-type-linked_image,
  .bch-grp6 .widget-type-rich_text,
  .horcol-grp2 .widget-type-linked_image,
  .horcol-grp3 .widget-type-linked_image,
  .horcol-grp3 .widget-type-rich_text,
  .horcol-grp4 .widget-type-linked_image,
  .horcol-grp4 .widget-type-rich_text,
  .horcol-grp6 .widget-type-linked_image,
  .horcol-grp6 .widget-type-rich_text,
  .horcol-grp7 .widget-type-linked_image,
  .horcol-grp7 .widget-type-rich_text,
  .busicloud-grp3 .widget-type-linked_image,
  .busicloud-grp3  .widget-type-rich_text,
  .busicloud-grp4 .widget-type-linked_image,
  .busicloud-grp4  .widget-type-rich_text,
  .busicloud-grp5 .widget-type-linked_image,
  .busicloud-grp5  .widget-type-rich_text,
  .hostedvoice-grp2 .widget-type-linked_image,
  .hostedvoice-grp2 .widget-type-rich_text,
  .hostedvoice-grp5 .widget-type-linked_image,
  .hostedvoice-grp5 .widget-type-rich_text,
  .hostedvoice-grp6 .widget-type-linked_image,
  .galaxynote-grp4 .widget-type-linked_image,
  .galaxynote-grp4 .widget-type-rich_text {
    margin-bottom: 20px;
  }

  .whyco_pg .widget-type-rich_text h2,
  .bch_pg .widget-type-rich_text h2,
  .horcol-grp1 .widget-type-rich_text h2,
  .horcol_pg .widget-type-rich_text h2,
  .busicloud_pg .widget-type-rich_text h2,
  .hostedvoice_pg .widget-type-rich_text h2,
  .galaxynote-grp2 .widget-type-rich_text h2,
  .galaxynote-grp4 .widget-type-rich_text h2 {
    margin-bottom: 16px;
  }

  .bch-grp3 .span7,
  .bch-grp5 .span6,
  .bch-grp6 .span6,
  .bch-grp9 .span7 {
    margin-bottom: 0;
  }

  .whyco-grp3 .hs-button,
  .busicloud-grp5 .widget-type-rich_text p a.btn,
  .hostedvoice-grp4 p a.btn,
  .hostedvoice-grp5 .widget-type-rich_text p a.btn {
    margin-top: 24px;
    padding: 10px 23px;
  }

  .whyco-grp8 .widget-type-rich_text a.btn {
    margin-top: 24px;
  }

  .whyco-grp9 .widget-type-linked_image img {
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .whyco-grp11 .widget-type-linked_image {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .bch-grp4 .widget-type-linked_image img,
  .bch-grp6 .widget-type-linked_image img,
  .bch-grp9 .widget-type-linked_image img,
  .horcol-grp2 .widget-type-linked_image img,
  .horcol-grp3 .widget-type-linked_image img,
  .horcol-grp4 .widget-type-linked_image img,
  .busicloud-grp3 .widget-type-linked_image img,
  .busicloud-grp4 .widget-type-linked_image img,
  .hostedvoice-grp2 .widget-type-linked_image img,
  .hostedvoice-grp6 .widget-type-linked_image img,
  .galaxynote-grp4 .widget-type-linked_image img {
    border-radius: 16px;
  }

  .bch-grp8 .widget-type-rich_text h2 {
    margin-bottom: 24px;
  }

  .bch-grp9 form .actions {
    padding: 9px 0 5px;
  }

  .horcol-grp2 .span7 {
    margin-bottom: 12px;
  }

  .horcol-grp8 .widget-type-form {
    width: 100%;
    margin: auto;
    padding: 18px 16px 0;
  }

  .horcol-grp8 .widget-type-rich_text {
    padding-bottom: 21px;
  }

  .busicloud-grp2 .dnd-section > .row-fluid,
  .busicloud-grp7 .dnd-row .row-fluid,
  .hostedvoice-grp4 .dnd-row .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .busicloud-grp2 .span3, .busicloud-grp7 .span3,
  .hostedvoice-grp4 .span3 {
    margin-bottom: 40px;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .busicloud-grp7 .widget-type-rich_text h2 {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 24px;
  }

  .busicloud-grp2 .span3:last-child,
  .busicloud-grp7 .span3:last-child {
    margin-bottom: 0;
  }

  .hostedvoice-grp3 .widget-type-rich_text h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .hostedvoice-grp6 .industry_info.industry_accordion .block--text h2.h3 {
    font-size: 24px;
  }

  .hostedvoice-grp6 .industry_info.industry_accordion .block_row.align-start>div {
    margin: 0 0 48px !important;
  }

  .onenet-grp1 .dnd-column .dnd-row:first-child {
    height: 9.8rem;
  }

  .onenet-grp1 .widget-type-header h1 {
    background: #292929;
    padding: 0.9rem 0.5rem 0.9rem;
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
  }

  .onenet-grp2,
  .onenet-grp3,
  .onenet-grp4 {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .onenet-grp2 .dnd-section>.row-fluid,
  .onenet-grp3 .dnd-section>.row-fluid,
  .onenet-grp4 .dnd-section>.row-fluid {
    width: 100%;
  }

  .onenet-grp2 .widget-type-rich_text,
  .onenet-grp3 .dnd-section>.row-fluid>.dnd-column,
  .onenet-grp4 .widget-type-rich_text {
    padding: 0 11px;
    width: 100%;
  }

  .galaxynote-grp1 .widget-type-linked_image {
    padding-top: 30px;
    margin-right: auto;
  }

  .galaxynote-grp2 .widget-type-rich_text h2:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .galaxynote-grp3 .widget-type-linked_image {
    margin-left: 0;
    width: 100%;
    padding-bottom: 58px;
  }
}

@media (max-width: 640px) {
  .bch-grp9 form .hs-form-field,
  .horcol-grp8 .widget-type-form form .hs-form-field {
    padding-right: 0;
  }

  .bch-grp9 form .actions {
    padding: 31px 0 5px;
  }

  .horcol-grp8 .widget-type-form form .hs-form-field .hs-input {
    line-height: 2;
    font-size: 18px;
  }

  .horcol-grp8 .widget-type-form form li.hs-form-booleancheckbox > label span {
    width: 85%;
  }
}

@media (max-width: 479px) {
  .whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(2) a.card.card-partner img,
  .whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(5) a.card.card-partner img,
  .whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(6) a.card.card-partner img,
  .whyco-partners .section.section-partner .container-fluid.container-partner .flex-center .col-partner:nth-child(7) a.card.card-partner img {
    max-height: 42px;
    width: auto;
    width: 100%;
    max-height: none;
  }
}

@media (min-width: 768px) {
  .whyco-grp1 .dnd-section > .row-fluid > .dnd-column {
    margin-left: 16.66666667%;
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }

  .contact_cta:hover {
    color: #ffffff;
    text-decoration: none;
    background: #00CECE;
  }

  .bch-grp9 .span5,
  .horcol-grp2 .span5,
  .whyco-grp2 .span5 {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }

  .whyco-grp2 .span7,
  .horcol-grp2 .span7 {
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }

  .whyco-grp3 .span7,
  .whyco-grp6 .span6,
  .whyco-grp10 .span6,
  .bch-grp2 .span6,
  .bch-grp5 .span6,
  .bch-grp6 .span6,
  .bch-grp7 .span6,
  .bch-grp4 .span7,
  .horcol-grp6 .span6,
  .hostedvoice-grp6 .span7,
  .galaxynote-grp4 .span7 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .whyco-partners .section.section-partner .container-fluid .title-block,
  .bch-partners .widget-type-header .hs_cos_wrapper_type_header,
  .hostedvoice-grp3 .dnd-section > .row-fluid > .dnd-column {
    margin-left: 25%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .bch-grp9 .span7 {
    margin-left: 8.33333333%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .horcol-grp3 .span7 {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .whyco-grp3 .span5 {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }

  .whyco-grp7 .span4,
  .horcol-grp3 .span5,
  .bch-grp3 .span5,
  .horcol-grp4 .span5 {
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }

  .whyco-grp9 .span8,
  .horcol-grp4 .span7 {
    margin-left: 4.16666667%;
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }

  .whyco-grp7 .span8 {
    margin-left: 8.33333333%;
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }

  .whyco-grp8 .dnd-section > .row-fluid > .dnd-column,
  .bch-grp8 .widget-type-rich_text,
  .horcol-grp1 .dnd-section > .row-fluid > .dnd-column {
    margin-left: 16.66666667%;
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }

  .whyco-grp9 .span4 {
    -ms-flex: 0 1 29.16666667%;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }

  .whyco-grp11 .span3 {
    -ms-flex: 0 1 16.66666667%;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }

  .horcol-grp7 .span3 {
    -ms-flex: 0 1 16.66666667%;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
    margin-left: 4.16666667% !important;
  }

  .whyco-grp11 .span9 {
    -ms-flex: 0 1 79.16666667%;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
    margin-left: 0;
  }

  .contact_cta:after,
  .whyco-grp3 .hs-button:after,
  .hostedvoice-grp4 p a.btn:after,
  .hostedvoice-grp5 .widget-type-rich_text p a.btn:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #002A42;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.2s;
  }

  .whyco-grp3 .hs-button:hover,
  .hostedvoice-grp4 p a.btn:hover,
  .hostedvoice-grp5 .widget-type-rich_text p a.btn:hover {
    color: #ffffff;
  }

  .contact_cta:hover:after,
  .whyco-grp8 .widget-type-rich_text a.btn:hover:after,
  .whyco-grp3 .hs-button:hover:after,
  .hostedvoice-grp4 p a.btn:hover:after,
  .hostedvoice-grp5 .widget-type-rich_text p a.btn:hover:after {
    top: 0%;
  }

  .whyco-grp8 .widget-type-rich_text a.btn:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #FF9900;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.2s;
  }

  .whyco-grp8 .widget-type-rich_text a.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #00CECE;
  }

  .bch-grp1 .widget-type-rich_text {
    margin-left: 25%;
    -ms-flex: 0 1 54.16666667%;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }

  .bch-grp3 .span7 {
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }

  .bch-grp4 .span5 {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }

  .horcol-grp7 .span9 {
    -ms-flex: 0 1 79.16666667%;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
    margin-left: 0;
  }

  .horcol-grp8 .span5 {
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }

  .horcol-grp8 .span7 {
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
    padding: 0;
  }

  .busicloud-grp2 .span3,
  .busicloud-grp7 .span3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .busicloud-grp3 .span7,
  .busicloud-grp4 .span7,
  .busicloud-grp3 .span5,
  .busicloud-grp4 .span5,
  .hostedvoice-grp2 .span7,
  .hostedvoice-grp2 .span5,
  .hostedvoice-grp5 .span7 {
    -ms-flex: 0 1 45.83333333%;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }

  .hostedvoice-grp5 .span5 {
    margin-left: 8.33333333% !important;
    -ms-flex: 0 1 45.83333333%;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
    -ms-flex-order: 2;
    order: 2;
  }

  .busicloud-grp3 .span5,
  .busicloud-grp4 .span7,
  .hostedvoice-grp2 .span5 {
    margin-left: 8.33333333% !important;
  }

  .busicloud-grp4 .span7 {
    -ms-flex-order: 2;
    order: 2;
  }

  .busicloud-grp5 .span5 {
    margin-left: 8.33333333% !important;
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
    -ms-flex-order: 2;
    order: 2;
  }

  .busicloud-grp5 .span7,
  .hostedvoice-grp6 .span5 {
    margin-left: 4.16666667% !important;
    -ms-flex: 0 1 45.83333333%;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }

  .busicloud-grp7 .widget-type-rich_text h2 {
    padding: 36px 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin: 0 auto;
  }

  .hostedvoice-grp4 .span3 {
    -ms-flex: 0 1 16.66666667%;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hostedvoice-grp4 .dnd-section .row-fluid {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .hostedvoice-grp7 .span4 {
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
    margin-left: 0;
  }

  .galaxynote-grp1 .widget-type-linked_image {
    margin-left: 25%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
    width: 100%;
  }

  .galaxynote-grp2 .widget-type-rich_text {
    margin-left: 20.83333333%;
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }

  .galaxynote-grp3 .widget-type-linked_image {
    margin-left: 16.66666667%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .galaxynote-grp4 .span5 {
    margin-left: 12.5%;
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1201px) {
  .galaxynote-grp3 .widget-type-linked_image {
    margin-left: 29.16666667%;
  }
}

@media (min-width: 1440px) {
  .horcol-grp8 .widget-type-form,
  .horcol-grp8 .widget-type-rich_text {
    max-width: 526px;
  }
}

/* ====== rest.css ========= */


.business_sol_page {}
.data_protection_r1_grp .page-center,
.business_sol_r1_grp .page-center {
  max-width: 61.1rem;
  width: 88%;
  padding: 0 0.55rem;
}
.data_protection_r1_grp .page-center>.row-fluid-wrapper,
.business_sol_r1_grp .page-center>.row-fluid-wrapper {
  margin: 0 -0.55rem;
}
.data_protection_r1_grp .page-center>.row-fluid-wrapper>.row-fluid,
.business_sol_r1_grp .page-center>.row-fluid-wrapper>.row-fluid {
  padding: 3rem;
  background-color: #fff;
  border-radius: .2rem;
  box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
  /*   padding-right: 3.17rem; */
}
.data_protection_r1_grp .dnd-section,
.business_sol_r1_grp .dnd-section {
  padding: 0;
}
.data_protection_r1_grp .dnd-section>.row-fluid,
.business_sol_r1_grp .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.data_protection_r1_grp span.hs_cos_wrapper_type_rich_text,
.business_sol_r1_grp span.hs_cos_wrapper_type_rich_text {
  display: block;
  width: 100%;
}
.business_sol_r2_grp .dnd-section {
  padding: 0;
}
.data_protection_r1_grp p,
.data_protection_r1_grp li,
.business_sol_r1_grp p,
.business_sol_r1_grp li {
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.data_protection_r1_grp ol,
.data_protection_r1_grp ul,
.business_sol_r1_grp ol,
.business_sol_r1_grp ul {
  padding: 0;
}
.data_protection_r1_grp ul li,
.business_sol_r1_grp ul li {
  list-style-position: inside;
}
.data_protection_r1_grp a:not(.btn),
.business_sol_r1_grp a:not(.btn) {
  color: #cc6600;
}
.business_sol_r1_grp .hs-responsive-embed {
  max-width: 100% !important;
  max-height: 100% !important;
}
.business_sol_r1_grp h4 strong {
  font-weight: 500;
}
.business_sol_r1_grp .hs_cos_wrapper_type_rich_text a,
.business_sol_r1_grp .hs_cos_wrapper_type_rich_text ul {
  word-break: break-word;
}

.business_sol_r1_grp form {
  padding-right: 16px;
}
.business_sol_r1_grp form .hs-form-field {
  margin-bottom: 16px;
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.business_sol_r1_grp form .hs-form-field>label {
  margin-bottom: 7px;
}
.business_sol_r1_grp form legend.hs-field-desc {
  font-family: inherit;
  font-size: 67.5%;
  opacity: 0.7;
  font-weight: 400;
  margin: -5.5px 0 0;
}
.data_protection_r1_grp form input,
.data_protection_r1_grp form select,
.data_protection_r1_grp form textarea, 
.data_protection_r1_grp .hs-input, 
.business_sol_r1_grp form input,
.business_sol_r1_grp form select,
.business_sol_r1_grp form textarea, 
.business_sol_r1_grp .hs-input {
  max-width: 100%;
}
.business_sol_r1_grp form textarea::-webkit-input-placeholder,
.business_sol_r1_grp form input::-webkit-input-placeholder {
  color: #7c7b7b;
}
.business_sol_r1_grp form textarea::-moz-placeholder,
.business_sol_r1_grp form input::-moz-placeholder {
  color: #7c7b7b;
}

.business_sol_r1_grp form ul.inputs-list.multi-container {
  margin: 6px 0;
}
.business_sol_r1_grp form ul.inputs-list li.hs-form-radio {
  margin: 0 0 8px;
  line-height: 1.3;
}
.business_sol_r1_grp form ul.inputs-list li label {
  line-height: 1.5;
  font-size: .875em;
  color: #474747;
  font-family: AvenirNext, "Avenir Next", Lato, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 19px;
}
.business_sol_r1_grp form ul.inputs-list li label.hs-form-radio-display {
  padding-left: 0;
}
.business_sol_r1_grp form .hs-input[type=checkbox], 
.business_sol_r1_grp form .hs-input[type=radio] {
  min-height: 1px;
}
.business_sol_r1_grp form ul.inputs-list input[type=radio]+span {
  margin: -5px 0 0 3px;
  display: inline-block;
  cursor: pointer;
}
.business_sol_r1_grp form ul.inputs-list input[type=radio]:checked+span {
  font-weight: 700;
}
.business_sol_r1_grp form li.hs-form-booleancheckbox input.hs-input:checked+span {
  font-weight: 700;
}
.business_sol_r1_grp form ul.inputs-list li label.hs-form-booleancheckbox-display {
  margin-top: 33px;
  padding-left: 19px;
  position: relative;
}
.business_sol_r1_grp form ul.inputs-list li .hs-input[type=checkbox] {
  position: absolute;
  left: -3px;
  top: 4px;
}
.business_sol_r1_grp form .actions {
  text-align: center;
  padding: 15px 0 0 15px;
}
.business_sol_r1_grp form .hs_consent {
  display: flex;
  flex-direction: column;
}
.business_sol_r1_grp form .hs_consent ul.inputs-list.multi-container {
  padding: 0 0 0 5px;
  margin: 0;
}
.business_sol_r1_grp form .hs_consent ul.inputs-list.multi-container label {
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.business_sol_r1_grp form .hs_consent legend.hs-field-desc {
  order: 5;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 12px;
  padding: 0 8px 6px;
  font-family: inherit;
  font-size: 67.5%;
  opacity: 0.7;
  font-weight: 400;
}

.business_sol_r1_grp .widget-type-form h3.form-title {
  font-weight: 700;
  letter-spacing: 1px !important;
  margin: 0 0 6px;
  line-height: 1.125;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25em;
  color: #002A42;
}
.business_sol_r1_grp form .hs-richtext p {
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #696969;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.business_sol_r1_grp form textarea {
  min-height: 160px;
}
.business_sol_r1_grp form .hs_interested_in_the_following_ select {
  min-height: 174px;
}
.business_sol_r1_grp form .hs_interested_in_the_following_ select option[disabled] {
  display: none;
}
.business_sol_r1_grp form ul.inputs-list.hs-error-msgs li label {
  font-family: inherit;
  font-size: 67.5%;
  opacity: 0.7;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
}
.business_sol_r1_grp form .hs_error_rollup ul.inputs-list.hs-error-msgs li label {
  color: #790000 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-top: 0.1rem solid #790000;
  border-bottom: 0.1rem solid #790000;
  padding: 0.8rem 0;
  clear: both;
  width: 100%;
  text-align: center;
  opacity: 1;
}

/* .business_sol_r1_grp form .hs-form-field>label span.hs-form-required {
display: none;
}
*/

.data_protection_page {}

.data_protection_r1_grp form {
  margin: 25px 0 0;
  color: #696969;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.data_protection_r1_grp form .hs-form-field {
  margin-bottom: 38px;
}
.data_protection_r1_grp form .field.hs_firstname {
  margin-bottom: 10px;
}
.data_protection_r1_grp form .hs-form-field>label {
  color: #696969;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  display: block;
}
.data_protection_r1_grp form textarea {
  min-height: 100px;
  margin-top: 0;
  padding: 2.5px 2px;
}
.data_protection_r1_grp form input.hs-button.primary.large {
  border-radius: 0;
  background: #ff9933;
  font-size: 1rem;
  text-transform: none;
  font-weight: 700;
  padding: 0.5rem 0.9rem;
  display: inline-block;
  border-width: 0.15rem;
  border-color: #ffffff;
  border-style: outset;
  line-height: normal;
}
.data_protection_r1_grp form input.hs-button.primary.large:hover {
  background: #ff8000;
}
.data_protection_r1_grp form span.hs-form-required {
  color: inherit;
}
.data_protection_r1_grp .grecaptcha-badge {
  margin-left: 0;
}


.ondemand_page {}

.ondemand_r1_grp form .hs-form-field {
  color: #474747;
  font-size: .9rem;
  line-height: 1.38888889;
  margin-bottom: 4px;
  position: relative;
}
.ondemand_r1_grp form .hs-form-field>label {
  width: 29%;
  padding-right: 16px;
  color: #474747;
}
.ondemand_r1_grp form input {
  margin-top: 2px;
}
.ondemand_r1_grp form textarea {
  padding: 6px 8px;
  line-height: 1.5;
  margin-bottom: 26px;
}
.ondemand_r1_grp form ul.inputs-list li label.hs-form-booleancheckbox-display {
  margin-top: 0;
  padding-left: 17px;
  line-height: 1.411;
}
.ondemand_r1_grp form .actions {
  text-align: center;
  padding: 15px 0 0;
}
.ondemand_r1_grp form .hs-form-field>label span.hs-form-required {
  display: none;
}
.ondemand_r1_grp .submitted-message {
  line-height: 27px;
}
.ondemand_r1_grp form legend.hs-field-desc {
  color: #474747;
}


.how_arewe_doing_page {}
.how_arewe_doing_r1_grp {
  margin-bottom: 2rem;
}
.how_arewe_doing_r1_grp .dnd-section {
  background-position: left 100.4% center !important;
}
.how_arewe_doing_r1_grp .widget-type-header {
  padding: 54px 11px 21px;
  width: 57.22222222%;
  margin-left: 3.95833333%;
  position: relative;
  min-height: 23.26388889vw;
}
.how_arewe_doing_r1_grp .widget-type-header h1 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  line-height: 51px;
  text-shadow: 2px 2px 3px rgb(90 86 107 / 23%);
  margin: 6px 0 0;
}

.how_arewe_doing_r1_grp .page-center>.row-fluid-wrapper>.row-fluid {
  padding: 0 0.55rem;
  border-radius: 0;
  box-shadow: none;
}
.how_arewe_doing_r1_grp .page-center>.row-fluid-wrapper>.row-fluid>.span12 {
  padding: 1.7rem;
  display: block;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
  color: #474747;
  font-size: 0.9rem;
  line-height: 1.38888889;
}
.how_arewe_doing_r1_grp form fieldset {
  max-width: 100%;
}
.how_arewe_doing_r1_grp form .hs-form-field>label {
  color: #474747;
}
.how_arewe_doing_r1_grp form .hs-fieldtype-radio>.input {
  margin: 0;
}
.how_arewe_doing_r1_grp form .hs-fieldtype-radio ul.inputs-list.multi-container {
  padding: 0;
  margin: 4px 0;
}
.how_arewe_doing_r1_grp form .hs-fieldtype-radio ul li.hs-form-radio {
  display: inline-block;
  width: auto;
  margin: 0 8px 10px 0;
}
.how_arewe_doing_r1_grp form .hs-fieldtype-radio ul li.hs-form-radio input {
  margin-left: 1px;
  margin-right: 4px;
}
.how_arewe_doing_r1_grp form .hs-form-field.hs-fieldtype-radio {
  margin-bottom: 22px;
}
.how_arewe_doing_r1_grp form .hs-form-field>.input {
  margin-right: 0 !important;
}
.how_arewe_doing_r1_grp form .hs-richtext {
  margin: 3px 0;
}
.how_arewe_doing_r1_grp form .hs-richtext p {
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
  font-size: 15px;
  color: #474747;
}

.how_arewe_doing_r1_grp form .hs-form-field.hs_firstname>label,
.how_arewe_doing_r1_grp form .hs-form-field.hs_lastname>label {
  font-size: .813em;
  letter-spacing: .5pt;
  margin: 10px 0 0;
}
.how_arewe_doing_r1_grp form .hs_do_you_agree_to_allow_onecom_to_use_your_details_and_comments_for_marketing_purpose_ {
  display: flex;
  flex-direction: column;
}
.how_arewe_doing_r1_grp form .hs_do_you_agree_to_allow_onecom_to_use_your_details_and_comments_for_marketing_purpose_>.input {
  margin: 8px 0 16px;
}
.how_arewe_doing_r1_grp form .hs_do_you_agree_to_allow_onecom_to_use_your_details_and_comments_for_marketing_purpose_ legend.hs-field-desc {
  order: 5;
}
.how_arewe_doing_r1_grp form .actions {
  padding-top: 19px;
}



.body-container-wrapper.apple_detail_page {
  margin: 0;
}
.apple_detail_page .dnd-section {
  padding-bottom: 36px;
  padding-top: 36px;
}
.apple_detail_r1 h2 {
  font-size: 40px;
}
.apple_detail_r1 h3 {
  margin-top: 8px;
  margin-bottom: 0;
}
.apple_detail_r1 .dnd-section .widget-type-linked_image {
  width: 100%;
}
.apple_detail_r1 .dnd-section>.row-fluid .span12.dnd-module {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.apple_detail_r2 p {
  color: #002a42;
}
.apple_detail_r3 p {
  color: #404040;
}
.apple_detail_page p sup {
  line-height: normal;
}
.apple_detail_page p:last-of-type {
  margin-bottom: 0;
}
.apple_detail_page .span12.widget-type-cell {
  min-height: 0;
}
.apple_detail_r1 .dnd-section>.row-fluid>.span1.dnd-column {
  width: auto;
  margin: 0;
}
.apple_detail_r2 p sup {
  line-height: 28px;
}
.apple_detail_r2 .row_fluid .span12 {
  min-height: 0;
}


.body-container-wrapper.ipad_family_page {
  margin: 0;
}
.ipad_family_page .dnd-section {
  padding-bottom: 36px;
  padding-top: 36px;
}
.ipad_family_page p:last-of-type {
  margin-bottom: 0;
}
.ipad_family_r2 .row_fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.ipad_family_r2 p {
  font-size: 20px;
  line-height: 28px;
  color: #002A42;
}
.ipad_family_r2 p sup {
  line-height: 28px;
}
.ipad_family_r4 .dnd-section {
  padding-top: 162px;
  padding-bottom: 72px;
}
.ipad_family_r1 h1 {
  line-height: 1.125;
  font-size: 51px;
}

.body-container-wrapper.sam_for_busi_page {
  margin: 0;
}
.sam_for_busi_r1 .dnd-section {
  padding: 0;
}
.sam_for_busi_r2 .dnd-section {
  padding: 0;
}
/* .fiveg-mobile-tabber */
.sam_mod_tab_wrap .section.section_product .bg-absolute {
  background-image: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/raw_assets/public/Onecom_April2021/images/product_tab_bg.png);
}


.sam_for_busi_r3 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.sam_for_busi_r3 .working-with-onecom {
  position: relative;
}
.sam_for_busi_r3 .working-with-onecom form * li.hs-form-booleancheckbox input+span,
.sam_for_busi_r3 .working-with-onecom form * {
  font-family: 'SamsungOne-400',"AvenirNext",'Avenir Next',Lato,"Helvetica Neue",Helvetica,sans-serif !important;
}
.sam_for_busi_r3 .working-with-onecom .service_contact .block--text h6,
.sam_for_busi_r3 .working-with-onecom .service_contact .block--text h2 {
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  color: inherit;
}
.sam_for_busi_r3 .working-with-onecom .service_contact .block--text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #F2F2F2;
  font-family: 'SamsungOne-400', "AvenirNext",'Avenir Next',Lato,"Helvetica Neue",Helvetica,sans-serif;
}
.sam_for_busi_r3 .working-with-onecom a.btn.btn--outline {
  border: 2px solid #fff;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px 11px;
  border-radius: 24px;
  display: inline-block;
  font-family: 'SamsungOne-700', "AvenirNext",'Avenir Next',Lato,"Helvetica Neue",Helvetica,sans-serif;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
  font-weight: 600;
}
.sam_for_busi_r3 .working-with-onecom a.btn.btn--outline:hover,
.sam_for_busi_r3 .working-with-onecom a.btn.btn--outline:focus {
  background-color: #FF9900;
  color: #fff;
  border-color: #fff;
}
.sam_for_busi_r3 .working-with-onecom .gform_wrapper form .hs-button {
  font-weight: 600;
}
.sam_for_busi_r3 .working-with-onecom .privacy_link a {
  font-family: 'SamsungOne-400', "AvenirNext",'Avenir Next',Lato,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: normal;
}


.body-container-wrapper.fitbit_page {
  margin: 0;
}
.fitbit_banner .hero--default .hero__image>img {
  opacity: 1;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  width: 100%;
  height: 100%;
  min-height: 531px;
}
.fitbit_page .dnd-section {
  padding-bottom: 36px;
  padding-top: 36px;
}
.fitbit_r1 .dnd-section .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  font-weight: 500;
}
.fitbit_r1 .dnd-section .widget-type-rich_text p:last-of-type {
  margin-bottom: 0;
}

.fitbit_r2 .dnd-section .row_fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.fitbit_r2 .dnd-section .widget-type-header {
  margin-bottom: 42px;
}
.fitbit_r2 .dnd-section .widget-type-header h2 {
  font-weight: 700;
  margin-bottom: 28px;
}
.fitbit_r2 .dnd-section .row-fluid {
  padding: 0 .6rem;
}
.fitbit_r2 .dnd-section .span6.dnd-column>div,
.fitbit_r2 .dnd-section .span4.dnd-column>div {
  max-width: 300px;
  margin: 0 auto;
}
.fitbit_r2 .dnd-section .span6.dnd-column .widget-type-linked_image,
.fitbit_r2 .dnd-section .span4.dnd-column .widget-type-linked_image {
  max-width: 140px;
  max-height: 140px;
  line-height: 140px;
  display: block;
  margin-bottom: 16px;
}
.fitbit_r2 .dnd-section p {
  color: #292929;
  font-size: 15px;
  line-height: 20px;
}
.fitbit_r2 .dnd-section p:first-child {
  margin-bottom: 36px;
}
.fitbit_r2 .dnd-section:last-child p:first-child {
  margin-bottom: 18px;
}
.fitbit_r2 .dnd-section p:last-child {
  margin-bottom: 0;
}
.fitbit_r4 .dnd-section .widget-type-linked_image,
.fitbit_r3 .dnd-section .widget-type-linked_image {
  width: 100%;
}
.fitbit_r4 .dnd-section .span12 .widget-type-linked_image img,
.fitbit_r3 .dnd-section .span12 .widget-type-linked_image img {
  width: 100%;
}
.fitbit_r4 .dnd-section .span6 .widget-type-linked_image img {
  width: auto;
}
.fitbit_r4 .dnd-section,
.fitbit_r3 .dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}
.fitbit_r4 .dnd-section .row_fluid,
.fitbit_r3 .dnd-section .row_fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  -ms-flex-align: center;
  align-items: center;
}
.fitbit_r3 .dnd-section h2 {
  margin-bottom: 20px;
}
.fitbit_r4 .dnd-section p,
.fitbit_r3 .dnd-section p {
  color: #404040;
  font-weight: 500;
  margin-bottom: 7px;
}
.fitbit_r4 .dnd-section p:last-child,
.fitbit_r3 .dnd-section p:last-child {
  margin-bottom: 0;
}
.fitbit_page a.hs-button {
  margin: 32px 0 0;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #002A42;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background: #00CECE;
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 32px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
}
.fitbit_page a.hs-button:hover {
  color: #fff;
}
.fitbit_page a.hs-button:after {
  content: '';
  width: 100%;
  position: absolute;
  background: #002A42;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.2s;
}
.fitbit_page a.hs-button:hover:after {
  top: 0%;
}
.fitbit_r5 .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.fitbit_r5 .dnd-section>.row-fluid .dnd-row {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  color: #fff;
}
.fitbit_r5 .dnd-section h2 {
  color: #ffff;
  margin-bottom: 28px;
}
.fitbit_r5 .dnd-section p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.fitbit_r5 .dnd-section p:last-child {
  margin-bottom: 0;
}





@media(min-width: 641px) {
  .ondemand_r1_grp form .hs-form-field {
    display: flex;
  }
  .ondemand_r1_grp form .hs-form-field>label {
    width: 29%;
    padding-right: 16px;
  }
  .ondemand_r1_grp form .hs-form-field>.input {
    width: 70%;
  }
  .ondemand_r1_grp form legend.hs-field-desc {
    position: absolute;
    top: 92%;
    left: calc(30% - 10px);
    width: calc(100% - 30%);
    margin-top: -10px;
  }
  .ondemand_r1_grp form .hs_by_submitting_your_details_you_acknowledge_that_you_re_personal_data_will_be_used_in_line_with_our {
    width: 70%;
    left: 29.3%;
    margin-top: -6px;
    max-width: 650px;
  }
  .ondemand_r1_grp .hs_submit.hs-submit {
    width: calc(100% - 30%);
    left: 30%;
    position: relative;
    margin-top: 44px;
  }
  .ondemand_r1_grp form .hs-form-field>ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    width: calc(100% - 30%);
    left: 29%;
    top: 70%;
    z-index: 9;
  }
  .how_arewe_doing_r1_grp form .form-columns-2 .hs-form-field {
    padding-right: 8px;
  }
  .how_arewe_doing_r1_grp form .form-columns-2 .hs-form-field+.field {
    padding-left: 8px;
    padding-right: 0;
  }

}



@media screen and (min-width: 768px) {
  .apple_detail_r2 .span5.dnd-column {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .apple_detail_r2 .span7.dnd-column {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-left: 4.16666667%;
  }
  .apple_detail_r3 .span7.dnd-column,
  .apple_detail_r2 .span8.dnd-column {
    -ms-flex: 0 1 58.33333333%;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .ipad_family_r2 .span6.dnd-column:first-child,
  .apple_detail_r3 .span5.dnd-column,
  .apple_detail_r2 .span4.dnd-column {
    -ms-flex: 0 1 41.66666667%;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .ipad_family_r2 .span6.dnd-column,
  .apple_detail_r3 .span6.dnd-column {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-left: 0%;
  }
  .ipad_family_r2 .span6.dnd-column:first-child {
    margin-left: 8.33333333%;
  }
  .apple_detail_r2 .row_fluid,
  .apple_detail_r3 .row_fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .apple_detail_r3 .span7.dnd-column,
  .apple_detail_r3 .span5.dnd-column {
    padding-left: 0.6rem;
    padding-right: 0.6rem;    
    margin-left: 0%;
  }
  .apple_detail_r3 .row_fluid .span12.dnd-column {
    -ms-flex: 0 1 95.83333333%;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-left: 4.16666667%;
  }
  .apple_detail_r4 .row-fluid .span11.dnd-column {
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-left: 16.66666667%;
  }
  .apple_detail_r1 .dnd-section>.row-fluid>.span11.dnd-column {
    margin-left: 12.5%;
    -ms-flex: 0 1 83.33333333%;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .ipad_family_r1 .dnd-section>.row-fluid>.span12.dnd-module {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 12.5%;
    padding: 0;
  }
  .ipad_family_r2 .row_fluid .span1.dnd-column {
    margin-left: 12.5%;
    width: auto;
  }
  .ipad_family_r2 .row_fluid .span5.dnd-column {
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-left: 0;
  }
  .ipad_family_r4 .dnd-section>.row-fluid>.row_fluid {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
    margin-left: 8.33333333%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-right: auto;
  }
  .apple_detail_r2 .span4.dnd-column {
    width: auto;
    margin-left: 0;
  }
  .fitbit_r4 .row_fluid .span6,
  .fitbit_r4 .row_fluid .span7,
  .fitbit_r4 .row_fluid .span5,
  .fitbit_r3 .row_fluid .span6,
  .apple_detail_r2 .span4.dnd-column,
  .apple_detail_r2 .span8.dnd-column {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .fitbit_r4 .row_fluid .span6,
  .fitbit_r4 .row_fluid .span7,
  .fitbit_r3 .row_fluid .span6 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-left: 8.33333333%;
  }
  .fitbit_r4 .row_fluid .span5,
  .fitbit_r4 .row_fluid .span6:first-child,
  .fitbit_r3 .row_fluid .span6:first-child {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-left: 12.5%;
  }
  .fitbit_r5 .dnd-section[class*="full-width-section"] .row_fluid,
  .fitbit_r4 .dnd-section[class*="full-width-section"] .row_fluid,
  .fitbit_r3 .dnd-section[class*="full-width-section"] .row_fluid {
    margin: 0;
  }
  .fitbit_r4 .row_fluid .span6:first-child,
  .fitbit_r4 .row_fluid .span7 {
    margin-left: 12.5%;
  }
  .fitbit_r4 .row_fluid .span6,
  .fitbit_r4 .row_fluid .span5 {
    margin-left: 4.16666667%;
  }
  .fitbit_r1 .dnd-section .widget-type-rich_text {
    max-width: 58.33333333%;
    margin: 0 auto;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .fitbit_r5 .dnd-section>.row-fluid .dnd-row {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-left: 25%;
  }
  .fitbit_r2 .dnd-section .dnd-row [class*="span6"],
  .fitbit_r2 .dnd-section .dnd-row [class*="span4"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    max-width: 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    margin: 0;
  }


}



@media(min-width: 1201px) {
  .fitbit_r5 a.cta_button.btn.btn--blue {
    pointer-events: none;
    margin-bottom: 5px !important;
  }

}


@media (max-width: 1200px) and (min-width: 769px) {
  .fitbit_r4 .dnd-section[class*="full-width-section"] .row_fluid .widget-type-linked_image img,
  .fitbit_r3 .dnd-section[class*="full-width-section"] .row_fluid .widget-type-linked_image img {
    position: relative;
    min-height: 30vw;
    object-fit: cover;
  }

}


@media(max-width: 900px) {
  .apple_detail_r4 .row-fluid .span11.dnd-column {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .apple_detail_r4 .row-fluid .span1.dnd-column {
    width: auto;
  }

}


@media(max-width: 767.9px) {
  .business_sol_r1_grp .page-center {
    width: 100%;
  }
  .business_sol_r1_grp .page-center>.row-fluid-wrapper {
    margin: 0 -0.55rem 1.15rem;
  }
  .business_sol_r1_grp .page-center>.row-fluid-wrapper>.row-fluid {
    padding: 1.25rem;
  }
  .ondemand_r1_grp form input {
    margin-top: -2px;
  }
  .ondemand_r1_grp form .hs-form-field {
    margin-bottom: 16px;
  }
  .how_arewe_doing_r1_grp .page-center>.row-fluid-wrapper>.row-fluid {
    padding: 0 0.55rem;
  }
  .how_arewe_doing_r1_grp .page-center>.row-fluid-wrapper>.row-fluid>.span12 {
    padding: 1.6rem 0.8rem;
  }
  .how_arewe_doing_r1_grp .widget-type-header {
    padding-left: 8%;
    padding-bottom: 0;
    padding-top: 14.05%;
    width: 100%;
    margin: 0;
    min-height: 189px;
    min-height: 24.7vw;
  }
  .how_arewe_doing_r1_grp .dnd-section {
    background-position: left 39.4% top 0 !important;
    background-size: contain !important;
  }
  .how_arewe_doing_r1_grp .dnd-section:first-child {
    background: #0E0E43;
  }
  .how_arewe_doing_r1_grp .widget-type-header h1 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 auto 19px;
  }
  .apple_detail_page .dnd-section {
    padding-left: 4px;
    padding-right: 4px;
  }
  .apple_detail_r2 .dnd-section>.row-fluid> [class*="span"] {
    margin-bottom: 20px;
  }
  .apple_detail_r2 .dnd-section:last-child>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .apple_detail_r3 .dnd-section[class*="background-color"] .row_fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .apple_detail_r4 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .apple_detail_r4 .row-fluid .span11.dnd-column {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .apple_detail_r4 p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .apple_detail_r7 {
    margin-top: 2rem;
  }
  .ipad_family_r1 h1 {
    font-size: 40px;
  }
  .ipad_family_r1 .dnd-section {
    padding-top: 30px;
  }
  .ipad_family_page .dnd-section {
    padding-left: 4px;
    padding-right: 4px;
  }
  .ipad_family_r1 .dnd-section,
  .ipad_family_r3 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .ipad_family_r1 .dnd-section {
    padding-bottom: 26px;
  }
  .ipad_family_r2 .dnd-section .row_fluid>[class*="span"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    width: 100%;
    margin-bottom: 20px;
  }
  .ipad_family_r2 .dnd-section .row_fluid>[class*="span1"] {
    display: none;
  }
  .ipad_family_r2 .dnd-section:last-child {
    padding-top: 30px;
  }
  .ipad_family_r2 .dnd-section:last-child .row_fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .ipad_family_r4 .dnd-section .row_fluid {
    margin-left: 8.33333333%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .ipad_family_r4 .dnd-section p {
    font-size: 0.8rem;
    line-height: 1.375;
  }
  .data_protection_r1_grp .page-center {
    width: 100%;
  }
  .data_protection_r1_grp .page-center>.row-fluid-wrapper>.row-fluid {
    padding: 1.25rem;
  }
  .how_arewe_doing_r1_grp .page-center>.row-fluid-wrapper>.row-fluid>.span12 {
    padding: 1.6rem 0.8rem;
  }

  .sam_for_busi_r3 .working-with-onecom .service_contact .block--text h6 {
    font-size: 22px;
  }
  .sam_for_busi_r3 .working-with-onecom .service_contact .block--text p {
    margin-bottom: 0;
  }
  .sam_for_busi_r3 .working-with-onecom .service_contact .block--text {
    padding: 40px 16px 48px;
  }
  .apple_detail_r3 .row_fluid>[class*="span"],
  .apple_detail_r2 .row_fluid>[class*="span"] {
    margin-bottom: 20px;
  }
  .apple_detail_r2 .dnd-section:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .apple_detail_r2 .dnd-section:nth-child(2) .row_fluid {
    flex-direction: column-reverse;
    display: flex;
  }
  .apple_detail_r2 .dnd-section[class*="force-full-width-section"] {
    padding-top: 0;
  }
  .apple_detail_r1 .dnd-section {
    padding-top: 30px;
  }
  .apple_detail_r1 .dnd-section h1 {
    padding-bottom: 36px;
  }
  .apple_detail_r1 .dnd-section>.row-fluid .span12.dnd-module {
    padding-left: 0;
    padding-right: 0;
  }
  .apple_detail_r1 .dnd-section>.row-fluid>.span1.dnd-column {
    padding-bottom: 8px;
  }
  .apple_detail_r2 .dnd-section {
    padding-top: 30px;
  }
  .apple_detail_r2 p {
    line-height: 28px;
  }
  .apple_detail_r3 .dnd-section:last-child {
    padding-top: 30px;
  }
  .apple_detail_r4 .dnd-section {
    padding-bottom: 10px;
  }

  .fitbit_banner .hero--default {
    position: relative;
    overflow: hidden;
    background: #0E0E43;
  }
  .fitbit_banner .hero__image.visible-xs {
    position: relative;
    height: 81.25vw;
    margin-bottom: -6.7%;
  }
  .fitbit_banner .hero--default .hero__image>img {
    min-height: 1px;
  }
  .fitbit_page .dnd-section {
    padding-top: 30px;
  }
  .fitbit_r2 .dnd-section .dnd-row [class*="span6"], 
  .fitbit_r2 .dnd-section .dnd-row [class*="span4"] {
    margin-bottom: 40px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .fitbit_r2 .dnd-section .dnd-row [class*="span6"]:last-child,
  .fitbit_r2 .dnd-section .dnd-row [class*="span4"]:last-child {
    margin-bottom: 0;
  }  
  .fitbit_r2 .dnd-section .widget-type-header {
    margin-bottom: 22px;
  }
  .fitbit_r4 .dnd-section[class*="force-full-width-section"],
  .fitbit_r3 .dnd-section[class*="force-full-width-section"] {
    padding: 0;
  }
  .fitbit_r4 .dnd-section[class*="force-full-width-section"] .row_fluid,
  .fitbit_r3 .dnd-section[class*="force-full-width-section"] .row_fluid {
    margin: 0;
  }
  .fitbit_r4 .dnd-section .span6 .widget-type-linked_image img,
  .fitbit_r3 .dnd-section .span6 .widget-type-linked_image img {
    width: auto;
  }
  .fitbit_r4 .dnd-section .row_fluid>[class*="span"], 
  .fitbit_r3 .dnd-section .row_fluid>[class*="span"] {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-bottom: 20px;
  }
  .fitbit_r4 .dnd-section .row_fluid>[class*="span12"],
  .fitbit_r3 .dnd-section .row_fluid>[class*="span12"] {
    padding: 0;
    margin-bottom: 0;
  }
  .fitbit_r4 .dnd-section,
  .fitbit_r3 .dnd-section,
  .fitbit_r2 .dnd-section {
    padding-left: 4px;
    padding-right: 4px;
  }
  .fitbit_page a.hs-button {
    margin-top: 24px;
    padding: 10px 23px;
  }
  .fitbit_r5 .dnd-section,
  .fitbit_r4 .dnd-section,
  .fitbit_r3 .dnd-section {
    padding-bottom: 36px;
  }
  .fitbit_r4 .dnd-section:first-child .row_fluid {
    flex-direction: column-reverse;
    align-items: self-end;
  }
  .fitbit_r5 .dnd-section h2 {
    margin-bottom: 24px;
  }
  .fitbit_r5 .dnd-section p {
    margin-bottom: 4px;
  }
  .fitbit_r5 a.cta_button.btn.btn--blue {
    margin-bottom: 5px !important;
  }
  .fitbit_r4 .dnd-section h2,
  .fitbit_r3 .dnd-section h2 {
    margin-bottom: 16px;
  }
  .fitbit_page a.hs-button:hover {
    color: #002a42;
  }
  .fitbit_r5 .btn--blue:hover:after,
  .fitbit_page a.hs-button:hover:after {
    top: 100%;
  }
  
}




@media(max-width: 640px) {
  .business_sol_r1_grp form .hs-form-field {
    width: 100% !important;
  }
  .how_arewe_doing_r1_grp form .hs-fieldtype-radio ul li.hs-form-radio {
    width: 100%;
    margin: 0 0 16px;
    line-height: 1.2;
  }
  .how_arewe_doing_r1_grp form .hs-fieldtype-radio ul li.hs-form-radio:last-child {
    margin-bottom: 0;
  }



}


@media(max-width: 500px) {
  .how_arewe_doing_r1_grp .widget-type-header {
    min-height: 30.4vw;
  }

}


@media(max-width: 479px) {
  .business_sol_r1_grp form .hs-form-field {
    width: 100% !important;
  }
  .how_arewe_doing_r1_grp form .hs-fieldtype-radio ul li.hs-form-radio {
    width: 100%;
    margin: 0 0 16px;
    line-height: 1.2;
  }
  .how_arewe_doing_r1_grp form .hs-fieldtype-radio ul li.hs-form-radio:last-child {
    margin-bottom: 0;
  }
  .how_arewe_doing_r1_grp .widget-type-header {
    min-height: 31vw;
  }
  .fitbit_r5 .dnd-section>.row-fluid .dnd-row {
    padding-left: 0;
    padding-right: 0;
  }

}



@media(max-width: 340px) {
  .how_arewe_doing_r1_grp .dnd-section {
    background-size: cover !important;
  }
  .how_arewe_doing_r1_grp .widget-type-header {
    min-height: 49vw;
    padding-right: 16px;
  }
  .fitbit_banner .hero__image.visible-xs {
    margin-bottom: -3%;
  }

}

.at_pg .at_row6 .hs_error_rollup .hs-error-msgs label {
  font-size: 20px;
  color: #790000 !important;
}

.investor-people-page .bottom-pane .cwic_wrap.section p {
  word-break: break-word;
}

.preview-page .table-wrapper ._scrollable table {
    margin-bottom: 0;
}

.banner-area .row-fluid [class*="span"] {
    min-height: 0;
}

@media(min-width: 768px) and (max-width:810px) {
  .at_pg .at_row5 .section-promotion .row-fluid.flex-center .col-product a.card.card-product .card-info h3.h3 {
    font-size: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0px -5px 25px rgb(0 0 0 / 20%);
}

header.header__fixed {
  position: fixed;
  top: 0;
}

.header__wrap {
  z-index: 1030;
  background-color: #fff;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  min-height: 64px;
}

.header__logo {
  display: block;
  margin-left: 0rem;
  padding: 0rem;
  max-width: 12.2rem;
  min-width: 12.2rem;
  max-height: 64px;
  text-decoration: none;
  position: relative;
}

.header__logo img {
  width: 244px !important;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.header__toggle {
  display: none;
  color: #000000;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  padding: 0.95rem 0.8rem;
  margin-right: -0.8rem;
}

.header__toggle .icon-group {
  display: block;
  transform: rotate(
    0deg
  );
  transition-delay: 0s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__toggle .icon-group .icon-bar {
  border-radius: 0px;
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 0.05s;
}

.header__toggle .icon-group .icon-bar.top-bar {
  transform: translateY(0);
  transition-delay: 0.3s, 0s;
}

.header__toggle .icon-group .icon-bar.middle-bar {
  transform: rotate(0deg);
  transition-delay: 0s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}

.header__toggle .icon-group .icon-bar:last-child {
  margin-bottom: 0;
}

.header__toggle .icon-group .icon-bar.bottom-bar {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s, 0s;
}

.header__toggle .icon-group .icon-bar:before, .header__toggle .icon-group .icon-bar:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000000;
  transition: -webkit-all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

.header__toggle .icon-group .icon-bar.top-bar:before {
  transition-delay: 0.2s;
}

.header__toggle .icon-group .icon-bar:after {
  opacity: 0;
}

.header__toggle .icon-group .icon-bar.middle-bar:before {
  transition-delay: 0.1s;
}

.header__toggle .icon-group .icon-bar.bottom-bar:before {
  transition-delay: 0s;
}

.header__toggle .icon-group .icon-bar.bottom-bar:after {
  top: 0.59375rem;
}

.header__toggle.active .icon-group {
  transform: rotate(135deg);
  transition-delay: 0.2s;
}

.header__toggle.active .icon-group .icon-bar:before, .header__toggle.active .icon-group .icon-bar:after {
  background-color: #006BA8;
}

.header__toggle.active .icon-group .icon-bar.top-bar {
  transform: translateY(8px);
  transition-delay: 0s, 0.2s;
}

.header__toggle.active .icon-group .icon-bar.top-bar:before {
  transition-delay: 0s;
}

.header__toggle.active .icon-group .icon-bar.middle-bar {
  transform: rotate(90deg);
  transition-delay: 0.15s;
}

.header__toggle.active .icon-group .icon-bar.bottom-bar {
  transform: translateY(-10px);
  opacity: 0;
  transition-delay: 0s, 0.15s;
}

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


.mega_menu {
  position: absolute;
  left: 0;
  padding-left: 1.4rem;
  bottom: 0;
}

#mega-menu-wrap-mega_menu {
  transition: none;
  box-shadow: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  border-radius: 0;
  background: none;
  clear: both;
}

.header_menu {
  visibility: visible;
  text-align: left;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  background: none;
  margin-right: 400px;
}

.header_menu ul.submenu.level-1>li {
  margin: 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  border: none;
  box-shadow: none;
  position: static;
}

.header_menu ul.submenu.level-2 {
  width: 100vw;
  max-width: 280px;
  padding: 30px 20px;
  box-shadow: 0 8px 15px rgb(0 0 0 / 15%);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-width: 1px;
  border-top-style: solid;
  z-index: 999;
  position: absolute;
  pointer-events: auto;
  opacity: 0;
  margin-top: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.header_menu ul.submenu.level-1>li.has-submenu:hover .submenu.level-2 {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  visibility: visible;
}

.header_menu ul.submenu.level-1>li>a {
  border: none;
  outline: none;
  height: inherit;
  vertical-align: baseline;
  text-align: center;
  width: auto;
  text-decoration: none;
  background: transparent;
  padding: 19px 16px;
  font-size: 18px;
  line-height: normal;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  transition: all 0.2s;
  border-radius: 0;
  font-family: inherit;
}

.header_menu ul.submenu.level-1>li:first-child>a:after {
  display: none;
}

.header_menu ul.submenu.level-1>li>a:after {
  content: '';
  width: 1px;
  height: 32px;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  background: #D8D8D8;
  background-image: linear-gradient( 180deg , #FFFFFF 0%, rgba(255, 255, 255, 0) 54%, #FFFFFF 100%);
}

.header_menu .mega-indicator {
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header_menu .mega-indicator:after {
  content: "\6b" !important;
  font-family: "onecom";
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  font-style: normal;
  border-radius: 50%;
  font-weight: 600;
  transition: all 0.2s;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  right: auto;
  line-height: inherit;
  background: #292929;
  color: #ffffff;
}

.header_menu ul.submenu.level-1>li:hover>a {
  text-decoration: none;
  background: transparent;
  font-weight: 600;
}


.header_menu ul.submenu.level-2>li>a {
  display: block;
  background: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 0;
  transition: all 0.2s;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}

.header_menu ul.submenu.level-2>li>a:hover {
  background: none;
}

.header_menu ul.submenu.level-1>li:first-child {
  position: static;
  display: block;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-2 {
  max-width: none;
  width: 100vw;
  left: 0;
  right: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding: 0;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-2>li>a {
  padding: 0;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-2>li {
  margin: auto;
  max-width: 1440px;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3 {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li {
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 25px;
  border-left-width: 1px;
  border-left-style: solid;
  float: left;
  min-height: 1px;
}

@media screen and (min-width: 1201px) {
  .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li {
    padding-left: 36px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 36px;
    width: 16.6%;
  }
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li>a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  transition: all 0.2s;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.businessmobilephones>a:before {
  content: "\66";
  margin-left: -3px;
  margin-right: 4px;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.cloudsolutions>a:before {
  content: "\6e";
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.businessbroadband>a:before {
  content: "\64";
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.businessphonelines>a:before {
  content: "\67";
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.internetofthingsiot>a:before {
  margin-left: -4px;
  margin-right: 4px;
}



.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-4 {
  margin: 6px 0 0 0;
  padding: 0;
}

.header_menu ul.submenu.level-1>li:first-child ul.submenu.level-4>li>a {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: all 0.2s;
  text-decoration: none;
}

.header__secondary {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  padding-left: 0rem;
  padding-right: 0rem;
  border-top: 1px solid #ddd;
  min-height: 60px;
}

.contact_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.contact_block .contact_btn {
  margin-left: 24px;
}

.contact_block .contact_btn a {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  padding: 11px 20px;
  pointer-events: inherit;
  -ms-flex-align: center;
  align-items: center;
  font-family: "AvenirNext", 'Avenir Next', Lato, "Helvetica Neue", Helvetica, sans-serif;
}

.contact_block .contact_btn .btn .icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.contact_block .contact_btn .btn .phone-icon {
  overflow: inherit;
}

.contact_block .contact_btn .btn .phone-ring {
  animation: ring 5s linear infinite;
  transform-origin: center;
}

@media screen and (min-width: 901px) and (max-width: 1200px){
  .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li{
    width: 33.33%;
  }
}

@media screen and (min-width: 768px) {
  .mega_menu_center {
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}


/* @media screen and (max-width: 1120px) and (min-width: 901px){
  .mega_menu_center {
    width: auto;
  }

  .header_menu {
    justify-content: flex-start;
  }
} */


@media only screen and (max-width: 1300px) {

  .header_menu ul.submenu.level-1>li>a {
    font-size: 16px;
    padding: 19px 12px;
  }

  .header_menu .mega-indicator:after {
    font-size: 8px;
    width: 12px;
    height: 12px;
    line-height: 8px;
  }

}


@media only screen and (max-width: 1200px){
  .header__toggle {
    display: block;
  }

  .header .header__menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow: auto;
    left: 0;
    border-top: 1px solid #D8D8D8;
    background: #f8f8f8;
  }

  .header__secondary {
    display: none;
  }

  .header__inner {
    min-height: 56px;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }

  .header__logo {
    min-width: 8.1rem;
    max-width: 8.1rem;
  }

  .mobile-open .header .header__menu {
    display: block;
  }

  .mega_menu_center {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .header__nav .submenu.level-1 {
    display: block;
  }

  .header_menu {
    display: block;
    width: 100%;
  }

  .header_menu ul.submenu.level-1>li {
    display: list-item !important;
    margin: 0;
    clear: both;
    border: 0;
    float: none;
  }

  .header_menu ul.submenu.level-1>li>a {
    border-radius: 0;
    border: 0;
    margin: 0;
    height: inherit;
    padding: 14px 1rem;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
  }

  .header_menu ul.submenu.level-1>li>a:after {
    content: '';
    top: auto;
    display: inline-block !important;
    transform: none;
    position: absolute;
    background: #D8D8D8;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
    background-color: #D8D8D8;
    background-image: linear-gradient( 270deg , #FFFFFF 0%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.08) 90%, #FFFFFF 100%);
  }

  #mega-menu-wrap-mega_menu {
    width: 100%;
    display: block;
  }

  .header_menu ul.submenu.level-2 {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
  }

  .header_menu .mega-indicator {
    margin-top: 0;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    background: #292929;
    transition: all 0.2s;
    transform: rotate( -90deg );
    right: auto;
    line-height: inherit;
    float: right;
    margin: 2px 0 0 8px;
  }

  .header_menu .mega-indicator:after {
    display: inherit;
    width: inherit;
    height: inherit;
    margin: 3px -0.5px 0 0;
    font-size: inherit;
    font-style: normal;
    color: inherit;
    font-weight: inherit;
    background: none!important;
    transition: none!important;
    vertical-align: middle;
  }

  .header .header_menu ul.submenu.level-1>li.has-submenu:hover>a {
    background-color: #002A42;
  }

  .header .header_menu ul.submenu.level-1>li:hover>a {
    color: #fff;
  }

  .header .header_menu ul.submenu.level-1>li:hover .mega-indicator {
    color: #002A42;
    background: #ffffff;
  }

  .header_menu ul.submenu.level-1>li.submenu-open .mega-indicator {
    transform: none;
  }

  .header .header_menu ul.submenu.level-1>li:hover>a .mega-indicator:after{
    color: #002A42;
  }

  .header .header__menu .main_menu {
    margin-bottom: 120px;
  }

  .header .header__nav {
    margin: 0;
    float: none;
    transition: all 0.19s;
  }

  .header .header__nav .submenu.level-1 {
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .header__nav .submenu.level-1 > li {
    padding: 0;
    float: none;
    width: 100%;
  }

  .header .header__nav .menu-link {
    font-size: 18px;
    color: #292929;
    font-weight: 500;
    background: transparent;
    border-radius: 0px;
    padding: 0.6rem 1rem;
    line-height: 1.2rem;
  }

  .header .header__nav .menu-item .menu-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
    background-color: #D8D8D8;
    background-image: linear-gradient( 270deg , #FFFFFF 0%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.08) 90%, #FFFFFF 100%);
  }

  .header .header__nav .submenu.level-1 .has-submenu .menu-item-text:after {
    display: none;
  }

  .header .header__nav .child-trigger {
    width: 18px;
    height: 18px;
    background: #ffffff;
    margin-left: auto;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #6A6A6A;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transform: rotate( -90deg );
    transition: transform 0.2s;
    z-index: 1;
    cursor: pointer;
  }

  .header .header__nav .child-trigger:after {
    content: "\6b";
    font-family: "onecom";
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    margin: 3px -0.5px 0 0;
    height: inherit;
    line-height: normal;
  }

  .header .header__nav .menu-item:last-child .menu-link:after {
    display: none;
  }

  .header .header__nav .submenu.level-2 {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
  }

  .header .header__nav .submenu-open .submenu.level-2 {
    display: block;
  }

  .header .header__nav .submenu.level-2 {
    border: none;
    background-color: transparent;
    padding: 0;
  }

  .header .header__nav .submenu.level-2 .menu-item .menu-link {
    background: none;
    color: #002A42;
    font-size: 0.7rem;
    line-height: 1.2rem;
    padding: 0.35rem 1rem;
  }

  .header .header__nav .submenu.level-2>li:last-child {
    padding-bottom: 15px;
  }

  .header .header__nav .submenu.level-1>li:last-child ul {
    text-align: left;
  }

  .header .header__nav .submenu-open .child-trigger {
    transform: none!important;
    color: #ffffff !important;
    background: #006BA8 !important;
  }

  .header .header__nav .submenu.level-2 .menu-item .menu-link:hover {
    background: none;
    color: #006BA8;
  }

  .header .header_menu .submenu-open ul.submenu.level-2 {
    border: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 0;
    transform: none;
    padding-right: 0;
  }

  .header .header_menu .submenu-open ul.submenu.level-2>li>a {
    line-height: 24px;
    padding: 7px 20px;
  }

  .header .header_menu ul.submenu.level-1>li.has-submenu:hover .submenu.level-2 {
    transform: none;
  }

  .header .header_menu .submenu-open ul.submenu.level-2 {
    display: block;
  }

  .header .header_menu .submenu-open ul.submenu.level-2:after {
    content: '' !important;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
    display: inline-block !important;
    visibility: visible;
    background-color: #d8d8d8;
    background-image: linear-gradient( 270deg , #fff 0%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.08) 90%, #fff 100%);
  }


  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li {
    width: 100%;
    border: none;
    padding: 0;
    float: none;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li {
    border: none;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li>a {
    padding: 14px 1rem;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-2 {
    margin: 0;
    width: 100%;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.businessmobilephones>a:before {
    margin-left: 0;
    margin-right: 8px;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li>a:before {
    margin-left: 1px;
    margin-right: 8px;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-4 {
    display: none;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li>a:after {
    content: '';
    top: auto;
    display: inline-block;
    transform: none;
    position: absolute;
    background: #D8D8D8;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
    background-color: #D8D8D8;
    background-image: linear-gradient( 270deg , #FFFFFF 0%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.08) 90%, #FFFFFF 100%);
  }

  .header .header_menu ul.submenu.level-1>li.has-submenu ul.submenu.level-3 .child-trigger {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 5px;
    right: 7px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #002A42;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.2s;
    font-family: inherit;
    font-weight: 500;
  }

  .header .header_menu ul.submenu.level-1>li.has-submenu ul.submenu.level-3 .child-trigger:after {
    content: "\63";
    font-family: "onecom";
  }

  .header .header_menu ul.submenu.level-1>li.has-submenu ul.submenu.level-3>li.internetofthingsiot>a:before {
    margin-left: 0;
    margin-right: 0;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li {
    position: relative;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.submenu-open ul.submenu.level-4 {
    display: block;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li ul.submenu.level-4 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li ul.submenu.level-4>li>a {
    line-height: 24px;
    padding: 7px 20px;
  }

  .header .header_menu ul.submenu.level-1>li:first-child ul.submenu.level-3>li.submenu-open ul.submenu.level-4:after {
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
    visibility: visible;
    background-color: #d8d8d8;
    background-image: linear-gradient( 270deg , #fff 0%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.08) 90%, #fff 100%);
  }

  .header .header_menu ul.submenu.level-1>li.has-submenu ul.submenu.level-3 .submenu-open .child-trigger {
    transform: rotateZ( 90deg );
  }

  .header_menu  ul.submenu.level-1>li>a > .child-trigger {
    display: none;
  }
  .header_menu ul.submenu.level-1>li.no-submenu:hover>a {
    color: #006BA8;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  overflow: hidden;
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
  padding: 28px 45px;
  -ms-flex-align: center;
  align-items: center;
}

.footer__legal {
  border-top-width: 2px;
  border-top-style: solid;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  padding: 8px 11px;
  -webkit-font-smoothing: antialiased;
}

.footer__accreditation {
  width: 71px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__nav {
  -ms-flex: 0 1 444px;
  flex: 0 1 444px;
}

.footer__nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.footer__nav ul li {
  width: 50%;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  padding-right: 8px;
  list-style: none;
}

.footer__nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0;
  text-align: left;
}

.footer__nav ul li a:hover,.footer__nav ul li a:focus {
  text-decoration: underline;
}

.footer__accreditation img {
  width: 71px !important;
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-services-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 16px;
  letter-spacing: -0.28px;
  text-align: center;
  line-height: 15px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .social_icons {
  text-align: center;
  line-height: 1;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.footer .social_icons a {
  margin: 0 6px;
  border-radius: 50%;
  display: block;
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.19s;
  font-size: 1.8rem;
  text-decoration: none;
}

.footer__logo {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #717171;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 18px;
  text-decoration: none;
  width: 300px;
}

.footer__logo>div {
  width: inherit;
}

.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: invert(1);
}

.footer .service_icons {
  display: flex;
  width: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .service_icons ul {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: -0.28px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .service_icons ul li {
  list-style: none;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  margin: 0 14px;
  border-width: 2px;
  border-style: solid;
  border-radius: 18px;
  display: block;
  padding: 20px 20px 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
}

.footer .service_icons ul li:first-child {
  margin-left: 0;
}
.footer .service_icons ul li:last-child {
  margin-right: 0;
}

.footer .service_icons ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.footer .service_icons ul li img {
  height: 36px;
  width: auto;
  margin: 0 auto 12px;
  display: block;
  max-width: 100%;
}

.footer_badges {
  display: flex;
  gap: 18px;
  margin-left: auto;
  margin-right: 200px;
}
.footer_badge {
    border-radius: 14px;
    background-color: #fff;
    padding: 20px;
}
@media screen and (max-width: 1300px){
  .footer_badges {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1200px){
  .footer__row {
    padding: 28px 16px;
  }

  .footer .service_icons ul li {
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    padding: 19px 10px 17px;
    margin: 0 10px;
  }

  .footer .service_icons ul li {
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    padding: 19px 10px 17px 10px;
    margin: 0 10px;
  }


}

@media screen and (max-width: 1000px){
  .footer .service_icons {
    margin-top: 24px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .footer__row:first-child {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-services-wrapper {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
  }

  .footer .service_icons ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px){
  .footer__row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 11px 30px;
  }

  .footer__accreditation {
    margin-top: 30px;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__nav {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer__nav ul li a {
    text-align: center;
  }

  .footer__nav ul {
    margin: 0;
    text-align: center;
  }

  .footer__nav ul li {
    margin-bottom: 9px;
  }

  .footer__nav ul li:nth-child(2n-1) {
    padding-right: 6px;
  }

  .footer__nav ul li:nth-child(2n) {
    padding-left: 6px;
  }

  .footer .social_icons {
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 30px;
  }

  .footer_badges {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px){
  .footer .service_icons {
    max-width: 420px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .service_icons ul li {
    border-radius: 6px;
    margin: 0 3px;
    padding: 11px 9px;
    -ms-flex: 1 1 53px;
    flex: 1 1 53px;
    position: relative;
    font-size: 11px;
    color: #E0E7E9 !important;
    letter-spacing: -0.25px;
    line-height: 12px;
  }

  .footer .service_icons ul li img {
    margin: 0;
    width: 100%;
    height: auto;
  }

  .footer .service_icons ul li span {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 6px);
  }

  .footer .service_icons>div,.footer .service_icons>div>span {
    width: 100%;
    display: block;
  }

  .footer .service_icons ul li:last-child {
    margin-right: 0;
  }

  .footer__row:first-child {
    padding-top: 30px;
  }

  .footer__logo img {
    width: 100% !important;
  }

  .footer__logo {
    width: 268px;
  }

  .footer .service_icons ul {
    margin: 0;
  }

  .footer-services-wrapper {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-services-wrapper>div {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */


.body-container-wrapper.blog-listing-wrapper,
.body-container-wrapper.blog-post-wrapper{
    margin: 0;
}
.body-container-wrapper.blog-listing-wrapper .page-center,
.single_post_container.page-center{
  max-width: 61.1rem;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.55rem;
}
.blog_row.blog_index_row,
.blog_post_row.blog_post_flex{
    margin: 0 -0.55rem;
}
.blog_index__top {
    margin: 2rem 0 2.4rem;
}
.blog_index__top h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    color: #2b3a44;
    text-align: center;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.blog_index__top h1::before, .blog_index__top h1::after {
    content: '';
    display: block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 80%);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.blog_index__top h1::before {
    margin-right: 1.25rem;
}
.blog_index__top h1::after {
    margin-left: 1.25rem;
}
.blog_index__sub {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.45rem;
    margin: 0.65rem 0 0;
}
.blog_index__sub strong {
    font-weight: inherit;
}
.blog_index__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog_index__list {
    margin: 2rem 0;
    position:relative;
}
.blog_index__list .gutter {
    width: 0;
}
.blog_index__list > .post-item {
    padding: 0 1em 2em;
    width: 49.95%;
    margin: 0;
    float: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  color: #696969;
}
.article__hero {
    position: relative;
    border-bottom: 1px solid #ddd;
    transform: translate3d(0, 0, 0);
    box-shadow: 4px 2px 4px -4px rgb(0 0 0 / 14%), -4px 2px 4px -4px rgb(0 0 0 / 14%);
}
.blog_index .article__hero {
    position: relative;
    background: #000;
}
.blog_index .article__hero a {
    display: block;
}
.article__hero img {
    width: 100%;
    display: block;
    height: auto;
}
.blog_index .article__hero img {
    transition: opacity 0.75s ease;
}
.blog_index .article__hero a::after {
    content: "\f0c1";
    display: block;
    position: absolute;
    margin: -1.8rem 0 0 -1.75rem;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.1rem;
    line-height: 3.6rem;
    text-align: center;
    text-shadow: 0 0.035em 0 rgb(0 0 0 / 35%);
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    background-color: #cc6600;
    opacity: 0;
    transition: opacity 0.75s ease;
    font-family: "fontawesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.blog_index .article__hero a:hover img {
    opacity: 0.15;
}
.blog_index .article__hero a:hover::after {
    opacity: 1;
}
.blog_index .article__inner,
.article__post .article__inner{
    padding: 1.7rem;
    display: block;
    border-radius: 0.2rem;
    background-color: #fff;
    box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
    color: #474747;
    font-size: 0.9rem;
    line-height: 1.38888889;
}
.blog_index .article__inner {
    padding: 0.8rem 1.25rem;
}
.article__title {
    margin: 0;
}
.blog_index h2 {
    margin-bottom: 9px;
    color: #002A42;
    line-height: 1.333;
    margin-bottom: 18px;
    text-rendering: optimizelegibility;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 28px;
}
.article__title a,.article__title a:hover {
    color: inherit;
    text-decoration: none;
}
.p-meta {
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 0.7rem;
    font-family: inherit;
    text-transform: uppercase;
}
.blog_index p {
    color: #696969;
}
.blog_index .article__inner p, .blog_index .article__inner ul, .blog_index .article__inner ol,
.article__post .article__inner p, .article__post .article__inner ul, .article__post .article__inner ol{
    margin: 0 0 18px;
}
.blog_index .p-meta {
    font-size: 0.6rem;
    font-weight: 600;
}
.p-meta > span {
    display: inline-block;
}
.p-meta > span:not(:last-child)::after {
    content: "/";
    padding: 0 0.5em 0 0.45em;
}
.p-meta a {
    text-decoration: none;
}
.blog_index .p-meta a, .blog_index .article__excerpt a {
    color: #FF9900;
}
.article__excerpt {
    margin-top: 1rem;
}
.blog_index .more-link {
    font-weight: 600;
    text-decoration: none;
}
.onc_pagination {
    margin-top: 0.25rem;
    margin: -2rem 0 2rem;
    height: 1.6rem;
    text-align: center;
}
.onc_pagination-inner{
    display: inline-block;
    list-style: none;
    margin: 0;
}
.onc_pagination-inner a,.onc_pagination-inner a:hover{
    display: inline;
  line-height: 1.7;
  float: left;
    margin: 0 0.35em;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.65rem;
    line-height: 1.6rem;
    border-radius: 0.2rem;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(255 255 255 / 85%);
    color: #6d6d6d;
    background-color: #fff;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.1em 0.45em 0 rgb(0 0 0 / 25%);
}
.onc_pagination-inner a.blog-pagination__link--active,.onc_pagination-inner a.blog-pagination__link--active:hover{
    background-color: #cc6600;
    text-shadow: 0 1px 2px rgb(0 0 0 / 65%);
    color: #fff;
    box-shadow: inset 0 0.1em 0.35em rgb(0 0 0 / 65%), 0 1px 0 0 rgb(255 255 255 / 95%);
  pointer-events:none;
}
.blog-pagination__prev-link--disabled,.blog-pagination__next-link--disabled{
  display:none !important;
}
.hs-blog-listing .footer__newsletter {
    overflow: hidden;
}
.blog_post_row.blog_post_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog_post_row .article__post {
    margin: 2rem 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #696969;
  
}
.blog_post_row .article_blog__sidebar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.26388889%;
    margin: 0;
    padding: 0 60px;
}
.article__header h1 {
    margin-bottom: 12px;
}

.article__header .p-meta a {
    color: #FF9900;
}
.article_footer .onc_share {
    margin: 0.8rem 0;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 0.5rem 0;
    font-size: 0.6rem;
    line-height: 1;
    text-align: center;
}
.article_footer .onc_share p {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.article_footer .onc_share a {
    text-decoration: none;
    display: inline-block;
    margin: 0 0.05em;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.2rem;
    line-height: 2.25rem;
    border-radius: 0.1rem;
    transition: all 0.2s;
  color: #00CECE;
}
.article_footer .onc_share a:hover, .article_footer .onc_share a:focus {
    color: #fff;
    background: #cc6600;
}
.comment-date {
    display: block !important;
}
.comment-from h4 a {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 900px){
  .blog_post_row.blog_post_flex {
    display: block;
}
  .blog_post_row .article__post {
    width: 100%;
}
  .article_blog__sidebar {
    width: 100%;
    padding: 0 11px;
}
}



@media screen and (max-width: 768px){
  .body-container-wrapper.blog-listing-wrapper .page-center,
  .single_post_container.page-center{
    width: 100%;
}
  .blog_index__top {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    margin: 1.7rem auto 0;
}
  .blog_index__top h1 {
    font-size: 120%;
    letter-spacing: -1px;
}
  .blog_index__list>.post-item{
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .blog_post_row .article__post .article__inner {
    padding: 1.6rem 0.8rem;
}
  .blog_index .article__inner {
    padding: 0.4rem 0.65rem;
}
  .blog_index h2 {
    color: #002A42;
    line-height: 1.333;
    margin-bottom: 18px;
    text-rendering: optimizelegibility;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 28px;
}
  .section.post-footer {
    padding: 0;
}
 .blog-post-wrapper .article__inner form ul.inputs-list {
    width: 100%;
    order: unset;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.page-404 .container {
  max-width: 61.1rem;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.55rem;
}

.page-404 .row {
  margin: 0 -0.55rem;
}

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

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

ul.no-list li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .page-404 .container {
    width: 100%;
  }
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #cfcfcf;
}
.error-page * {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 1rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.page-404 .text-center * {
  padding: 0 10px;
}

.lp_pg .body-wrapper {
  padding-top: 64px;
  background-image: linear-gradient(
    -180deg
    ,#fff 64px,#f1f1f1 64px,#fff 135px);
}

.form-floating-alert-wrapper .form-floating-alert-error,
.form-input-validation-message {
  max-width: 500px;
}

.form-input-validation-message .hs-error-msgs label {
  display: block;
}

@media (max-width: 767px) {
  .form-floating-alert-wrapper .form-floating-alert-error,
  .form-input-validation-message {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .lp_pg .body-wrapper {
    padding-top: 56px;
    background-image: linear-gradient(
      -180deg
      ,#fff 55px,#f1f1f1 55px,#fff 96px);
  }
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}