*, *: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;
}




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

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.hscol,.no-gutters>[class*=hscol-] {
  padding-right: 0;
  padding-left: 0
}

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

.hscol {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.hscol-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.hscol-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.hscol-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.hscol-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.hscol-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.hscol-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.hscol-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.hscol-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.hscol-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.hscol-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.hscol-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.hscol-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.hscol-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width: 576px) {
  .hscol-sm {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .hscol-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .hscol-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .hscol-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .hscol-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .hscol-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .hscol-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .hscol-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .hscol-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .hscol-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 768px) {
  .hscol-md {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .hscol-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .hscol-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .hscol-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .hscol-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .hscol-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .hscol-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .hscol-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .hscol-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .hscol-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 992px) {
  .hscol-lg {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .hscol-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .hscol-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .hscol-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .hscol-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .hscol-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .hscol-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .hscol-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .hscol-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .hscol-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1200px) {
  .hscol-xl {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .hscol-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .hscol-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .hscol-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .hscol-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .hscol-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .hscol-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .hscol-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .hscol-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .hscol-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .hscol-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .hscol-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .hscol-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .hscol-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}


.m-0 {
  margin: 0
}

.mt-0,.my-0 {
  margin-top: 0
}

.mr-0,.mx-0 {
  margin-right: 0
}

.mb-0,.my-0 {
  margin-bottom: 0
}

.ml-0,.mx-0 {
  margin-left: 0
}

.m-1 {
  margin: .25rem
}

.mt-1,.my-1 {
  margin-top: .25rem
}

.mr-1,.mx-1 {
  margin-right: .25rem
}

.mb-1,.my-1 {
  margin-bottom: .25rem
}

.ml-1,.mx-1 {
  margin-left: .25rem
}

.m-2 {
  margin: .5rem
}

.mt-2,.my-2 {
  margin-top: .5rem
}

.mr-2,.mx-2 {
  margin-right: .5rem
}

.mb-2,.my-2 {
  margin-bottom: .5rem
}

.ml-2,.mx-2 {
  margin-left: .5rem
}

.m-3 {
  margin: 1rem
}

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

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

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

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

.m-4 {
  margin: 1.5rem
}

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

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

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

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

.m-5 {
  margin: 3rem
}

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

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

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

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

.p-0 {
  padding: 0
}

.pt-0,.py-0 {
  padding-top: 0
}

.pr-0,.px-0 {
  padding-right: 0
}

.pb-0,.py-0 {
  padding-bottom: 0
}

.pl-0,.px-0 {
  padding-left: 0
}

.p-1 {
  padding: .25rem
}

.pt-1,.py-1 {
  padding-top: .25rem
}

.pr-1,.px-1 {
  padding-right: .25rem
}

.pb-1,.py-1 {
  padding-bottom: .25rem
}

.pl-1,.px-1 {
  padding-left: .25rem
}

.p-2 {
  padding: .5rem
}

.pt-2,.py-2 {
  padding-top: .5rem
}

.pr-2,.px-2 {
  padding-right: .5rem
}

.pb-2,.py-2 {
  padding-bottom: .5rem
}

.pl-2,.px-2 {
  padding-left: .5rem
}

.p-3 {
  padding: 1rem
}

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

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

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

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

.p-4 {
  padding: 1.5rem
}

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

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

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

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

.p-5 {
  padding: 3rem
}

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

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

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

.pl-5,.px-5 {
  padding-left: 3rem
}

@media (min-width: 768px){
  .m-md-0 {
    margin: 0
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0
  }

  .m-md-1 {
    margin: .25rem
  }

  .mt-md-1,.my-md-1 {
    margin-top: .25rem
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem
  }

  .m-md-2 {
    margin: .5rem
  }

  .mt-md-2,.my-md-2 {
    margin-top: .5rem
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .5rem
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .5rem
  }

  .m-md-3 {
    margin: 1rem
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1rem
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1rem
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1rem
  }

  .m-md-4 {
    margin: 1.5rem
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem
  }

  .m-md-5 {
    margin: 3rem
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem
  }

  .p-md-0 {
    padding: 0
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0
  }

  .p-md-1 {
    padding: .25rem
  }

  .pt-md-1,.py-md-1 {
    padding-top: .25rem
  }

  .pr-md-1,.px-md-1 {
    padding-right: .25rem
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem
  }

  .pl-md-1,.px-md-1 {
    padding-left: .25rem
  }

  .p-md-2 {
    padding: .5rem
  }

  .pt-md-2,.py-md-2 {
    padding-top: .5rem
  }

  .pr-md-2,.px-md-2 {
    padding-right: .5rem
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem
  }

  .pl-md-2,.px-md-2 {
    padding-left: .5rem
  }

  .p-md-3 {
    padding: 1rem
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1rem
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1rem
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1rem
  }

  .p-md-4 {
    padding: 1.5rem
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem
  }

  .p-md-5 {
    padding: 3rem
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3rem
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem
  }

  .m-md-auto {
    margin: auto
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto
  }

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

  .text-md-right {
    text-align: right
  }

  .text-md-center {
    text-align: center
  }
}
.solution-pg div[class*="force-full-width-section"] > .row-fluid,
.product-chooser-pg div[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.solution-grp1 h1,
.solution-grp1 h2,
.solution-grp1 h4 {
  text-transform: initial;
  color: inherit;
  font-family: inherit;
}
.botm_to_top {
  position: fixed;
  height: 60px;
  width: 60px;
  top: 30px;
  right: 45px;
  z-index: 2147483647;
  cursor: pointer;
  opacity: 0.65;
  display: none;
}
.top_to_botm {
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 30px;
  right: 45px;
  z-index: 2147483647;
  cursor: pointer;
  opacity: 0.65;
  display: none;
}
.hs_cos_wrapper_type_form h3:empty {
  margin: 0;
}
.product-chooser-pg {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-weight: 400;
}
.product-chooser-pg .body-container-wrapper {
  min-height: calc(100vh - 322px);
}
.bigfoot-line-array-pg {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.bigfoot-line-array-pg p {
  font-weight: 400;
}
.bigfoot-line-array-grp1 h3,
.bigfoot-line-array-grp1 h5 {
  font-family: inherit;
  text-transform: initial;
  font-weight: 500;
  color: #212529;
}
.bigfoot-line-array-grp1 .dnd-section {
  padding: 30px 0;
}
.bigfoot-line-array-grp1 .dnd-section > .row-fluid {
  padding-right: 0;
}
.bigfoot-line-array-grp1 a.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  margin-bottom: 1rem;
  margin-top: 48px;
}
.bigfoot-line-array-grp1 a.button:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  text-decoration: none;
}
.bigfoot-line-array-grp1 a.button:focus {
  outline: 0;
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}
.hspch-search .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
  background: #fff;
}
.hstsf-pg .body-container-wrapper {
  min-height: auto !important;
}



/* ------ Header --------- */
.hspch-wrapper .top-header {
  background: #3366CC;
}
.hsbla-wrapper .top-header {
  background: #0066FF;
}
.hspch-mob-logo {
  display: none;
}
.hspch-social {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  float: right;
}
.hspch-social > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.hspch-logo img {
  width: auto !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hspch-bottom-wrap {
  background: #333333;
  border-top: 1px solid #FFFFFF;
  border-bottom: 3px solid #999999;
}
.hsbla-wrapper .hspch-bottom-wrap {
  border-bottom: 2px solid #FF9700;
}
.hspch-navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.hspch-navbar-header {
  display: none;
}
.hspch-menus {
  float: left;
}
.hspch-search {
  float: right;
  padding-top: 8px;
  padding-bottom: 4px;
}
.hspch-menus .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
}
.hspch-menus .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  display: inline-block;
  color: #cccccc;
  background-color: #333;
}
.hspch-menus .caret:after {
  content: "\f107";
}
.hspch-menus .caret {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 20px;
  vertical-align: top;
  font-family: FontAwesome;
  margin-left: 8px;
  border: none;
}
.hspch-menus .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
  border-width: 0 8px 8px;
  content: " ";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0;
  margin-left: -8px;
  border-color: transparent;
  bottom: 0;
  border-bottom-color: #444444;
}
.hspch-menus .hs-menu-wrapper > ul ul {
  left: 0;
  z-index: 1000;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0,0,0,.15);
  min-width: 35px;
  transition: height 1ms;
  position: absolute;
  background: #444444;
  top: 100%;
  bottom: auto;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-radius: 0 0 4px 4px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #444444;
  color: #dddddd;
  border-color: #333;
  -webkit-box-shadow: 0 9px 12px #2b2b2b;
  box-shadow: 0 9px 12px #2b2b2b;
}
.hspch-menus .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #dddddd;
  background-color: #444444;
}
.hspch-menus .hs-menu-wrapper > ul ul li:hover > a {
  color: #f7f7f7;
  background-color: #333;
}
.hspch-search form {
  position: relative;
  border-collapse: separate;
  display: table;
  font-weight: inherit;
}
.hspch-search form .hs-search-field__input {
  margin: 0;
  font: inherit;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #cccccc;
  background-color: #454545;
  border-color: #666666;
}
.hspch-search form .hs-search-field__input:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px transparent, 0 0 5px #666666;
}
.hspch-search .input-group-btn {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.hspch-search .input-group-btn button {
  margin: 0;
  font: inherit;
  font-family: inherit;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  color: #cccccc;
  background-color: #454545;
  border-color: #666666;
  z-index: 2;
}
.hspch-search .input-group-btn button:hover {
  color: #ffffff;
  background-color: #3d3d3d;
  border-color: #666666;
}
.hspch-menus .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
  content: "\f107";
  position: absolute;
  width: 10px;
  left: auto;
  right: 10px;
  font-family: FontAwesome;
}
.hspch-menus .hs-menu-wrapper > ul ul li.hs-item-has-children:hover > a:after {
  content: "\f105";
}
.hspch-menus .hs-menu-wrapper > ul ul ul {
  left: 100% !important;
  right: auto;
  top: 0 !important;
  bottom: auto;
  border: 1px solid #333;
  border-radius: 4px;
  margin: 0 0 0 -10px;
}
.hspcf-wrapper .hscol-md-4,
.hspch-wrapper .hscol-md-4 {
  width: 100%;
  max-width: 100%;
}
.hspch-menus .fa-sign-in:before {
  content: "\f090";
}



