*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: visible;
}

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

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

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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

/* .dnd-section .dnd-column {
  padding: 0 20px;
} */

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Roboto, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Roboto, Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Roboto, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.partner-academy-h1 {
  color: #65c2eb;
  font-size: 5em;
  line-height: 1em;
}
:focus {
    outline: auto; 
    outline-color: transparent;
}
.btn, 
button,
.button {
  border-radius: .3em;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #175cff;
  border-color: #175cff;
  color: #FFF;
  text-decoration: none;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}
.hs-form-field {
  margin-bottom: .7rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.partner-form-default, .quote-default, .qual-default {
  background: #f0f1f3;
  border: 1px solid #b0b2b7;
  border-radius: 0.3em;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 1em;
}
.wp-secure-telework-form {
  background: #2c347d;
  background: -moz-linear-gradient(-45deg, #492555 0%, #2c347d 100%);
  background: -webkit-linear-gradient(-45deg, #492555 0%,#2c347d 100%);
  background: linear-gradient(135deg, #492555 0%,#2c347d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#492555', endColorstr='#2c347d',GradientType=1 );
}

.wp-secure-telework-form .formLabel, .wp-secure-telework-form form label, .wp-secure-telework-form .js-gateddl-thankyou center
.offers-show-form .formLabel, .offers-show-form form label {
  color: #fff !important;
}
.offers-show-form {
  background-color: #1a234c;
  border: 1px solid #1a234c;
}

/* Equipment Filter */
.filter-flex select {
  margin-right: 2px;
}
/* Table */

table {
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Begin: Tables */
.table {
  border-bottom: 1px solid  #dee2e6;
  border-spacing: 0;
  min-height: 300px;
  max-width: 800px;
  margin: auto;
}
.table .thead-light th {
    background-color: #f1f9fc;
	border-bottom: none;
}
.bg-lt-gray {
	background-color: rgba(0, 0, 0, 0.05);
}
.td-ucaas tbody td:nth-child(2), .td-ucaas tbody td:nth-child(3) {
  text-align: center;
}
.table td {
	background: #fff;
}
.th-sub-title {
}
#faqs .table .thead-light th:first-child {
	width: 50%;
}
#faqs .table th:nth-child(2), #faqs table th:last-child {
	width: 25%;	
}
.faqQ {
	background: url(/sites/fusionconnect/assets/Image/icons/open.png) 0 5px no-repeat;
	background-size: 15px;
	margin-bottom: 0;
	padding-left: 22px;
    cursor: pointer;
}
.faqQ p {
    margin-bottom: 0;
}
.faqA {
	display: none;
	padding-left: 22px;
}
.panel-body {padding-left: 22px;}

.tbl-rspnv {
  width: 800px;
  margin: 0 auto;
}
.tbl-rspnv tr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-around;
}
.tbl-rspnv td, .tbl-rspnv th {
  text-align: center;
  padding: 6px;
   word-wrap: break-word;
    display: block;
    width: 20%;
}
.tbl-rspnv td {
  background: #efefef;
  border: 1px solid #fff;
  font-size: 1em;
}
.tbl-rspnv th:first-child,
.tbl-rspnv td:first-child {
  background: #fefefe;
  color: black;
  border: 1px solid #efefef;
  border-width: 1px 0;
  text-align: right;
  width: 40%;
}
.tbl-rspnv th:first-child {border: 0;}

.tbl-rspnv .fa {font-size: 14px;}


@media screen and (max-width: 768px) {
  .tbl-rspnv table {width: 100%}
  .tbl-rspnv tr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    justify-content: space-around;
  }
  .tbl-rspnv td,
  .tbl-rspnv th {
    display: block;
    width: 33.333333333333%;
    text-align: center;
  }
  .tbl-rspnv th:first-child,
  .tbl-rspnv td:first-child {
    width: 100%;
    text-align: center;
  }
  .tbl-rspnv th:first-child {
    display: none;
  }
}

#faqs .table .thead-light th:first-child {
	width: 50%;
}
#faqs .table th:nth-child(2), #faqs table th:last-child {
	width: 25%;	
}
.faqQ p {
    margin-bottom: 0;
}
.faqA {
	display: none;
	padding-left: 22px;
}
.panel-body {padding-left: 22px;}

/* Begin: Div boxes that looks like a table */
.collapsing-table-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #fff;
	border-radius: .5em;
	color: #262b2c;
    padding: 1em;
}
.collapsing-table-box > div {
	display: flex;
	flex-direction: column;
	width: 50%;
	border: 1px solid #ebebeb;
	padding: 1em 1em 0 1em;
}
.collapsing-table-box > p:last-child {
	margin-bottom: 0;
}
.collapsing-table-box > div {
	border-top: 0;
	border-left: 0;
}
.collapsing-table-box div:nth-child(even) {
	border-right: 0;
}
.collapsing-table-box div:nth-child(n+7):nth-child(-n+8) {
	border-bottom: 0;
}
.collapsing-table-box.two-by div:nth-child(3), .collapsing-table-box.two-by div:nth-child(4),
.enterprise .collapsing-table-box div:nth-child(3), .enterprise .collapsing-table-box div:nth-child(4),
.by-industry .collapsing-table-box div:nth-child(3), .by-industry .collapsing-table-box div:nth-child(4)
 {
	border-bottom: 0;
}
@media all and (max-width: 450px) { /* Mobile */
	.collapsing-table-box > div {
		width: 100%;
		border-right: 0 !important;
		border-bottom: 1px solid #ebebeb !important;
	}
	.collapsing-table-box > div:last-child {
		border-bottom: 0 !important;
	}
}
@media all and (min-width: 767px) { /* Desktop: */
	.collapsing-table-box > div {
		display: flex;
		flex-direction: column;
		width: 25%;
		border: 1px solid #ebebeb;
		padding: 1em 1em 0 1em;
	}
	.collapsing-table-box.two-by > div {
		width: 50%;
	}
	.collapsing-table-box > div {
		border-top: 0;
		border-left: 0;
	}
	.collapsing-table-box div:nth-child(2), .collapsing-table-box div:nth-child(6) {
		border-right: 1px solid #ebebeb;
	}
	.collapsing-table-box div:nth-child(4), .collapsing-table-box div:nth-child(8) {
		border-right: 0;
	}
	.collapsing-table-box div:nth-child(n+5):nth-child(-n+8) {
		border-bottom: 0;
	}
	.collapsing-table-box.two-by div:nth-child(2) {
		border-right: 0;
	}
	.enterprise .collapsing-table-box > div {
		border-bottom: 0;
	}
	.by-industry .collapsing-table-box > div {
		border-bottom: 0;
	}
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
/* End: Tables */
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__search--toggle:after {
    content: "Search";
  }
  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }
  .header__search .hs-search-field__input {
    padding-left: 15px;
  }
  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }
  .header__close--toggle.show {
    display: block;
  }
}
/* .footer {
  background-color: #F8FAFC;
  text-align: center;
} */

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */
.blog-title, .pr-title {
  font-size: max(16px,44px * 1);
  line-height: max(24px,54px * .84);
}
.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}
.blog-content-wrap h2 {
    font-size: max(16px,40px * 1);
    line-height: max(24px,45px * 1);
    letter-spacing: 0px;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}
.blog-content-wrap ul {
    padding-left: 2em;
}
/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
.blog-feed-con .blog-content h3.blog-title, h3.blog-title {
  font-size: 20px;
  line-height: 26px;
}
.addthis_inline_share_toolbox {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 2em;
}