/* ------ Footer -------- */
.hspcf-wrapper {
  width: 100%;
  min-height: 154px;
  background-color: #3366cc;
  border-top: 4px solid #999999;
}
.hspcf-wrapper .hspcf-mob {
  display: none;
}
.hspcf-wrapper .fixed-footer-text {
  color: #FFFFFF;
  text-align: left;
}
.hspcf-wrapper .fixed-footer-text p {
  margin: 0 0 10px;
  display: inline;
  margin-left: 0px;
  color: #fff;
  font: inherit;
}
.hspcf-wrapper .fixed-footer-text a {
  color: #fff;
}
.hspcf-form h3:empty,
.hspcf-form .hs-form-field > label {
  display: none;
}
.hspcf-form .hs-button {
  margin: 0;
  font: inherit;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.hspcf-form .hs-button:hover,
.hspcf-form .hs-button:focus {
  text-decoration: none;
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.hspcf-wrapper .hs-row,
.hspch-wrapper .hs-row {
  display: block;
}
.product-chooser-pg .page-center {
  max-width: 100%;
}
.hspcf-form .hs-form-field {
  margin-bottom: 10px;
  padding-right: 10px;
}
.hsblaf-wrapper {
  background: #0066FF;
  border-top: 4px solid #FF9700;
}
.hsblaf-address p {
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  margin: 0px;
  padding: 10px 10px 10px 10px;
}
.hsblaf-login p a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hsblaf-wrapper .page-center {
  min-height: 100px;
}
.hsblaf-login {
  padding-top: 30px;
}


.hs-landing-page .bg-manuals {
  min-height: 350px;
}
.banner-section .dnd-section {
  padding: 0;
}
.dnd-section, .content-wrapper--vertical-spacing {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section .dnd-column {
  padding: 0 !important;
}
.dnd-section>.row-fluid,
.page-center,
.content-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.body-container__accessories {
  padding-top: 120px;
}
.full-sec .dnd-section>.row-fluid {
  padding: 0;
}
.body-container__faq {
  padding: 100px 0 0;
}
.body-container__faq ul.box-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}
.body-container__faq ul.box-list li a {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  color: #005EB8;
}
.body-container__faq ul.box-list li:first-child a {
  -webkit-border-top-left-radius: .125rem;
  border-top-left-radius: .125rem;
  -webkit-border-top-right-radius: .125rem;
  border-top-right-radius: .125rem;
}
.body-container__faq  h3 {
  color: #005EB8;
  text-transform: none;
  font-family: Roboto, sans-serif;
}
.body-container__two-column {
  padding-top: 140px;
}
.two-column-page .footer-copyright {
  text-align: center;
}
.bluetooth-page .custom-menu-primary ul.submenu.level-1 li a,
.audio-buying-guide-page .custom-menu-primary ul.submenu.level-1 li a{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.body-container__bluetooth h1 {
  margin-bottom: 1.5rem;
}
.bluetooth-two-col .dnd-section>.row-fluid {
  padding: 0;
}
.bluetooth-two-col .img_slider .carousel-item {
  min-height: auto;
  background: none !important;
  height: 100% !important;
}
.body-container__bluetooth {
  padding: 128px 0 0;
}
.bluetooth-two-col .img_slider ul.slick-dots {
  bottom: 21px;
}
.bluetooth-left h5 {
  margin-top: 1.45rem;
  color: #005eb8;
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.bluetooth-left .hs-menu-wrapper.hs-menu-flow-vertical ul {
  display: block !important;
  margin-bottom: 1.5rem
}
.bluetooth-left .hs-menu-wrapper.hs-menu-flow-vertical ul li:first-child a {
  -webkit-border-top-left-radius: .125rem;
  border-top-left-radius: .125rem;
  -webkit-border-top-right-radius: .125rem;
  border-top-right-radius: .125rem;
}
.bluetooth-left .hs-menu-wrapper.hs-menu-flow-vertical ul li a {
  position: relative;
  display: block;
  padding: .75rem 1.25rem; 
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}
.bluetooth-left .hs-menu-wrapper.hs-menu-flow-vertical ul li:last-child a {
  -webkit-border-bottom-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
  -webkit-border-bottom-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}
.bluetooth-right .span6:first-child {
  padding-right: 15px !important;
}
.bluetooth-right .span6:last-child {
  padding-left: 15px !important;
}
.bluetooth-right .span6 {
  width: 50% !important;
  margin-left: 0 !important;
}
.bluetooth-right p {
  font-weight: 400;
}
.bluetooth-right {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  margin-bottom: 1.5rem
}
.bluetooth-right .hs-button {
  border: 2px solid #005EB8;
  background-color: transparent;
  color: #005EB8;
  display: block;
  padding: .7rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: .375rem;
  text-transform: uppercase;
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bluetooth-right .hs-button:hover {
  border-color: #4285f4!important;
  background-color: transparent!important;
  color: #4285f4!important;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
}
.bluetooth-right .hs_cos_wrapper_type_header h3 {
  margin-top: 1.5rem;
}
.bluetooth-right .hs_cos_wrapper_type_linked_image img {
  border-radius: .25rem;
  -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.bluetooth-right ol {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.bluetooth-right iframe.embed-responsive-item {
  border: 0;
}
.bluetooth-right .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.bluetooth-right .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bluetooth-right .embed-responsive::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.form-sec .hs-form-field > label {
  color: #33475b;
  font-family: verdana, geneva;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.form-sec form .inputs-list>li {
  margin: 0;
}
.form-sec form .inputs-list {
  padding-top: 4px;
  margin: 0px 0 -3px;
  width: 100%;
  padding-left: 5px;
} 
.form-sec form .inputs-list>li label span {
  color: #33475b;
  font-family: verdana, geneva;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.form-sec form .inputs-list>li label {
  margin: 0 0 3px;
}
.form-sec form .inputs-list>li label input {
  margin-top: -4px;
}
.form-sec form .inputs-list>li:last-child label span {
  margin-top: 2px;
  display: inline-block;
}
.form-sec form .hs-form-field {
  margin-bottom: 16px;
}
.form-sec form input[type=text], .form-sec form input[type=email], .form-sec form input[type=password],
.form-sec form input[type=tel],.form-sec form input[type=number],.form-sec form input[type=file],
.form-sec form select,.form-sec  form textarea {
  max-width: 100%;
  width: 100% !important;
}
.form-sec form textarea {
  padding: 10px 15px;
  height: auto;
  background-color: #f5f8fa;
}
.form-sec form legend.hs-field-desc {
  font-family: verdana, geneva;
  color: #7C98B6;
  font-size: 11px;
  padding: 0 2px;
  margin: 0px 0px 6px;
  line-height: 13px;
}
.form-sec form .hs-form-field.hs-fieldtype-radio {
  margin-bottom: 12px;
}
.form-sec form .hs-form-field.hs-fieldtype-checkbox {
  margin-bottom: 11px;
}
.form-sec form select {
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  text-indent: 0;
  padding-left: 10px;
}
.form-sec select.is-placeholder {
  color: #bfbfbf;
}
.form-sec select.is-placeholder:focus {
  color: #33475b;
}
.form-sec fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
.form-sec .hs-richtext p {
  margin: 20px 0 13px !important;
}
.form-sec .hs-richtext p strong {
  font-family: verdana, geneva;
  font-weight: bold;
  color: #33475b;
  line-height: 24px;
}
.form-sec .hs-richtext p {
  color: #33475b;
}
.form-sec form .hs-richtext {
  margin-bottom: 0 !important;
}
.form-sec input.hs-button.primary.large {
  margin-bottom: 17px;
  font-size: 12px;
  line-height: 12px;
  font-family: verdana, geneva;
  background: #1120f5;
  border-color: #1120f5;
  padding: 12px 25px 12px 24px;
  margin-top: 21px;
}
.form-sec .hs_recaptcha.hs-recaptcha {
  margin-top: 10px;
  padding-left: 7px;
}
.form-sec .hs-error-msg, .form-sec .hs_error_rollup label {
  color: #f2545b;
  font-family: verdana, geneva;
  font-size: 13px;
  padding: 0 5px;
}
.body-container__technical-support {
  padding-top: 100px;
}
.body-container__technical-support h3 {
  font-family: Roboto, sans-serif;
}
.body-container__technical-support h4 {
  font-family: Roboto, sans-serif;
}
.body-container__technical-support .hs-menu-wrapper ul {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 0 4px;
}
.body-container__technical-support .hs-menu-wrapper ul li {
  display: inline-block;
}
.body-container__technical-support .hs-menu-wrapper ul li a {
  background-color: #1976d2;
  color: #fff;
  display: inline-block;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  white-space: normal;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin-left: -4px;
  margin-right: -1px;
}
.body-container__technical-support .hs-menu-wrapper ul li a:hover {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
}
.body-container__technical-support .hs-menu-wrapper ul li:first-child a {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.body-container__technical-support .hs-menu-wrapper ul li:last-child a {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.body-container__technical-support .hs_cos_wrapper_type_linked_image img {
  max-width: 185px !important;
  display: block;
}
.body-container__technical-support .form-title {
  color: #0600ff;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 56px;
}
.body-container__technical-support.form-sec form .hs-form-field.hs-fieldtype-radio {
  margin-bottom: 11px;
}
.body-container__technical-support.form-sec .hs_recaptcha.hs-recaptcha {
  margin-top: 26px;
}
.bluetooth-left .img_slider ul.slick-dots li{
  opacity: .5;
}
.bluetooth-left .img_slider ul.slick-dots li.slick-active {
  opacity: 1;
}
.form-sec form textarea:focus,
.abg-form form textarea:focus{
  border-color: rgba(82,168,236,.8);
}
.form-sec form select:focus,
.abg-form form select:focus{
  border-color: rgba(82,168,236,.8);
}
.abg-form form .hs-input.invalid.error:focus ,
.form-sec form .hs-input.invalid.error:focus,
.hs-landing-page form .hs-input.invalid.error:focus{
  border-color: #b9554d;
} 
.anchor-audio-img .bnr_wrap{
  margin-top: .25rem; 
}
.anchor-audio-img .bnr_wrap .bg-manuals {
  height: 380px;
  background-position: unset;
}
.home-slider-wrap .slick-prev:after {
  background-image:url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/images/arrow_left.svg') !important;
    }
.home-slider-wrap .slick-next:after {
  background-image:url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/images/arrow_right.svg') !important;
    }
.home-bottom .hs_cos_wrapper_type_linked_image img {
  max-width: 300px !important;
  margin-top: 8px;
  display: block;
}
.home-page .banner-section {
  position: relative;
  z-index: 1;
}
.body-container__anchorlink .span8 {
  width: 67.2% !important;
  padding-right: 15px !important;
  margin-top: 1.5rem;
}
.body-container__anchorlink .span4 {
  width: 32.9% !important;
  margin-left: 0 !important;
  padding-left: 15px !important;
  margin-top: 1.5rem;
  text-align: right;
  justify-content: start !important;
}
.body-container__anchorlink .span8 p {
  color: #4f4f4f;
  font-size: 20px;
  line-height: 30px;
}
.anchorlink-features .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: unset !important;
}
.anchorlink-bottom h1 {
  padding-top: 1.5rem;
  text-align: center;
  line-height: 1.1;
  color: #212529;
}
.anchorlink-bottom .hs_cos_wrapper_type_rich_text {
  max-width: 83.333333%;
  display: block;
  margin: 0 auto;
  padding: 3px;
}
.home-page {
  overflow: hidden;
}
/*====About Page Style=====*/

.about_banner{
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.about_banner .dnd-section,
.about_content .dnd-section,
.about_pane-banner .dnd-section{
  padding: 0;
}
.about_banner .dnd-section > .row-fluid,
.about_pane-banner .dnd-section > .row-fluid{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.about_banner .dnd-section .dnd-column,
.about_content .dnd-section .dnd-column,
.about_pane-banner .dnd-section .dnd-column{
  padding: 0;
}
.about_content .dnd-section > .row-fluid{
  padding-left: 15px;
  padding-right: 15px;
}
.about_content h3 {
  margin-top: 1rem;
  font-family: Roboto,sans-serif;
  color: #2196f3;
} 
.about_content h4{
  font-family: Roboto,sans-serif;
}
.about_pane-banner{
  margin-top: .25rem;
  margin-bottom: .25rem;
  overflow: hidden;
}
.about_pane-banner .hs_cos_wrapper_type_linked_image{
  display: inherit;
  min-width: 1200px;
  overflow: auto;
}

/*====Sitemap Page Style=====*/
.sitemap-page .dnd-section{
  padding: 0;
}
.sitemap-page .dnd-section .dnd-column{
  padding: 0;
}
.sitemap-page .dnd-section > .row-fluid{
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 124px;
}
.sitemap_content h2 {
  color: #2196f3;
  font-family: Roboto,sans-serif;
}
.sitemap_content ul{
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 40px;
}
.sitemap_content ul ul{
  margin-bottom: 0;
}

/*====Full Width Page Style=====*/
.full-width_content .dnd-section{
  padding: 0;
}
.full-width_content .dnd-section .dnd-column{
  padding: 0;
}
.full-width_content .dnd-section > .row-fluid{
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 100px;
}
.full-width_content h2 {
  color: #2196f3;
  font-family: Roboto,sans-serif;
}

/*====Audio Buying Guide Page Style=====*/
.audio-buying-wrap {
  margin-top: .5rem;
  display: flex;
  width: 100%;
}
.audio-buying-wrap .content-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.5rem;
  margin-top: 60px;
}
.audio-buying-wrap .dnd-section{
  padding: 0;
}
.audio-buying-wrap .dnd-section .dnd-column{
  padding: 0;
}
.audio-buying-wrap .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.abg-title h1{
  margin-bottom: 1.5rem;
}
.audio-buying-guide-page .bnr_wrap .bg-manuals {
  height: 40vh;
}
.abg-form .hs_cos_wrapper_type_rich_text p {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.abg-form form .hs-richtext,
.contactPage-form form .hs-richtext{
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  word-break: break-word;
  font-weight: 400;
}
.abg-form form .hs-richtext p,
.contactPage-form .hs-richtext p{
  margin-top: 1em;
  margin-bottom: 1em;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.abg-form form .hs-richtext p a,
.contactPage-form form .hs-richtext p a{
  text-decoration: underline;
}
.abg-form form .hs-form-field,
.contactPage-form form .hs-form-field,
.dp-form form .hs-form-field{
  margin-bottom: 18px;
}
.abg-form form label,
.contactPage-form form label,
.dp-form form label{
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}
.abg-form form .hs-form-field > label,
.contactPage-form form .hs-form-field > label,
.dp-form form .hs-form-field > label{
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
.abg-form form .form-columns-1 > .hs-form-field > .input .hs-input:not([type=checkbox]):not([type=radio]),
.contactPage-form form .form-columns-1 > .hs-form-field > .input .hs-input:not([type=checkbox]):not([type=radio]),
.dp-form form .form-columns-1 > .hs-form-field > .input .hs-input:not([type=checkbox]):not([type=radio]){
  width: 100%;
  max-width: 100%;
}
.abg-form form .form-columns-2 > .hs-form-field:first-child > .input .hs-input,
.contactPage-form form .form-columns-2 > .hs-form-field:first-child > .input .hs-input,
.dp-form form .form-columns-2 > .hs-form-field:first-child > .input .hs-input{
  width: 90%;
}
.abg-form form .hs-form-field .inputs-list,
.contactPage-form form .hs-form-field .inputs-list,
.dp-form form .hs-form-field .inputs-list{
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.abg-form form .hs-form-field .inputs-list:first-child,
.contactPage-form form .hs-form-field .inputs-list:first-child,
.dp-form form .hs-form-field .inputs-list:first-child{
  padding-top: 6px;
}
.abg-form form .hs-form-field ul.inputs-list > li,
.contactPage-form form .hs-form-field ul.inputs-list > li,
.dp-form form .hs-form-field ul.inputs-list > li{
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.abg-form form .hs-form-field ul.inputs-list > li + li,
.contactPage-form form .hs-form-field ul.inputs-list > li + li,
.dp-form form .hs-form-field ul.inputs-list > li + li{
  padding-top: 2px;
}
.abg-form form .inputs-list label,
.contactPage-form form .inputs-list label,
.dp-form form .inputs-list label{
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.abg-form form .hs-form-field ul.inputs-list > li > label > .hs-input,
.contactPage-form form .hs-form-field ul.inputs-list > li > label > .hs-input,
.dp-form form .hs-form-field ul.inputs-list > li > label > .hs-input{
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #33475b;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  cursor: pointer;
  max-width: 100%;
  width: auto;
  vertical-align: unset;
}
.abg-form form .hs-form-field ul.inputs-list > li > label > span,
.contactPage-form form .hs-form-field ul.inputs-list > li > label > span,
.dp-form form .hs-form-field ul.inputs-list > li > label > span{
  vertical-align: unset;
}
.abg-form form .hs-form-required,
.contactPage-form form .hs-form-require,
.dp-form form .hs-form-required{
  color: red;
}
.abg-form form textarea,
.contactPage-form form textarea,
.dp-form form textarea{
  height: auto;
  padding: 10px 15px;
  background-color: #f5f8fa;
}
.abg-form form .hs-submit .actions,
.contactPage-form form .hs-submit .actions,
.dp-form form .hs-submit .actions{
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  padding-bottom: 0;
}
.abg-form form .hs-button,
.contactPage-form form .hs-button,
.dp-form form .hs-button{
  padding: 12px 24px;
  margin-top: 0;
  margin-bottom: 0;
  background: #0d37c0;
  border-color: #0d37c0;
  color: #ffffff;
}
.abg-form form .hs-button:hover,
.contactPage-form form .hs-button:hover,
.dp-form form .hs-button:hover,
.abg-form form .hs-button:focus,
.contactPage-form form .hs-button:focus,
.dp-form form .hs-button:focus{
  background: #0d37c0;
  border-color: #0d37c0;
  color: #ffffff;
}
.abg-form form .hs-error-msgs label,
.contactPage-form form .hs-error-msgs label,
.dp-form form .hs-error-msgs label{
  color: #f2545b;
  margin-top: 0;
}
.abg-form form .hs-error-msgs label,
.contactPage-form form .hs-error-msgs label,
.dp-form form .hs-error-msgs label{
  color: #f2545b;
  margin-top: 0;
}
.abg-form form .hs_error_rollup .hs-error-msgs label,
.contactPage-form form .hs_error_rollup .hs-error-msgs label,
.dp-form form .hs_error_rollup .hs-error-msgs label{
  font-size: 14px;
}


/*====Contact Us Page Style=====*/
.contact-us-page .dnd-section{
  padding: 0;
}
.contact-us-page .dnd-section .dnd-column{
  padding: 0;
}
.contactPage-content {
  text-align: center;
}
.contactPage-content h1 {
  font-size: 28px;
  margin-top: 1rem;
  color: #2196f3;
  font-family: Roboto,sans-serif;
}
.contactPage-content p:last-of-type {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.contactPage-content hr{
  background-color: transparent;
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-formwrap .content-wrapper{
  padding-left: 15px;
  padding-right: 15px;
}
.contact-formwrap .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.contact-formwrap .minus-row{
  margin-bottom: 1.5rem;
}
.contact-formwrap .col-md-12{
  margin-bottom: 1.5rem;
}
.contactPage-form {
  background-color: #fff;
  border-radius: .25rem;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contactPage-form h4 {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  background-color: #005EB8;
  color: white;
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.contactPage-form .hs_cos_wrapper_type_form {
  display: block;
  padding: 1.25rem;
}

/*====Dealer Application Page Style=====*/
.dealer-application-page .dnd-section{
  padding: 0;
}
.dealer-application-page .dnd-section .dnd-column{
  padding: 0;
}
.dealer-application-page .content-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 100px;
}
.dealer-application-page .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.dp-title h1 {
  color: #005EB8;
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.dp-form form .hs-richtext{
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  word-break: break-word;
  font-weight: 400;
}
.dp-form form .hs-richtext p{
  margin-top: 1em;
  margin-bottom: 1em;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.dp-form form .hs-richtext p a{
  text-decoration: underline;
}
.dp-form form .hs-richtext h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  text-transform: none;
  color: inherit;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0.67em;
}
.dp-form form .hs-richtext h1 span{
  line-height: 19px;
  position: relative;
  top: 2px;
}
.dp-form form .hs-richtext img:empty {
  display: none;
}
.dp-form form label strong{
  font-weight: bold;
}
.dp-form form .hs-form-field > .input > .hs-input {
  max-width: 100%;
}
.dp-form form .hs-form-field > legend {
  margin: 0px 0px 6px;
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
}
.abg-form .submitted-message,
.contactPage-form .submitted-message,
.dp-form .submitted-message{
  line-height: normal;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #33475b;
  font-weight: 400;
}
.abg-form .submitted-message p,
.contactPage-form .submitted-message p,
.dp-form .submitted-message p{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  color: #33475b;
  font-weight: 400;
}
.abg-form .submitted-message p a, 
.contactPage-form .submitted-message p a, 
.dp-form .submitted-message p a,
.abg-form .submitted-message p a:hover, 
.contactPage-form .submitted-message p a:hover, 
.dp-form .submitted-message p a:hover{
  color: rgb(0,0,238);
  text-decoration: underline;
}

.nopd .dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0;
}
.nopd .dnd-section .dnd-column {
  padding: 0;
}
.nopd .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.container,
.container.content-wrapper{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}
.c_op_row1 .bnr_wrap .bnt_img {
  margin-bottom: 0;
}
.c_op_rowinr1 h1 { 
  color: #2196f3;
  margin-bottom: .5rem;
  font-family: inherit;
}
.c_op_rowinr1 iframe {
  margin-bottom: 1.4rem !important;
  max-width: 100%;
}
.c_op_row2 .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.c_op_row2 .container-fluid {
  width: 100%;
}
.c_op_row2 .widget-type-rich_text ul li a {
  border-radius: .25rem;
  color: #005EB8;
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.c_op_row2 .widget-type-rich_text h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: inherit;
}

.c_op_row2 .widget-type-rich_text ul li a:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.text-center {
  text-align: center;
}

.fa-envelope:before {
  content: "\f0e0";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.aat2_pg .widget-type-rich_text h1 {
  color: #005EB8;
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.text-center {
  text-align: center;
}
.aat2_pg .widget-type-rich_text p {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.aat2_row4 .widget-type-rich_text p {
  text-align: center;
}

.footer-copyright {
  overflow: hidden;
  background-color: rgba(0,0,0,.2);
  color: rgba(255,255,255,.6);
}

.footer-copyright .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.ft_typ2 {
  background-color: #9e9e9e;
}

.ft_typ2 .flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.ft_typ2 .flex-center a {
  color: #fff;
}

.ft_typ2 .flex-center a i {
  margin-right: 1.5rem;
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.footer-copyright a {
  color: #fff;
}
.ft_typ2 .flex-center a:last-child i {
  margin-right: 0;
}
.job-detail-wrap {
  padding-top: 128px;
}
.job-detail-wrap .dnd-section>.row-fluid {
  padding: 0;
}
.job-detail-left .hs_cos_wrapper_type_rich_text p {
  text-align: right;
  margin-bottom: 0;
}
.job-detail-right .hs_cos_wrapper_type_rich_text h3 {
  color: #212529;
  text-transform: none;
  font-family: Roboto, sans-serif;
}
.job-detail-page .footer-copyright {
  padding: .5rem;
  text-align: center;
  background-color: #757575;
  color: #fff;
}
.job-detail-page .fa-linkedin:before {
  content: "\f08c";
}
.job-detail-page .ft_typ2 .flex-center a i.fa-twitter,.job-detail-page  .ft_typ2 .flex-center a i.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
}
.job-detail-page .ft_typ2 .flex-center a:last-child i,
.job-detail-page .ft_typ2 .flex-center a.icons-sm.fb-ic i {
  font-size: 17px;
}
.job-detail-page .ft_typ2 .flex-center {
  position: relative;
  top: -2px;
}
.hspcf-wrapper ul.no-list.hs-error-msgs {
  position: absolute;
  left: 15px;
}
.hspcf-wrapper ul.no-list.hs-error-msgs li {
  margin: 0;
}
.hspcf-wrapper  .hs_error_rollup ul.no-list.hs-error-msgs {
  bottom: -45px;
}

.hs-acclaim-body-container-wrapper {
  margin-top: 85px;
}
.hs-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hs-col, .hs-col-1, .hs-col-10, .hs-col-11, .hs-col-12, .hs-col-2, 
.hs-col-3, .hs-col-4, .hs-col-5, .hs-col-6, .hs-col-7, .hs-col-8, 
.hs-col-9, .hs-col-auto, .hs-col-lg, .hs-col-lg-1, .hs-col-lg-10, 
.hs-col-lg-11, .hs-col-lg-12, .hs-col-lg-2, .hs-col-lg-3, .hs-col-lg-4, 
.hs-col-lg-5, .hs-col-lg-6, .hs-col-lg-7, .hs-col-lg-8, .hs-col-lg-9, 
.hs-col-lg-auto, .hs-col-md, .hs-col-md-1, .hs-col-md-10, .hs-col-md-11, 
.hs-col-md-12, .hs-col-md-2, .hs-col-md-3, .hs-col-md-4, .hs-col-md-5, 
.hs-col-md-6, .hs-col-md-7, .hs-col-md-8, .hs-col-md-9, .hs-col-md-auto, 
.hs-col-sm, .hs-col-sm-1, .hs-col-sm-10, .hs-col-sm-11, .hs-col-sm-12, 
.hs-col-sm-2, .hs-col-sm-3, .hs-col-sm-4, .hs-col-sm-5, .hs-col-sm-6, 
.hs-col-sm-7, .hs-col-sm-8, .hs-col-sm-9, .hs-col-sm-auto, .hs-col-xl, 
.hs-col-xl-1, .hs-col-xl-10, .hs-col-xl-11, .hs-col-xl-12, .hs-col-xl-2, 
.hs-col-xl-3, .hs-col-xl-4, .hs-col-xl-5, .hs-col-xl-6, .hs-col-xl-7, 
.hs-col-xl-8, .hs-col-xl-9, .hs-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-acclaim-layout .dnd-section[class*="force-full-width-section"]>.row-fluid,
.hs-packages-model-body-container-wrapper .dnd-section[class*="force-full-width-section"]>.row-fluid,
.hs-microphoneSystem-body-container-wrapper .dnd-section[class*="force-full-width-section"]>.row-fluid {
  width: 100%;
}
.hs-acclaim-layout .dnd-section[class*="force-full"]>.row-fluid,
.hs-packages-model-body-container-wrapper .dnd-section[class*="force-full"]>.row-fluid,
.hs-microphoneSystem-body-container-wrapper .dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hs-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.hs-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.hs-acclaim-body-container-wrapper .tst_slider h1#customer-reviews-header {
  margin-top: 1.5rem !important;
  font-weight: 400;
}
.hs-acclaim-body-container-wrapper .section.text-center.pb-5.tst_slider {
  padding-bottom: 0 !important;
}
.pswp__button, 
.pswp__button--arrow--left:before, 
.pswp__button--arrow--right:before {
  background-image: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/images/default-skin.png) !important;
  -webkit-background-size: 264px 88px !important;
  background-size: 264px 88px !important;
  background-repeat: no-repeat !important;  
  width: 44px !important;
  height: 44px !important;
}
button.pswp__button.pswp__button--arrow--left, 
button.pswp__button.pswp__button--arrow--right {
  background-image: none !important;
}
.pswp__top-bar button:hover,
button.pswp__button.pswp__button--arrow--left:hover, 
button.pswp__button.pswp__button--arrow--right:hover {
  background-color: transparent !important;
  border: 0 !important;
}
.hs-packages-model-body-container-wrapper {
  margin-top: 100px;
}
.hs-packages-model-body-container-wrapper > .container-fluid,
.hs-microphoneSystem-body-container-wrapper > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.modal-dialog h4.modal-title {
  font-family: Roboto,sans-serif;
  font-weight: 300;
}
body.modal-open {
  overflow: auto;
  padding-right: 0!important;
}
.hs-packages-model-top-section .hs-readyBuy-section h1 {
  font-family: sans-serif;
}
.hs-acclaim-layout .footer-copyright {
  text-align: center;
}
.hs-content-id-52966966918 .hs-iconImage-title .category-image:not(:last-child),
.hs-content-id-52965974709 .hs-iconImage-title .category-image:not(:last-child) {
  margin-right: 1.5rem;
}
.hs-content-id-52966966918 .hs-iconImage-title .category-image:not(:first-child),
.hs-content-id-52965974709 .hs-iconImage-title .category-image:not(:first-child) {
  margin-left: 1.5rem;
}
.hs-microphoneSystem-body-container-wrapper {
  margin-top: 148px;
}
.hs-microphoneSystem-body-container-wrapper .hs-content_image-column h1 {
  font-weight: 400;
}
.hs-microphoneSystem-body-container-wrapper .hs-content_image-column p {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.hs-microphoneSystem-body-container-wrapper .hs-package_modules-section .custom-modals-group h2.blue-text {
  text-align: center;
  color: #005eb8;
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
}
.hs-microphoneSystem-body-container-wrapper .hs-package_modules-section .page-center {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.hs-microphoneSystem-body-container-wrapper .hs-package_modules-section .light-blue.darken-3 {
  background-color: #005EB8 !important;
}
.hs-microphoneSystem-body-container-wrapper .table-responsive tbody tr {
  border: 1px solid black !important;
}
.hs-microphoneSystem-body-container-wrapper .table-responsive tbody tr td {
  border: 1px solid black;
}
.hs-microphoneSystem-body-container-wrapper table.table.table-bordered,
.hs-microphoneSystem-body-container-wrapper .warning p {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;  
}
.hs-content-id-52786703468 .mz-lens {
  width: 75px !important;
  height: 87px !important;
}
.hs-microphone-system-layout .custom-menu-primary {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;
}
.hs-microphone-system-layout .hs-package_modules-section table.table thead th {
  border-top: none;
}
.hs-microphoneSystem-body-container-wrapper table.table.table-bordered {
  border: solid 1px #000;
}
.hs-microphoneSystem-body-container-wrapper .hs-package_modules-section .light-blue.darken-3 th {
  border-color: rgb(128, 128, 128);
  border-bottom-color: #dee2e6;
}
.hstsf-pg a,
.hspch-search .input-group-btn button{
  transition: none;
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {

  .header-search form input.hs-search-field__input {
    width: 113px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #product-features-section {
    height: 809px;
  }
}

.bigfoot-line-array-grp1 a:hover {
  text-decoration: underline;
}
.hs-microphone-system-layout .warning p a:hover {
  text-decoration: underline;
}


@media (min-width: 576px) {
  .about_content .dnd-section > .row-fluid,
  .sitemap-page .dnd-section > .row-fluid,
  .full-width_content .dnd-section > .row-fluid{
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .hspch-search .hs-search-field--open .hs-search-field__suggestions {
    position: absolute;
    z-index: 1;
  }
  .hspch-child-trigger {
    display: none;
  }
  .hspch-MegaNavbar {
    display: block !important;
  }
  .product-chooser-pg .page-center {
    max-width: 750px;
  }
  .hspch-menus .hs-menu-wrapper > ul > li {
    float: left;
  }
  .hspch-menus .hs-menu-wrapper > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hspch-menus .hs-menu-wrapper > ul > li:hover > a {
    color: #ffffff;
    background-color: #262626;
  }
  .hspch-menus .hs-menu-wrapper > ul ul {
    display: none;
    animation-duration: 500ms;
  }
  .hspch-menus .hs-menu-wrapper > ul li:hover > ul {
    display: block!important;
    visibility: visible;
    z-index: 1001!important;
  }
  .hspch-search form {
    display: inline-table;
    vertical-align: middle;
  }
  .hspch-search .input-group-btn {
    width: auto;
  }
  .about_banner{
    margin-bottom: 1rem;
  }
  .about_pane-banner{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .about_content .dnd-section > .row-fluid,
  .sitemap-page .dnd-section > .row-fluid,
  .full-width_content .dnd-section > .row-fluid{
    max-width: 720px;
  }
  .hs-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hs-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hs-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 992px) {

  .product-chooser-pg .page-center {
    max-width: 970px;
  }
  .hspcf-wrapper .hscol-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .hspcf-wrapper .hscol-md-4,
  .hspch-wrapper .hscol-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .hspcf-form form > * {
    display: inline-block;
    width: auto;
  }
  .about_content .dnd-section > .row-fluid,
  .sitemap-page .dnd-section > .row-fluid,
  .full-width_content .dnd-section > .row-fluid{
    max-width: 960px;
  }
  .bluetooth-two-col .img_slider .carousel-item img {
    display: block;
    width:100%;
  }

}

@media (min-width: 1200px) {

  .product-chooser-pg .page-center {
    max-width: 1170px;
  }
  .hsblaf-wrapper .hs-row {
    margin-left: -30px;
  }
  .hsblaf-address {
    float: left;
    min-height: 1px;
    margin-left: 30px;
    margin-right: 200px;
    width: 270px;
  }
  .hsblaf-login {
    float: left;
    min-height: 1px;
    margin-left: 30px;
    width: 670px;
    padding-top: 30px;
  }
  .hsblaf-login p {
    margin-bottom: 1rem;
  }

  .about_content .dnd-section > .row-fluid,
  .sitemap-page .dnd-section > .row-fluid,
  .full-width_content .dnd-section > .row-fluid{
    max-width: 1140px;
  }
}



@media (max-width:1199px){

  ul.no-list.hs-error-msgs.inputs-list {
    bottom: -28px;
  }



}


@media (max-width: 999px){
  .anchor-audio-img .bnr_wrap .bg-manuals {
    height: 200px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .hsblaf-wrapper .hs-row {
    margin-left: -20px;
  }
  .hsblaf-address {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    margin-right: 124px;
    width: 166px;
  }
  .hsblaf-login {
    float: left;
    min-height: 1px;
    margin-left: 20px;  
    width: 414px;
  }


}


@media (max-width: 991px){

  .hspch-wrapper .hspch-social,
  .hspcf-wrapper .hspcf-desk {
    display: none;
  }
  .hspch-logo {
    display: none;
  }
  .hspcf-wrapper .hspcf-mob {
    display: block;
  }
  .hspch-mob-logo {
    display: block;
    text-align: center;
  }
  .hspch-mob-logo h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    margin: 0px;
    padding: 8px 4px 0px 4px;
    text-transform: initial;
  }
  .hspch-mob-logo h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #FFFFFF;
    font-size: 30px;
    margin: 0px;
    padding: 4px 0px;
  }
  .hspch-mob-logo a {
    color: #fff;
  }
  .hspcf-wrapper ul.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hspcf-wrapper .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .hspcf-form .hs-input {
    max-width: calc(100% - 140px);
  }
  .hspcf-form .hs-button {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .hspcf-form form {
    position: relative;
  }
  .hspcf-wrapper {
    padding-top: 1px;
  }
  .body-container__bluetooth h1 {
    text-align: center;
  }
  .bluetooth-left .img_slider {
    margin: 0;
  }
  .bluetooth-right .hs-button {
    font-size: 14px;
  }
  .bluetooth-left .slick-slide img {
    display: block;
    width: 100%;
  }
  .bluetooth-right .span6 {
    width: 100% !important;
  }
  .bluetooth-right .span6:last-child {
    padding-left: 0 !important;
  }
  .bluetooth-right .span6:first-child {
    padding-right: 0 !important;
  }
  .bluetooth-right .hs-button {
    font-size: 16px;
    text-align: center;
  }
  .body-container__technical-support .hs_cos_wrapper_type_rich_text h3 {
    text-align: center;
  }
  .anchor-audio-img .widget-type-linked_image {
    height: 200px;
  }
  .hspcf-wrapper ul.no-list.hs-error-msgs {
    position: static;
    text-align: left;
  }
  .hspch-wrapper .hspch-social,
  .hspcf-wrapper .hspcf-desk {
    display: none;
  }
  .hspch-logo {
    display: none;
  }
  .hspcf-wrapper .hspcf-mob {
    display: block;
  }
  .hspch-mob-logo {
    display: block;
    text-align: center;
  }
  .hspch-mob-logo h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    margin: 0px;
    padding: 8px 4px 0px 4px;
    text-transform: initial;
  }
  .hspch-mob-logo h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #FFFFFF;
    font-size: 30px;
    margin: 0px;
    padding: 4px 0px;
  }
  .hspch-mob-logo a {
    color: #fff;
  }
  .hspcf-wrapper ul.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hspcf-wrapper .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .hspcf-form .hs-input {
    max-width: calc(100% - 140px);
  }
  .hspcf-form .hs-button {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .hspcf-form form {
    position: relative;
  }
  .hspcf-wrapper {
    padding-top: 1px;
  }


}

@media (max-width:768px){

  .body-container__anchorlink .span8 {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .body-container__anchorlink .span4 {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .anchor-audio-img .bnr_wrap .bg-manuals {
    height: 100px;
  }

}


@media (max-width:767px){

  .hspch-MegaNavbar {
    display: none;
  }
  .hspch-navbar-header {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }
  .hspch-wrapper .navbar-toggle {
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 15px;
    border-color: #666666;
    background-color: #333;
  }
  .hspch-wrapper .navbar-toggle:hover,
  .hspch-wrapper .navbar-toggle:focus {
    border-color: #666666;
    background-color: #454545;
  }
  .hspch-wrapper .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #cccccc;
  }
  .hspch-wrapper .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .hspch-wrapper .navbar-toggle:hover .icon-bar,
  .hspch-wrapper .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
  }
  .hspch-menus {
    float: none;
    margin: 0 -15px;
    border-top: 1px solid #262626;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  }
  .hspch-menus .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    padding: 1px;
  }
  .hspch-menus .hs-menu-wrapper > ul > li:first-child {
    display: none;
  }
  .hsbla-wrapper .hspch-menus .hs-menu-wrapper > ul > li:first-child {
    display: block;
  }
  .hspch-menus .hs-menu-wrapper > ul > li > a {
    display: block;
    padding-top: 9px;
    margin-top: 1px;
  }
  .hspch-menus .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #222222;
    box-shadow: 0 1px 0 #444444;
  }
  .hspch-menus .hs-menu-wrapper > ul ul {
    display: none;
  }
  .hspch-menus .caret {
    float: right;
  }
  .hspch-search {
    margin: 0 -15px;
  }
  .hspch-menus .hs-menu-wrapper > ul > li:hover > a,
  .hspch-menus .hs-menu-wrapper > ul > li.active > a {
    color: #ffffff;
    background-color: #262626;
  }
  .hspch-menus .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
    content: none;
  }
  .hspch-child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 39px;
    cursor: pointer;
  }
  .hspch-menus .hs-menu-wrapper > ul ul {
    border: none;
    border-top: 1px solid #555555;
    box-shadow: 0 -1px 0 #262626 !important;
  }
  .hspch-menus .hs-menu-wrapper>ul>li.active>a {
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 0;
  }
  .hspch-menus .hs-menu-wrapper > li.hs-menu-depth-2 ul,
  .hspch-menus .hs-menu-wrapper li.hs-menu-depth-2 > a:after {
    display: none !important;
  }
  .hsblaf-wrapper .hs-row {
    display: block;
    margin-left: 0;
  }
  .hsblaf-login p a {
    display: block;
  }
  .bigfoot-line-array-pg p {
    margin: 0;
  }
  .bigfoot-line-array-pg .bigfoot-line-array-grp1 p {
    margin: 0 0 1rem;
  }

  .anchor-audio-img .widget-type-linked_image {
    height: 100px;
  }
  .home-bottom .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 16px;
  }
  .anchorlink-bottom .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    padding: 0;
  }
  .abg-img {
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .abg-form {
    -ms-flex-order: 12;
    order: 12;
  }
  .contact-us-page .bnr_wrap .bnt_img {
    margin-bottom: .25rem;
  }
  .job-detail-left .hs_cos_wrapper_type_rich_text p {
    text-align: center;
  }
  .job-detail-left {
    padding-bottom: 8px;
  }
  .hs-acclaim-body-container-wrapper {
    margin-top: 99px;
  }
  .hs-microphoneSystem-body-container-wrapper .hs-content_image-column .align-self-center {
    text-align: left;
  }
  .hs-microphoneSystem-body-container-wrapper .hs-content_image-column img {
    float: right;
  }
  .hs-features-section .pl-4 {
    padding-right: 1.5rem;
  }
  

}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .abg-form form .form-columns-2 > .hs-form-field > .input .hs-input,
  .contactPage-form form .form-columns-2 > .hs-form-field > .input .hs-input,
  .dp-form form .form-columns-2 > .hs-form-field > .input .hs-input{
    width: 100% !important;
  }


}

@media (max-width: 480px) {

  .hspcf-form .hs-input {
    max-width: 100%;
  }
  .hspcf-form .hs-button {
    position: static;
  }
  .sitemap_content ul {
    padding-left: 10px;
  }
  .c_op_rowinr1 iframe { 
    height: auto;
  }


}
/* 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: 1px;
    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: 1px;
        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: 1px;
        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;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 300;
  src: url("https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/SLXLc1nY6HkvalqKbI6L59Y.woff2") format("woff2");
    }

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  src: url("https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/SLXGc1nY6HkvalIhTps.woff2") format("woff2");
    }

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  src: url("https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/SLXLc1nY6Hkvalqaa46L59Y.woff2") format("woff2");
    }

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/AnchorAudio_August2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/fontawesome-webfont.woff2") format("woff2"),
      url("https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/fontawesome-webfont.ttf") format("truetype");
        }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/AnchorAudio_August2021/fonts/fa-brands-400.eot') format("embedded-opentype"),
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
}
/* @font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format("woff2");
} */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
}
/* @font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format("woff2");
} */
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/AnchorAudio_August2021/fonts/Roboto-Medium.eot") format("embedded-opentype"), 
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/Roboto-Medium.woff) format("woff"), 
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
}
/* @font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format("woff2");
} */

@font-face {
  font-family: 'liberation_sansbold';
  src: url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/AnchorAudio_August2021/fonts/liberationsans-bold-webfont.eot');
  src: url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/AnchorAudio_August2021/fonts/liberationsans-bold-webfont.eot#iefix') format('embedded-opentype'),
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/liberationsans-bold-webfont.woff2) format('woff2'),
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/liberationsans-bold-webfont.woff) format('woff'),
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/liberationsans-bold-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/AnchorAudio_August2021/fonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'), 
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/slick.woff) format('woff'), 
    url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/slick.ttf) format('truetype');
}

@font-face {
  font-family: Roboto;
  src: url(https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/fonts/Roboto-Light.woff2); 
  font-weight: 300;
}



body {
  line-height: 1.5;
  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 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5rem;
  line-height: 1.2;
}

/* Lists */

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

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;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

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

.minus-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, 
.col-12, .col-2, .col-3, .col-4, 
.col-5, .col-6, .col-7, .col-8, 
.col-9, .col-auto, .col-lg, .col-lg-1, 
.col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-lg-auto, .col-md, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-md-auto, .col-sm,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, 
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-sm-auto, .col-xl, .col-xl-1, .col-xl-10,
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3,
.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
.col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: transparent;
  display: block;
  max-width: 767px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  padding: 0 15px;
  outline: none;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #cad5e2;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  width: auto;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: 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;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-error-msg,
.hs_error_rollup label {
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  margin: 15px 0 30px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-grp {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.header__container {
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo img {
  max-width: 200px;
  display: block;
}
.header-logo {
  margin-right: 1rem;
}
.custom-menu-primary ul.submenu.level-1 li a {
  padding: 4px 22px;
  font-size: 14pt;
  font-weight: bold;
  display:block;
  text-transform: uppercase;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  position: relative;
  z-index: 1;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-open .menu-close {
  opacity: 1;
  visibility: visible;
}
button.search-icon {
  margin-left: .5rem;
  border: 0;
  background: 0 !important;
  margin-right: .25rem;
  padding: 0px 6px;
  position: relative;
  left: 2px;
  color: #fff;
  margin-top: -2px;
}
.fa-search:before {
  content: "\f002";
}
button.search-icon i {
  font-size: 16px;
}
.custom-menu-primary .submenu.level-1 > li.has-submenu.clicked ul.submenu.level-2 {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary ul.submenu.level-1 > li > a:before,
.custom-anchorlink-menu .submenu.level-1>li a:before,
.custom-menu-primary ul.submenu.level-2 li.no-submenu a:before,
.custom-menu-primary ul.submenu.level-3 li a:before{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  pointer-events: none;
  background: rgba(255,255,255,.2);
  transition: width .5s,opacity .3s;
  transform-origin: center;
}
.custom-menu-primary ul.submenu.level-1 li > a.make_me_blue:before,
.custom-anchorlink-menu .submenu.level-1>li > a.make_me_blue:before,
.custom-menu-primary ul.submenu.level-2 li.no-submenu a.make_me_grey:before,
.custom-menu-primary ul.submenu.level-3 li a.make_me_grey:before{
  opacity: 1;
  width: 100%;
  transition: width .5s,opacity .3s;
}

.custom-menu-primary  ul.submenu.level-2 {
  min-width: 10rem;
  width: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  padding: .5rem;
  margin-top: 0px;
  left: -2px;
  background-clip: padding-box;
  z-index: 9;
}
.custom-menu-primary ul.submenu.level-2 li a {
  padding: .5rem;
  margin-left: 0;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 7px;
}
.custom-menu-primary ul.submenu.level-2 li a:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  border-radius: .125rem;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.menu-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.show .menu-close {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary ul.submenu.level-3 {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  position: absolute;
  right: 100%;
  top: 0;
  padding: .5rem .5rem .5rem .45rem;
  background-clip: padding-box;
  margin-right: .125rem;
  min-width: 10rem;
  display: none;
}
.custom-menu-primary ul.submenu.level-2 li.has-submenu.clicked1 ul.submenu.level-3 {
  display: block;
}
.custom-menu-primary ul.submenu.level-2 li.has-submenu > a{
  font-size: 15px;
  padding: 10px 8px;
  margin-bottom: 0;
  white-space: normal;
}
.custom-menu-primary ul.submenu.level-1 > li:last-child ul.submenu.level-2 {
  left: -1px;
  padding-left: 7px;
}
.custom-menu-primary ul.submenu.level-3 li a {
  white-space: nowrap !important;
  padding: .5rem;
  margin-left: 0;
  font-size: .9rem;
}
.custom-menu-primary ul.submenu.level-2 li.has-submenu>a:before {
  display: inline-block;
  margin-right: .255em;
  border-right: .3em solid;
  vertical-align: 0;
  width: 0;
  content: "";
  position: static; 
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  height: 0;
}
.header-search {
  position: absolute;
  width: 304px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  z-index: 9;
  font-family: Roboto;
  margin-top: 11px;
  right: -18px; 
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  display: none;
}
.header-search-grp:hover .header-search {
  display: block;
}
.header-search-grp {
  position: relative;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.header-search .hs_cos_wrapper_type_module {
  padding: 9px 14px;
  display: block;
}
.header-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.header-search form input.hs-search-field__input {
  display: inline-block;
  width: 126px;
  vertical-align: middle;
  margin-right: .5rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
  height: auto;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: black;
  border-bottom: 1px solid #000000;
}
.header-search form input.hs-search-field__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.header-search button.search-submit {
  padding: .5rem 1.6rem;
  font-size: .64rem;
  background: #005EB8;
  color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: .375rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  border: 0;
  line-height: 1.5;
}
.header-search button.search-submit:hover {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
}
.header-search:before {
  content: " ";
  top: -20px;
  margin-left: -10px;
  border-top-width: 0;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 10px;
  right: 22px;
}
.header-search .close-search:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}
.header-search a.close-search {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.header-search a.close-search:hover {
  opacity: 0.5;
}
.mobile-trigger span.navbar-toggler-icon {
  display: none;
}
.custom-menu-primary ul.submenu.level-2 li.has-submenu>a:hover {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none;
}
.header-anchorlink-grp {
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 12px 1rem;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
}
.header-anchorlink-logo img {
  height: 30px;
  width: auto !important;
  max-width: 67px;
}
.header-anchorlink-grp .header__container {
  max-width: 1140px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.header-anchorlink-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.custom-anchorlink-menu {
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: auto;
}
.social-anchorlink-links {
  margin-left: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-anchorlink-logo a {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.custom-anchorlink-menu .submenu.level-1 > li a {
  -webkit-transition: .35s;
  transition: .35s;
  padding: .5rem;
  position: relative;
  display: block;
}
.custom-anchorlink-menu .submenu.level-1 > li {
  margin-right: -4px;
}
.custom-anchorlink-menu .submenu.level-1 > li a:hover {
  color: rgba(255,255,255,.75);
}
.social-anchorlink-links a {
  color: #fff;
  -webkit-transition: .35s;
  transition: .35s;
  padding: .5rem;
  margin-left: 2px;
}
.social-anchorlink-links a:hover {
  color: rgba(255,255,255,.75);
}
.social-anchorlink-links {
  margin-left: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-right: 3px;
}
.fixed .header-anchorlink-grp {
  background-color: #005EB8;
  padding-top: 5px;
  padding-bottom: 5px;
}
.body-container__anchorlink h1 {
  text-align: center;
  padding-top: 1.5rem;
  margin-bottom: .5rem;
  line-height: 1.1;
}
.mobile-anchor-toggle{
  display: none;
}

.form-sec div.hs_error_rollup label {
  line-height: 18px;
  color: #F2545B;
  font-size: 14px;
}








@media (min-width: 1000px){
  .header-right {
    margin-right: 200px;
  }

}

@media (min-width: 992px){

  .header-right {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center; 
  }

}

@media (max-width: 1199px){
  .header-anchorlink-grp .header__container {
    max-width: 960px !important;
  }

}

@media (max-width: 991px){

  .header-logo img {
    max-width: 75px;
  }
  .header-right {
    display: none;
  }
  .mobile-trigger span.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    background-size: 100% 100%;
    background-image: url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/images/mb.svg');
      }
  .mobile-trigger {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
  }
  .header-grp {
    padding: .5rem 1rem;
  }
  .custom-menu-primary ul.submenu.level-1 > li > a:before,
  .custom-anchorlink-menu .submenu.level-1>li a:before{
    right: auto;
  }
  .header__container {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-right {
    width: 100%;
  }
  .custom-menu-primary .submenu.level-1 > li {
    display: block;
  }
  .custom-menu-primary ul.submenu.level-1 li a {
    display: block;
    padding: 4px 24px;
    color: #fff !important;
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.5;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
  }
  .custom-menu-primary .submenu.level-1 {
    display: block;
  }
  .custom-menu-primary ul.submenu.level-1 li.has-submenu > a:after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
  }
  .header-right button.search-icon {
    left: 0;
    margin-top: 5px;
    top: -1px;
    color: #fff !important;
  }
  .custom-menu-primary ul.submenu.level-2 {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
  }
  .menu-close {
    display: none;
  }
  .child-trigger {
    position: absolute;
    height: 36px;
    left: 0;
    width: 100%;
    top: 0;
    cursor: pointer;
    z-index: 9;
  }
  .custom-menu-primary ul.submenu.level-2 li a {
    color: #000 !important;
    padding: .5rem;
    margin-left: 0;
    font-size: .9rem;
    font-weight: 300;
  }
  .custom-menu-primary ul.submenu.level-2 li a:hover {
    color: #fff !important;
  }
  .custom-menu-primary ul.submenu.level-3 {
    position: static;
  } 
  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2 li.has-submenu > a:hover {
    background: transparent;
    color: rgba(0,0,0,1.0) !important;
    box-shadow: none;
  } 
  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2 {
    padding-left: 6px;
  }
  .custom-menu-primary ul.submenu.level-3 {
    margin-left: 2px;
  }
  .custom-menu-primary ul.submenu.level-1 li:last-child ul.submenu.level-2 li >a:after {
    content: none;
  }
  .custom-menu-primary ul.submenu.level-3 li a:hover,
  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-3 li a:hover{
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
    background-color: #4285f4 !important;
    color: #ffffff !important;
  } 
  .header-search {
    left: -12px;
    right: auto;
    margin-top: 10px;
  }
  .header-search:before {
    right: auto;
    left: 33px;
  }
  .header-anchorlink-grp .header__container {
    max-width: 720px !important;
    padding: 0;
    display: block;
    position: relative;
  }
  .header-anchorlink-right {
    display: none;
  }
  .mobile-anchor-toggle{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
  }
  .mobile-anchor-toggle span {
    cursor: pointer;
    display: inline-block;
    width: 1.5em; 
    height: 1.5em;
    vertical-align: middle;
    content: ""; 
    background-position:center center;
    background-size: 100% 100%;
    background-image: url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/images/white-toggle.svg');
      }
  .custom-anchorlink-menu .submenu.level-1>li {
    margin-right: 0;
    display: block;
  }
  .custom-anchorlink-menu .submenu.level-1>li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .custom-anchorlink-menu .submenu.level-1 {
    display: block;
  }
  .social-anchorlink-links a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .social-anchorlink-links {
    padding-top: 8px;
    padding-left: 1px;
    padding-bottom: 8px;
  }





}

@media (max-width: 768px){

  .header-anchorlink-grp .header__container {
    max-width: 540px !important;
  }
  .header-anchorlink-grp {
    background: #005EB8;
  }


}
.footer__container {
  margin: 0 auto;
  width: 90%;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.footer__copyright {
  padding: 8px 15px 16px;
}
.footer-top-grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-top-grp .col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 1rem;
}
.footer-form form input[type=email] {
  background-color: transparent;
  border: 0;
  border-bottom-width: 1px;
  height: auto;
  border-bottom-style: solid;
  border-radius: 0;
  font-family: Roboto;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer-form form input[type=email]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.footer-form form ::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.footer-form input.hs-button.primary.large {
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  border: 0;
  font-family: Roboto;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  line-height: 1.5;
  position: absolute;
  right: -13px;
  top: -34px;
  margin: 0;
}
.footer-form .submitted-message {
  color: #fff;
}
.footer-form form {
  position: relative;
}
.footer-form form .hs-form-field > label{
  display: none;
}
.footer-form form .hs-form-field {
  margin-bottom: 0;
}
.footer-form input.hs-button.primary.large:hover {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
}
.footer-form .form-title {
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
}
.footer-form .hs-error-msgs label {
  color: red;
}
.hs-form-booleancheckbox-display {color: #999999;}
.social-links {
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox!important;
  display: flex;
  padding-top: 4px;
}
.social-links a {
  font-size: 42.6667px;
  line-height: 32px;
}
.social-links a i {
  margin-right: 1.5rem;
}
.social-links a:last-child i {
  margin-right: 0;
}
.landing-footer .footer__copyright {
  padding-top: 16px;
}
.footer-grp.type3 {
  background-color: #343a40;
}
.footer-grp.type3 .footer-form .form-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}
.footer-grp.type3 .footer-form form input[type=email] {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da !important;
  background-clip: padding-box;
  border-radius: .25rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  border-bottom: 1px currentColor solid !important;
}
.footer-grp.type3 .footer__copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}
.footer-grp.type3 .footer-form input.hs-button.primary.large {
  border: 1px solid rgb(52, 58, 64);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  right: -16px;
  top: -29px;
}
.footer-grp.type3 .social-links {
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox !important;
  display: flex;
  padding-top: 6px;
}
.footer-grp.type3 .footer-form input.hs-button.primary.large:hover {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
  border-color: #1d2124;
}
.footer-grp.type3 .footer__copyright a:hover {
  text-decoration: underline;
}
.ft_typ2 .footer-copyright a:hover {
  color: #fff;
}
.footer-form form ::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}


@media (max-width: 991px){

  .footer-top-grp .col-md-4:nth-child(2) {
    display: none;
  }
  .footer-top-grp .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }


}

@media (max-width: 767px){

  .footer-top-grp .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .social-links {
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2px;
  }
  .footer-grp.type3 .social-links {
    padding-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }



}



@media (max-width: 479px){
  .header-anchorlink-grp {
    padding: .5rem 1rem;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
.blog_basics,
.blog-post-wrap {
  background: #fff;
}
.blog-banner {
  margin: .25rem 0 0;
}
.blog-banner img {
  max-width: 100%;
}
.blog_basics .dnd-section,
.blog_basics .dnd-section .dnd-column,
.blog_basics .dnd-section > .row-fluid {
  padding: 0;
}

.blog-btn {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: .375rem;
  border-radius: .125rem;
  border: 2px solid #005EB8;
  background-color: transparent;
  color: #005EB8;
  display: inline-block;
  padding: .5rem 1.6rem;
  font-size: .64rem;
  cursor: pointer;
  padding-top: .38rem;
  padding-bottom: .38rem;
}
.blog-btn:hover {
  border-color: #4285f4;
  background-color: transparent;
  color: #4285f4;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
}



/* ------- Post Page -------- */

.blog-post-wrap {
  margin-top: .5rem;
  padding-top: 78px;
}
.blog-mini-header {
  background-color: #005EB8;
  color: #fff;
}
.hsbmh-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hsbmh-left {
  margin-top: .5rem;
  margin-left: 1.5rem;
}
.hsbmh-right {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 1.5rem;
}
.hsbmh-left h2 {
  color: inherit;
  margin-top: .25rem;
  font-family: inherit;
}
.hsbmh-left h2 strong {
  color: #FFFFFF;
  font-family: 'Cairo', sans-serif; 
  font-weight: 300;
  text-transform: uppercase;
} 
.hsbmh-left h2 small {
  color: #fff;
  font-size: 14px;
  text-transform: initial;
  font-weight: 300;
  font-family: Roboto,sans-serif;
}
.blog-mini-header .blog-btn {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.blog_post_container .hs-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-col4,
.blog-col6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-col4 {
  margin-top: 1.5rem;
}
.post-fetured {
  border-radius: .25rem;
  border-radius: .25rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.share-header {
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: inherit;
}
ul.share-buttons {
  padding: 0;
  list-style: none;
}
ul.share-buttons li {
  display: inline;
}
ul.share-buttons img {
  width: 32px;
}
.blog-detail-page-header {
  color: #005EB8;
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
h5.post-date {
  color: #000000;
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.post-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.next_post {
  text-align: left;
  padding-right: 2.5px;
}
.previous_post {
  text-align: right;
  padding-left: 2.5px;
}
.grecaptcha-badge {
  margin: 0 !important;
}
.blog-comments {
  margin-bottom: 2rem;
}
.comment-date {
  display: block !important;
}
.blog-comments .post-footer form {
  border: none !important;
}
.press_post_pg .blog-col4 {
  margin-top: 20px;
  text-align: center;
}
.press_post_pg .blog_post_container {
  margin-top: .75rem;
  padding-bottom: 1.5rem;
}
.press_post_pg .share-header {
  margin: 0;
  font: inherit;
  display: unset;
}
h3.press-release-detail-page-header {
  text-transform: uppercase;
  text-align: center;
  margin-top: .5rem;
}
h5.press-release-detail-page-subheader {
  font-style: italic;
  text-align: center;
  color: #000000;
  font-family: inherit;
}
h6.press-post-date {
  text-align: center;
  color: #9e9e9e;
  padding-bottom: 1.5rem;
  font-family: inherit;
}
.blog-post__body p strong {
  font-weight: bold;
}
.blog-post-btn {
  text-align: center;
}
.blog-post-btn .hs-button {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: .375rem;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  color: #fff;
  background: #005EB8;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.blog-post-btn .hs-button:hover {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
  border-color: #0062cc;
}
.blog-post-btn .hs-button:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  -webkit-transform: scale(0) translate(0,0);
  -ms-transform: scale(0) translate(0,0);
  transform: scale(0) translate(0,0);
  pointer-events: none;
  background: rgba(255,255,255,.4);
  background: -webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
  background: -o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
  background: radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
}
.blog-post-btn .hs-button:active:after {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
  transform: scale(10) translate(0,0);
}
.post-banner {
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.press_post_pg.hscs-pg .blog_post_container {
  margin-top: 40px;
  padding-bottom: 0;
}
.press_post_pg.hscs-pg .blog-col4 {
  margin-top: 0;
}
.hscs-pg h6.press-post-date {
  margin-bottom: 1rem;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  font-family: inherit;
}
.hscs-pg h3.press-release-detail-page-header {
  text-align: left;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.hscs-main {
  margin-top: 20px;
}
.fa-angle-double-right:before {
  content: "\f101";
}
.hscs-pg .blog-post__body h6,
.hscs-subheader {
  font-family: inherit;
  color: #005EB8;
}
.hscs-pg .blog-post__body h5 {
  font-family: inherit;
}
.press-body-wrap .footer-copyright .widget-type-rich_text {
  padding: .5rem;
  text-align: center;
}
.press-body-wrap .footer-copyright {
  background-color: #757575;
  color: #fff;
}
.press-body-wrap .footer-copyright a {
  color: #fff !important;
}
.press-body-wrap a.icons-sm i {
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  font-size: inherit;
  vertical-align: initial;
}
.press-body-wrap a.icons-sm .fa-facebook:before {
  content: "\f39e";
}
.press-body-wrap a.icons-sm .fa-twitter:before {
  content: "\f099";
}
.press-body-wrap a.icons-sm .fa-linkedin:before {
  content: "\f08c";
}
.press-body-wrap a.icons-sm .fa-youtube-play:before {
  content: "\f167";
}
.post-pagination p {
  word-break: initial;
}

/* ------- media breaks -------- */
@media (max-width: 991px) {
  .blog-post__body iframe {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-detail-page-header,
  h5.post-date {
    text-align: center;
  }
  .press_post_pg.hscs-pg .blog-col4 {
    text-align: left;
    margin-bottom: 48px;
  }
  .post-pagination .previous_post {
    padding-left: 5px;
  }
  .post-pagination .next_post {
    padding-right: 5px;
  }

}

@media (max-width: 575px) {
  .press_post_pg .blog_post_container .page-center {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-col4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .press_post_pg .blog-col4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
  }
  .blog-col6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .press_post_pg .blog_post_container {
    margin-top: 1.5rem;
  }
  
}

@media (min-width: 780px) {
  .press_post_pg .blog-col4 {
    margin-top: 150px;
  }

}

/* ------- 2024 edits -------- */
.footer__container {
  max-width:90%;
  margin: 0;
  padding: 5%;
}
.post-date {visibility: hidden;}
.blog-post-wrap {
    margin-top: 0.5rem!important;
    padding-top: 0px!important;
}
/* Error pages */

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

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

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

/* System pages */

.systems-page {
  margin: 0 auto;
  padding: 40px 0;
}

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

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

/* Search pages */

.hs-search-results__title {
  color: rgb(0, 94, 184);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0;
}
.hs-search-results__listing li {
  margin: 0;
  padding: .75rem 1.25rem !important;
  margin-bottom: -1px !important;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.hs-search-results__listing li:first-child {
  -webkit-border-top-left-radius: .125rem;
  border-top-left-radius: .125rem;
  -webkit-border-top-right-radius: .125rem;
  border-top-right-radius: .125rem;
}
.hs-search-results__listing li:last-child {
  -webkit-border-bottom-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
  -webkit-border-bottom-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding: 0;
  margin: 0;
}

/* Password prompt */

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

/* Backup unsubscribe */

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

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.error-pg {
  background-image: url('https://5829514.fs1.hubspotusercontent-na1.net/hubfs/5829514/raw_assets/public/AnchorAudio_August2021/images/error-background.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px
    }

.error-pg .content-wrapper {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.error-pg  h1 {
  color: #fff;
  text-transform: none;
  font-size: 2.5rem;
  font-family: Roboto, sans-serif;
}
.error-pg p {
  color: #fff;
}
.error-pg  a.button {
  background: #005EB8;
  color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  margin: .375rem;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 400;
}
.error-pg a.button:hover {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
}
.error-pg .error-page {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.systems-page.search-page {
  padding-top: 120px;
}
.search-page h1 {
  color: #2196f3;
  text-transform: none;
  font-size: 2.5rem !important;
  font-family: Roboto, sans-serif;
}



@media (max-width: 1379px){

  .systems-page.search-page {
    padding-top: 120px;
  }

}


@media (max-width: 767px){

  .systems-page h1 {
    font-size: 2rem;
  }
  .systems-page h2 {
    font-size: 1.7rem;
  }


}




.product-chooser-pg a, .hspcf-form .hs-button, .product-chooser form .btn {
  transition: none;
} 
.hspcf-form .hs-input:not(input[type=file]) {
  background: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
  .hspch-menus .hs-menu-wrapper > ul > li > a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }
  .hspch-search {
    width: 180px;
  }

}

@media (max-width: 570px) {
  .bigfoot-line-array-grp1 .dnd-section>.row-fluid {
    padding-right: 15px;
  }
  
}


.post-date {visibility: hidden;}

/* ============================= */
/* Custom Overrides - Jon        */
/* Turn "Get a Quote" into button */
/* ============================= */

.hs-menu-wrapper.hs-menu-flow-horizontal a[href="/quote-request/"],
.hs-menu-wrapper.hs-menu-flow-horizontal a[href="/quote-request"] {
  background-color: #ff6a00;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}

.hs-menu-wrapper.hs-menu-flow-horizontal a[href="/quote-request/"]:hover,
.hs-menu-wrapper.hs-menu-flow-horizontal a[href="/quote-request"]:hover {
  background-color: #e65c00;
  text-decoration: none;
}