/* Begin: Press Release mods */
.pr-con {
  padding: 0.3em;
}
.blog-index-wrap .pr-content {
  width: 100%;
  border-bottom: 1px solid #CCC;
  margin: 1em;
}
.blog-index-wrap .pr-content h4 {
  color: #1271d8;
}
/* End: Press Release mods */
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}
.hs-search-field__suggestions {
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.hs-search-field__suggestions li {
  padding: 2px;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  text-decoration: underline;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}


/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.shadow-box-header {
	background: #fff;
	box-shadow: 0 0 12px 4px rgba(0,0,0,.05);
	border-radius: .5em .5em 0 0;
	color: #262b2c;
	padding: 1em;
}
@media all and (min-width: 900px) { /* Desktop: */
	.shadow-box-header {
		padding: 3em 3em 2em;
	}
}
.no-shadow {
	box-shadow: none;
}
/* Begin: Evenly Distributed Width/Height Container Boxes */
.list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.list-item-1, .list-item-2, .list-item-3, .list-item-4, .csFeedList, .displayList, .list-item-stp, .list-item-form  {
	display: flex; 
	padding: 1em 0;
	width: 100%;
}
.list-item-stp, .list-item-form  {
    align-items: flex-start;
}
@media all and (min-width: 767px) { /* Desktop: */
	.list-item-2, .list-item-4 {
		width: 50%;
		padding: 1em;
	}

	.list-item-3, .csFeedList, .displayList {
		width: 33.33%;
		padding: 1em;
	}
}
@media all and (min-width: 1000px) {
	.list-item-stp { 
		width: 63%;
		padding-right: 1em;
	}
	.list-item-form {
		width: 37%;
	}
}
@media all and (min-width: 1100px) {
	.list-item-4 {
		width: 25%;
		padding: 1em;
	}

}
.list-content, .list-content-2, .equipment-feed, .phone-feed {
	display: flex;
	flex-direction: column;
	padding: 1em 1em 0;
	width: 100%;
}
.list-promo {
	display: flex;
	flex-direction: column;
	padding: 2.5em 1.5em 1.5em;
	width: 100%;
}
.list-promo div {
    flex-grow: 1;
}
.list-nopad {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.list-video {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-shadow h4 {
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}
.box-shadow, .img-box-shadow {
	background-color: #fff;
	box-shadow: 0 0 12px 4px rgba(0,0,0,.05);
	border-radius: .5em;
}
.img-box-shadow {
	padding: 0;
}
.img-box-shadow img {
  border-radius: 0.5em 0.5em 0 0;
  width: 100%;
  margin-bottom: 1em;
}
.gray-orng-box {
	background: #f0f1f3;
	border-radius: .5em;
	color: #262b2c;
	padding: 1em 1em 0;	
	transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.round-box {
	background: #fff;
	border-radius: .5em;
	padding: 2em 3em 1em;
}
.list-content p {
 	margin-bottom: 1rem; 
 }
.list-content p:nth-child(2), .gray-orng-box p:nth-child(2) {
    flex-grow: 1;
}
.equipment-feed div, .phone-feed div {
  flex-grow: 1;
}
.content-copy {flex: 1 0 auto; /*padding: 0 1em;*/}
.hp-news-title {
	flex-grow: 0;
}
.hp-news-blurb {
	flex-grow: 1;
}
.hp-news-link {
	flex-grow: 0;
  padding: 0 1em;
}
.cs-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 1em 1em 0;
}

/* Begin: Flip Flop Image/Content */
.flip-flop { /*Image on Bottom in Mobile */
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
	width: 100%;
}
.flip-flop.flipped {
	flex-direction: column-reverse;
}
.flip-flop.img-top { /*Image on Top in Mobile */
	flex-direction: column;
}
.flip-flop .image, .flip-flop .image-40 {
	width: 100%;
}
.flip-flop .image img, .flip-flop .image-40 img {
	border-radius: .5em;
	width: 100%;
}
.flip-flop .content  {
	flex: 1;
	padding: 1em;
	width: 100%;
}
.flip-flop .image.prod-img, .flip-flop .image.prod-img-cs {
	width: 80%;
	margin: auto;
    margin-bottom: 1em;
	z-index: 600;
}
.flip-flop .content.products-content {
  background: linear-gradient(to bottom, rgba(242,244,245,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f2f4f5', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  border-radius: .5em;
  padding: 5em 1em 1em 1em;
  margin-top: -4em;
  margin-left: 0;
  z-index: 500;
}
.flip-flop .content.casestudy-content {
	background: none;
    border-radius: 0;
    padding: 1em;
}
@media all and (min-width: 900px) { /* Desktop: */
	.flip-flop {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		width: 100%;
	}
	.flip-flop.img-top { 
		flex-direction: row;
	}
	.flip-flop.flipped {
		flex-direction: row-reverse;
	}
	.flip-cs {
		align-items: center;
	}
	.flip-flop .image {
		width: 52%;
		padding: 1em 0;
	}
	.flip-flop .image-40 {
		width: 40%;
		padding: 1em 0;
	}
	.flip-flop .image.prod-img {
		width: 46%;
	    z-index: 600;
	}
	.flip-flop .image.prod-img-cs {
		width: 46%;
	    z-index: 600;
		margin: 1em 0;
	}
	.flip-flop .content {
		flex: 1;
		padding: 1em 0 1em 3em;
	}
	.flip-flop.flipped .content {
		padding: 1em 2em 1em 0em;
	}
	.flip-flop .content.products-content {
		padding: 2.5em 2em 1em 5em;
		margin-top: 0;
		margin-left: -3em;
		z-index: 500;
	}
	.flip-flop .content.casestudy-content {
		background: linear-gradient(to bottom, rgb(135 140 187) 0%,rgba(0,0,0,0) 100%);
	    border-radius: 0 1em 0 0;
		padding: 2.5em 2em 1em 5em;
		margin-top: 3em;
		z-index: 500;
	}
}
/* End: Flip Flop Image/Content */

/* Begin: Full-width Background Containers */
.fusion-gradient-overlay {
  background: rgb(10,8,50); /* Old browsers */
  background: linear-gradient(135deg, rgba(10,8,50,1) 0%,rgb(7 27 85) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bkgd-megapath {
    background: #c8dae0 url(/hubfs/images/hero/megapath-billboard.jpg) center center no-repeat;
    background-size: cover;
}
.bkgd-remote-mag-2021 {
    background: #f3ecec url(/hubfs/images/hero/remote-mag-2021-water.jpg) bottom center no-repeat;
    background-size: cover;
}
.form.horizontal label {
  color: #374e54;
}
.form.horizontal .submitButton {
  background: #23337a;
  border: 1px solid #23337a;
  font-size: 1em;
  margin-top: 0;
}
.overlap-top {
  margin-top: 0;
}
.bkgd-business-internet {
  background-image: url(/hubfs/images/hero/6d-broadband-white.jpg);
  background-position: left top; 
  padding: 5em 0 !important;
}
.bkgd-business-internet h1 {
  text-shadow: none;
  color: #23337a;
}
.bkgd-business-internet h3 {
  text-shadow: none;
  color: #374e54;
}
@media only screen and (min-width: 800px) {
  .bkgd-business-internet {
    background-image: url(/hubfs/images/hero/6d-broadband-white.jpg); 
    background-position: left top;}
  .overlap-top {
    margin-top: -5em;
  }
}
@media (min-width: 650px) {
  .bkgd-business-internet h1 {
    font-size: 60px;
    text-shadow: none;
    color: #23337a;
  }
}
.bkgd-ppc-broadband {background-image: url(/hubfs/images/hero/offers-broadband.jpg); 
  background-position: left top;
  padding: 5em 0;
}
@media only screen and (min-width: 800px) {
  .overlap-top {
    margin-top: -5em;
  }
}
.bkgd-darkgray {
  background: #262b2c; /* Old browsers */
  background: -webkit-linear-gradient(-45deg,  #262b2c 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #262b2c 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b2c', endColorstr='#3f4c6b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bkgd-fusionblue {
	background: #0b164e;
	color: #fff;
}
.bkgd-graydient {
	background: rgb(242,245,246);
	background: linear-gradient(135deg, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
}
.bkgd-lt-gray {
    background: #f0f1f3;
}
.bkgd-purple-gradient {
    background: rgb(36,43,183);
    background: linear-gradient(to right, rgba(36,43,183,1) 0%,rgba(56,214,217,1) 100%);
    color: #fff;
}
.bkgd-turq-swoop {
    background: url(/hubfs/images/hero/blue-swoop-background.jpg) no-repeat center top;
    background-size: cover;
}
.bkgd-white {
	background: #fff;
}
/* End: Full-width Background Containers */
.resources-featured {
	background: rgba(0,0,0,0.65);
	background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 70%,rgba(0,0,0,0.65) 100%), url(/hubfs/images/sp/resources-featured-2021.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: .5em;
}
/* Begin: Whitepaper / Case Study Section */
.content-column-widths-one_third-two_third, .content-column-widths-one_fourth-three_fourth {
  display: flex;
  flex-direction: row;
}
.content-column-widths-one_third-two_third .item:nth-of-type(1) {
    width: calc(100% / 3);
}
.content-column-widths-one_third-two_third .item:nth-of-type(2) {
    width: calc(100% / 3 * 2);
}
.content-column-widths-one_fourth-three_fourth .item:nth-of-type(1) {
    width: calc(100% / 4);
}
.content-column-widths-one_fourth-three_fourth .item:nth-of-type(2) {
    width: calc(100% / 4 * 3);
}
.item {margin: 1em;}
.wp-img {
  max-width: 250px;
  width: 100%;
}
.cs-img {
  max-width: 350px;
  width: 100%;
  border-radius: .3em;
}
@media (max-width: 700px) {
  .content-column-widths-one_third-two_third, .content-column-widths-one_fourth-three_fourth {
    display: flex;
    flex-direction: column;
  }
  .content-column-widths-one_third-two_third .item:nth-of-type(1), 
  .content-column-widths-one_third-two_third .item:nth-of-type(2), 
  .content-column-widths-one_fourth-three_fourth .item:nth-of-type(1), 
  .content-column-widths-one_fourth-three_fourth .item:nth-of-type(2) {
    text-align: center;
    width: 100%;
  }
}
/* End: Whitepaper / Case Study Section */
  .overlap-top {
    margin-top: 0;
  }
  .bi-title {
    font-size: 2em;
  }
@media only screen and (min-width: 800px) {
    .overlap-top {
      margin-top: -3em;
    }
  }
.hero-white-box {
    background: rgba(255,255,255,.85);
    padding: 1em;
    width: 100%;
    max-width: 780px;
    border-radius: 0.3em;
}
.page-hero-box {
	background: rgba(255,255,255,.85);
	border-radius: .3em;
	border: 1px solid #98a4de;
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 18%);
	padding: 1em;
}


.filter-flex {
	display: flex;
	flex-direction: row;
}
.not-found-links
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-primary {
  color: #fff;  
  background-color: #175cff;
  border-color: #175cff;
  border: 1px solid #175cff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #fff;
	color: #175cff;
  border: 1px solid #175cff;
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid #f05a3c;
  color: #f05a3c;
  font-weight: 600;
  padding-bottom: 8px;
  white-space: normal;
}
.btn-secondary:hover, .btn-secondary:focus {
	background-color: #f05a3c;
	border: 1px solid #f05a3c;
	color: #fff;
}
/* ---------- Begin: Buttons ---------*/
.btn:focus {outline: none;}
.button-array { /* for header toggles on pages like /promos/ */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.button-array div {
  display: flex;
  align-items: center;
}
.button-array a {
  border-radius: 28px;
  text-align: center;
  font-weight: 500;
  padding: 12px 24px;
  margin: .5em;
  text-decoration: none;
}
.btn-clear-white {
	color: #fff;
	border: 1px solid #fff;
}
.btn-clear-white:hover {
	background: #fff;
	color: #1dbbea;
	border: 1px solid #fff;
}
.button-link-white a {
    border: 2px solid #fff;
	color: #fff;
}
.button-link-white a:hover, .button-link-white a:focus, .button-link-white .on {
	background: #85a8fa;
	border: 2px solid #85a8fa;
	color: #fff;
	text-decoration: none;
}
@media all and (max-width: 600px) { /* Mobile */
	.button-link-white a {
		width: 100%;
	}
}
.button-link-blue a {
    border: 2px solid #0a0832;
    color: #001689;
}
.button-link-blue a:hover, .button-link-blue a:focus, .button-link-blue .on {
  background: #001689;
  border: 2px solid #0a0832;
  color: #ffffff;
}
@media all and (min-width: 650px) { /* Desktop: */
	.button-array { /* for header toggles/links on pages like /promos/ */
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}
.button-array button {
  background-color: transparent;
	color: #1271d8;
}
.button-array button:hover {
    background-color: transparent;
    color: #002395;
}
.btn-get-quote {
  background: #f05a3c;
  border: 1px solid #f05a3c;
  color: #fff;
}
.btn-get-quote:hover, .btn-get-quote:focus {
	background: #0a0832;
	border: 1px solid #0a0832;
	color: #fff;
}
.btn-blog {
	background: #3443bf;
	background: linear-gradient(#175cff, #3443bf);
	border: 1px solid #0a0832;
	color: #fff;
}
.btn-blog:hover, .btn.btn-blog:focus, .btn-blog:active {
	background: #001689;
	background: linear-gradient(#3443bf, #175cff);
	border: 1px solid #0a0832;
	color: #fff;
}
.btn-foot {
	background: #4C4C6D;
	border: 1px solid #4C4C6D;
	color: #fff;
}
.btn-foot:hover, .btn-footer:focus {
	background: #f05a3c;
	border: 1px solid #f05a3c;
}
.btn-foot-social {
  border: 1px solid #4c4c6d;
  padding: 5px;
  width: 30px;
  height: 27px;
  margin-right: 5px;
}
.btn-lt-gray {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}
.btn-lt-gray:hover, .btn-lt-gray:focus {
      background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
}
.btn-lt-blue {
    background-color: #175cff;
    border: 1px solid #175cff;
    color: #fff;
}
.btn-lt-blue:hover, .btn-lt-blue:focus {
	background-color: #fff;
	border: 1px solid #175cff;
	color: #175cff;
}
.btn-terms {
  background: #fff;
  border: 1px solid #175cff;
  color: #0085ca;
  font-weight: 500;
}
.btn-terms:hover {
  background: #175cff;
  border: 1px solid #175cff;
  color: #fff;
  font-weight: 500;
}
.btn-orange, .megapath-vlc .btn-orange {
  background-color: #f05a3c;
  border: 1px solid #f05a3c;
  color: #fff;
  padding-bottom: 8px;
}
.btn-orange:hover, .btn-orange:focus {
	background-color: #fff;
	border: 1px solid #f05a3c;
	color: #f05a3c;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.prodHide { /* This is to hide any dev elements in production */
  display: block;
  text-align: center;
  color: red;
  padding: 1rem;
  border: 1px dashed red;
}

hr {width: 100%;}
/* Begin: Basic typography styls */

.black {color: #000;}
.body-big {
    font-size: 20px;
    line-height: 26px
}
.caps-lock {
  text-transform: uppercase;
}
.center {
 text-align: center; 
}
.dk-blue {
	color: #001689;
}
.fineprint, .small, .small-text {
  font-size: .85em;
}
.logo-blue, .fusionblue {
    color: #24337a;
}
.lt-gray {
    color: #7b868a;
}
.nowrap {
    white-space: nowrap;
}
.orange {
	color: #f05a3c;
}
.orange-bold {
	color: #f05a3c;
	font-weight: 600;
}
.orng-grad-txt {
	background: -webkit-linear-gradient(to bottom, rgba(255,103,27,1) 0%,rgba(252,188,27,1) 54%,rgba(255,103,27,1) 100%);
	background: linear-gradient(to bottom, rgba(255,103,27,1) 0%,rgba(252,188,27,1) 54%,rgba(255,103,27,1) 100%);
	background-clip: border-box;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
}
.sans {font-family: Roboto, sans-serif;}

.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
}
.h1-sub {
  font-size: 26px;
}
.wp-title, .cs-title {
  font-family: Roboto, sans;
  font-size: 1.9em;
  line-height: 1.1em;
  color: #24337a;
  margin-top: 1em;
}
@media (max-width: 700px) {
  .wp-title, .cs-title {
    margin-top: 0;
  }
}
/* END: Basic typography styls */

/* Begin: layout styles */

.hide {
	display: none;  
}
.logo-list-one-line img, .company-list img {
    text-align: center;
    height: 100px;
    padding: 1em;
}
.max-width-500, .max-width-600, .max-width-700, .max-width-800, .max-width-900, .max-width-950 {
	width: 100%;
	margin: auto;
}
.max-width-600 {
	width: 100%;
	margin: auto;
}
.max-width-500 {
	max-width: 500px;
}
.max-width-500-left {
	max-width: 500px;
}
.max-width-600 {
	max-width: 600px;
}
.max-width-700 {
	max-width: 700px;
}
.max-width-800 {
	max-width: 800px;
}
.max-width-900 {
	max-width: 900px;
}
.max-width-950 {
	max-width: 950px;
}
.support-alert {
  background-color:#FCEC99; padding: 1rem 2rem; margin-bottom: 2rem; border-radius:.3em;
}
/* END: layout styles */


/* Begin: unordered and ordered lists styles */

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li {
	margin-bottom: 1em;
}
.flex-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flex-start li {
	text-align: center;
	padding: 2em;
}
.ip-pbx-tech-notes {
  padding-left: 1em;
}
.blue-bullet {
  padding-left: 1.5em;
}
.blue-bullet li {
	 list-style: none;
	 margin-bottom: 1em;
}
.blue-bullet li:before {
	content: "\f111" !important; /* FontAwesome Unicode */
	font-size: .5em;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.8em !important; /* same as padding-left set on li */
	width: 1.8em !important; /* same as padding-left set on li */
	color: #0085ca;
	top: -2px;
	position: relative;
}
.line-check li {
  list-style: none;
  padding-left: 1.4em;
}
.line-check li:before {
  content: "\f00c" !important; /* FontAwesome Unicode */
  font-size: 1.5em;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.31em !important; /* same as padding-left set on li */
  width: 1.3em !important; /* same as padding-left set on li */
  color: #175cff;
  position: relative;
  top: 3px;
}
.orange-check {
  list-style: none;
  padding-left: 2em;
}
.orange-check li {
  list-style: none;
  line-height: 25px;
  margin-bottom: 1em;
}
.orange-check li:before {
  content: "\f00c" !important; /* FontAwesome Unicode */
  font-size: 1.5em;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em !important; /* same as padding-left set on li */
  width: 1.3em !important; /* same as padding-left set on li */
  color: #f05a3c;
}
.orange-x li {
  list-style: none;
}
.orange-x li:before {
  content: "\f00d" !important; /* FontAwesome Unicode */
  font-size: 1.5em;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em !important; /* same as padding-left set on li */
  width: 1.3em !important; /* same as padding-left set on li */
  color: #ca521d;
  position: relative;
  top: 3px;
}
.red-check {
  padding-left: 1.5em;
  list-style: none;
}
.red-check li {
	 list-style: none;
	 line-height: 25px;
}
.red-check li:before {
  content: "\f00c" !important; /* FontAwesome Unicode */
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em !important; /* same as padding-left set on li */
  width: 1.3em !important; /* same as padding-left set on li */
  color: #b3272a;
}
.ul-c-2 {
	  -webkit-column-count: 1; 
	  -moz-column-count: 1; 
	  column-count: 1;
}
.ul-c-2 ul, .ul-c-2 ol {
  margin-left: 1em;
  padding-left: 1em;
}
@media all and (min-width: 850px) { /* Desktop */
	.ul-c-2 { 
	  -webkit-column-count: 2; 
	  -moz-column-count: 2; 
	  column-count: 2;
	  margin-bottom: 2em;
	}
}
.ul-c-2 ul li {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.flex-ul-li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0 !important;
  margin: 0 !important;
}
.flex-ul-li li {
	width: 100%;
}
@media all and (min-width: 850px) { /* Desktop */
	.flex-ul-li {
		flex-wrap: wrap;
	}
	.flex-ul-li li {
		width: 50%;
	}
}
.news-room-articles {
    display: flex;
    flex-direction: row;
}
.li-products li {
  border-top: 1px solid #ebedee;
  padding: 1em .5em;
  margin-bottom: 0 !important;
}
.li-products  {
	border-bottom: 1px solid #ebedee;
}
.li-products li.desk-bot {
	border-bottom: 0;
}
.li-products a {
	white-space: nowrap;
}
.li-products a:hover {
	color: #ff671b;
}
@media all and (min-width: 540px) { /* Desktop: */
	#products.services .flex-ul-li li {
		width: 48%;
	}
	.li-products li.desk-bot {
		border-bottom: 1px solid #ebedee;
	}
}

.dropit {
	background: #FFFFFF;
	box-shadow: 0 0 2px 4px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	padding: 10px 20px 0;
	width: 100%;
	clear: both;
}
.drop-lesser {
	width: 100%;
	clear: both;
	margin-left: 1em;
}
.expand-content-toggle {
  display: none;
}
.expand-content-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 1rem;
  margin-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
}
.drop-lesser .expand-content-title { /* See /about/corporate-policies/ for usage */
	font-size: 16px;
	color: #4e6994;
	text-decoration: underline;
	font-weight: 400;
}
.expand-content-title span {
  font-weight: normal;
}
.expand-content-title .subspan {
  font-size: .9em;
  font-weight: normal;
}
.expand-content-title:before, .expand-content-title:after {
	content: url(/hubfs/images/icons/open.png);
	position: absolute;
	top: 0;
	left: -1.4em;
	width: 22px;
	height: 22px;
	transition: 0.3s;
	font-size: 1.2em;
}
.expand-content-title:after {
  transform: rotate(0deg);
}
.expand-accordion {
  transition: all 0.4s ease-in-out;
}
.expand-content-toggle {
  position: absolute;
  left: -9999em;
}
.expand-content-toggle ~ .expand-accordion {
  max-height: 0;
  overflow: hidden;
  margin-left: 30px;
}
.expand-content-toggle:checked ~ .expand-content-title:after {
  content: " ";
  transform: rotate(45deg);
}
.expand-content-toggle:checked ~ .expand-content-title:before {
  transform: rotate(180deg);
  top: 6px;
}
.expand-content-toggle:checked ~ .expand-accordion {
  max-height: 10000px;
}
.expand-accordion  li {
	/*list-style-type: disc; */
	margin-left: 2em;
}
.expand-accordion ol li {
	list-style-type: numeric;
	margin-left: 2em;
}
.list-unstyled li {
	margin-bottom: 1em;
}

/* Begin: Incremental Numbers for Escalations */
.escalation-level {
  counter-reset: level-counter;
  list-style: none;
  padding-left: 25px;
}
.escalation-level  li, .expand-accordion ol.escalation-level li {
  margin: 0 0 1.2em -10px;
  counter-increment: level-counter;
  position: relative;
  list-style-type: none;
}
.expand-accordion ol.escalation-level li {
  text-indent: 0;
  padding-left: 0;
  margin-left: 5px;
}
.escalation-level li::before {
  content: counter(level-counter);
  color: #fff;
  font-weight: 600;
  position: absolute;
  width: 25px !important;
  height: 25px;
  top: 0;
  background: #0085ca;
  border-radius: 50%;
  text-align: center;
  padding-right: 0;
  line-height: 1.5em;
  left: -30px;
}

/* End: Incremental Numbers for Escalations */
/* END: unordered and ordered lists styles */

/* Begin: Promo - business-internet-st */
/* --- offers/business-internet/ --- */
.bi-title {
    color: #374e54;
    font-size: 2em;
    font-weight: 600;
}
.bi-speed {
  background: #1fb9ea;
  border-radius: .5em;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
}
.bi-speed p:nth-child(2) {
  font-size: 2.4em;
  line-height: 1em;
  letter-spacing: -1px;
}
.bi-check li {
    list-style: none;
}
.bi-check li:before {
  content: "\f00c" !important;
  font-size: 1.1em;
  font-family: FontAwesome;
  color: #ff671b;
  display: inline-block;
  margin-left: -1.31em !important;
  width: 1.3em !important;
  position: relative;
}
/* End: Promo - business-internet-st */

/* Begin: */
.block-quote {
  border: 2px solid #878dbb;
  padding: 3em 3em .5em;
}
/* End: */

/* Begin: Callout Data */
.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.callout-data {
	color: #001689;
	font-weight: 600;
	font-size: 2em;
}
.callout-label {
	color: #7b868a;
	font-size: .9em;
	text-transform: uppercase;
}
/* End: Callout Data */

/* Begin: SD-WAN Bundle Promo /promos/sd-wan-bundle */
.list-p-card {
  display: flex;
  padding: 1em 0;
  width: 100%;
}
.p-card-not-pop {
	margin-top: 0;
}
@media all and (min-width: 767px) { /* Desktop: */
	.list-p-card {
		width: 33.33%;
	}
	.p-card-not-pop {
		margin-top: 2.4em;
	}
}
.promo-card {
	background: #fefefe;
    border: 1px solid #ccc;
    border-radius: .3em;
}

.p-card-popular {
    box-shadow: 0px 0px 14px 7px rgb(0 0 0 / 28%);
    z-index: 2;
}
.p-card-pop {
	text-align: center;
	background: #ff671b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5em;
}
.p-card-title { 
	text-align: center; 
	color: #24337a; 
	font-weight: 600;  
	font-size: 1.2em; 
	margin-top: 1em;
	margin-bottom: 1em;
}
.p-card-s {
	text-align: center; 
	text-transform: uppercase; 
	font-size: .75em; 
}
.p-card-price {
	text-align: center;
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: .7em;
}

.sd-wan-example-1 {
    font-size: .95em;
    border-bottom: 2px solid #ff671b;
    padding-bottom: .7em;
}
.sd-wan-example-2 {
    font-size: .95em;
    border-bottom: 2px solid #0086ca;
    padding-bottom: .7em;
}
/* End: SD-WAN Bundle Promo /promos/sd-wan-bundle */


/* Begin: Show/Hide  */
.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(0, 1, 0, 1);; 
}
.collapse.show {
	max-height: 200em;
	transition: max-height .5s ease-in-out;
}
#terms {padding-top: 1em;}
[data-toggle="collapse"] {
	cursor: pointer;
}
.toggle-active[data-toggle="collapse"] {

}
#faqs [data-toggle="collapse"] {
	background: url(/hubfs/images/icons/open.png) 0 5px no-repeat;
	background-size: 15px;
	margin-bottom: 0;
	padding-left: 22px;
	cursor: pointer;
}
#faqs .toggle-active[data-toggle="collapse"] {
	background: url(/hubfs/images/icons/close.png) 0 5px no-repeat;
	background-size: 15px;
}
.terms [data-toggle="collapse"] {
}
.card-header {
	width: 100%;
	background: #0a0832;
}
.card-header button {
	background-color: transparent;
  font-size: 1.1em;
  color: white;
  width: 100%;
  text-align: left;
}
.card-header:hover, .card-header button:hover {
  background-color: #4C4C6D;
}

.show-hide-button {
  margin-bottom: 0;
}
.show-hide-button span {
  color: #0085ca;
  font-weight: 600;
  cursor: pointer;
}
.show-hide-button span:hover {
  color: #0085ca;
  text-decoration: underline;
  cursor: pointer;
}

/* End: Show/Hide  */

.fg-1 {
	flex-grow: 1;
}
.fg-p1-1 p:first-child {
	flex-grow: 1;
}
.fg-p2-1 p:nth-child(2){
	flex-grow: 1;
}
.fg-p3-1 p:nth-child(3){
	flex-grow: 1;
}
.fg-last-1 p:last-child {
	flex-grow: 1;
}
.career-img img {
  border-radius: 0.8em;
  max-width: 400px;
  max-width: 100%;
  height: auto;
  padding: 0.5em;
}

/* --- Begin: Awards --- */
.award-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
	max-height: 130px;
}
.award-img img {
	max-height: 130px;
}
.award-year {
	color: #0085ca;
	font-size: .9em;
	margin-bottom: .5em;	
}
.award-title {
	font-size: 1.15em;
	font-weight: 600;
}
#awardlist .jsFilterPaginate-display {
    display: flex;
    flex-direction: column;
}
@media all and (min-width: 767px) { /* Desktop: */
	#awardlist .jsFilterPaginate-display {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
/* --- End: Awards --- */