*, *: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 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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;
  padding: 30px 80px;
}

.page-center,
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

.banner-section .dnd-section {
  padding: 0;
}

@media (max-width: 1024px) {
  .content-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 960px) {
  .content-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 640px) {
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@font-face {
  font-family: 'squarespace-ui-font';
  src: url('//f.hubspotusercontent20.net/hubfs/14544376/Ampcoil_July2021/Fonts/squarespace-ui-font.eot') format('embedded-opentype'),
    url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/fonts/squarespace-ui-font.woff2) format('woff2'), 
    url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/fonts/squarespace-ui-font.svg) format('svg'), 
    url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/fonts/squarespace-ui-font.woff) format('woff'), 
    url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/fonts/squarespace-ui-font.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'proxima-nova';
  src: url(//use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3) format("woff2"), 
    url(//use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=2&fvd=n4&v=3) format("woff"), 
    url(//use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(//use.typekit.net/af/23e139/00000000000000007735e605/30/l?subset_id=2&fvd=n5&v=3) format("woff2"), 
    url(//use.typekit.net/af/23e139/00000000000000007735e605/30/d?subset_id=2&fvd=n5&v=3) format("woff"), 
    url(//use.typekit.net/af/23e139/00000000000000007735e605/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(//use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?subset_id=2&fvd=n6&v=3) format("woff2"), 
    url(//use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?subset_id=2&fvd=n6&v=3) format("woff"), 
    url(//use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?subset_id=2&fvd=n6&v=3) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(//use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3) format("woff2"), 
    url(//use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3) format("woff"), 
    url(//use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(//use.typekit.net/af/3322cc/00000000000000007735e616/30/l?subset_id=2&fvd=i4&v=3) format("woff2"), 
    url(//use.typekit.net/af/3322cc/00000000000000007735e616/30/d?subset_id=2&fvd=i4&v=3) format("woff"), 
    url(//use.typekit.net/af/3322cc/00000000000000007735e616/30/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(//use.typekit.net/af/144da4/00000000000000007735e619/30/l?subset_id=2&fvd=i6&v=3) format("woff2"), 
    url(//use.typekit.net/af/144da4/00000000000000007735e619/30/d?subset_id=2&fvd=i6&v=3) format("woff"), 
    url(//use.typekit.net/af/144da4/00000000000000007735e619/30/a?subset_id=2&fvd=i6&v=3) format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(//use.typekit.net/af/4de20a/00000000000000007735e604/30/l?subset_id=2&fvd=i7&v=3) format("woff2"), 
    url(//use.typekit.net/af/4de20a/00000000000000007735e604/30/d?subset_id=2&fvd=i7&v=3) format("woff"), 
    url(//use.typekit.net/af/4de20a/00000000000000007735e604/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'hypatia-sans-pro';
  src: url(//use.typekit.net/af/f8d87f/00000000000000003b9adaa2/27/l?subset_id=2&fvd=n4&v=3) format("woff2"), 
    url(//use.typekit.net/af/f8d87f/00000000000000003b9adaa2/27/d?subset_id=2&fvd=n4&v=3) format("woff"), 
    url(//use.typekit.net/af/f8d87f/00000000000000003b9adaa2/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'hypatia-sans-pro';
  src: url(//use.typekit.net/af/e1fc43/00000000000000003b9adaa3/27/l?subset_id=2&fvd=n6&v=3) format("woff2"), 
    url(//use.typekit.net/af/e1fc43/00000000000000003b9adaa3/27/d?subset_id=2&fvd=n6&v=3) format("woff"), 
    url(//use.typekit.net/af/e1fc43/00000000000000003b9adaa3/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'hypatia-sans-pro';
  src: url(//use.typekit.net/af/14e069/00000000000000003b9ada9b/27/l?subset_id=2&fvd=n7&v=3) format("woff2"), 
    url(//use.typekit.net/af/14e069/00000000000000003b9ada9b/27/d?subset_id=2&fvd=n7&v=3) format("woff"), 
    url(//use.typekit.net/af/14e069/00000000000000003b9ada9b/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv-grotesk';
  src: url(//use.typekit.net/af/ab3e12/000000000000000077359d4f/30/l?subset_id=2&fvd=n4&v=3) format("woff2"), 
    url(//use.typekit.net/af/ab3e12/000000000000000077359d4f/30/d?subset_id=2&fvd=n4&v=3) format("woff"), 
    url(//use.typekit.net/af/ab3e12/000000000000000077359d4f/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv-grotesk';
  src: url(//use.typekit.net/af/a798a9/000000000000000077359d55/30/l?subset_id=2&fvd=n7&v=3) format("woff2"), 
    url(//use.typekit.net/af/a798a9/000000000000000077359d55/30/d?subset_id=2&fvd=n7&v=3) format("woff"), 
    url(//use.typekit.net/af/a798a9/000000000000000077359d55/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv-grotesk';
  src: url(//use.typekit.net/af/951aca/000000000000000077359d51/30/l?subset_id=2&fvd=i4&v=3) format("woff2"), 
    url(//use.typekit.net/af/951aca/000000000000000077359d51/30/d?subset_id=2&fvd=i4&v=3) format("woff"), 
    url(//use.typekit.net/af/951aca/000000000000000077359d51/30/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'futura-pt';
  src: url(//use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3) format("woff2"), 
    url(//use.typekit.net/af/ae4f6c/000000000000000000010096/27/d?subset_id=2&fvd=n3&v=3) format("woff"), 
    url(//use.typekit.net/af/ae4f6c/000000000000000000010096/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'futura-pt';
  src: url(//use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"), 
    url(//use.typekit.net/af/9b05f3/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"), 
    url(//use.typekit.net/af/9b05f3/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'futura-pt';
  src: url(//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3) format("woff2"), 
    url(//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?subset_id=2&fvd=n5&v=3) format("woff"), 
    url(//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'futura-pt';
  src: url(//use.typekit.net/af/309dfe/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"), 
    url(//use.typekit.net/af/309dfe/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"), 
    url(//use.typekit.net/af/309dfe/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.9;
  text-transform: none;
  color: #454545;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

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

/* Paragraphs */

p {
  margin: 1em 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

/* Anchors */

a {
  color: #20aaac;
  text-decoration: none;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(32,170,172,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}

a:hover, a:focus {
  color: rgba(32,170,172,.6);
  border-color: rgba(32,170,172,.15);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  margin: 0 0 1.4rem;
  white-space: pre-wrap;
}

h1, h2, h3 {
  text-rendering: optimizeLegibility;
}

h1:first-child, 
h2:first-child, 
h3:first-child {
  margin-top: 0;
}

h1:last-child, 
h2:last-child, 
h3:last-child {
  margin-bottom: 0;
}

h1+h1, 
h1+h2, 
h1+h3, 
h2+h1, 
h2+h2, 
h2+h3, 
h3+h1, 
h3+h2, 
h3+h3 {
  margin-top: 15px;
}

h1 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0em;
  line-height: 1.4;
  text-transform: none;
  color: #333;
}

h2 {
  color: #f0bb70;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  margin: 0.83em 0;
}

h3 {
  color: #e0ab67;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 1em 0;
}

h4 {
  font-family: opensans, sans-serif;
  color: #000;
  font-size: 10px;
}

/* Lists */

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin-left: 0;
  margin-right: 0;
  border-left: 1px solid #eee;
  padding-left: 1.618em;
}

/* Horizontal rules */

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

.hs-tools-menu a {
  border-bottom: 0;
}
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;
}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe form,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .blog-comments, .systems-page form {
  display: block;
  margin: 30px 0; 
  padding: 20px 10px;
}

/* Form fields */

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

/* Labels */

form label {
  display: block;
  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 {
  display: inline-block;
  margin: 0;
  font-family: proxima-nova;
  font-size: 15px;
  line-height: normal;
  outline: none;
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
}

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

/* 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-input.invalid.error {
  border-color: #EF6B51;
}

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

.hs-error-msgs {
  padding-left: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: proxima-nova;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  position: relative;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  letter-spacing: normal;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  border-radius: 300px;
  border: 1px solid #fff;
  background-color: #f0bb66;
  color: #242424;
}

::-webkit-input-placeholder {
  color: rgba(0,0,0,.3);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.systems-page .hs-form-field label {
  display: inline-block;
}

.systems-page form input[type=submit], 
.systems-page form .hs-button {
  margin-top: 10px;
  white-space: normal;
}
/* 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;
}
.custom-header {
  display: block;
  background: #f8f4f1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.custom-header .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 71px;
  padding-right: 71px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: opacity 200ms 600ms ease-out;
  -moz-transition: opacity 200ms 600ms ease-out;
  -ms-transition: opacity 200ms 600ms ease-out;
  -o-transition: opacity 200ms 600ms ease-out;
  transition: opacity 200ms 600ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.custom-logo a {
  line-height: 0;
  padding: 7px 9px;
}

img {
  border: 0;
  max-width: 100%;
}

.custom-logo img {
  max-width: 170px;
  width: 100% !important;
  vertical-align: middle;
}

#stickybar a {
  color: #ffffff;
  text-decoration:none !important;
}

.custom-menu-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: opacity 200ms 600ms ease-out;
  -moz-transition: opacity 200ms 600ms ease-out;
  -ms-transition: opacity 200ms 600ms ease-out;
  -o-transition: opacity 200ms 600ms ease-out;
  transition: opacity 200ms 600ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.custom-menu-wrap a {
  border: none;
}

.custom-menu-primary {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 7px 9px;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1em;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.custom-menu-primary .navigation-primary > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.618em -1.3em;
}

.custom-menu-primary .navigation-primary > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding: .618em 0;
  -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.custom-menu-primary .navigation-primary > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 1.3em;
}

.custom-menu-primary .navigation-primary > ul > li:hover > a, 
.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: #20aaac;
}

.custom-menu-primary .navigation-primary > ul ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: -99999px;
  z-index: 1002;
  margin-left: -1em;
  padding: 1em;
  opacity: 0;
  white-space: nowrap;
  text-align: left;
  background-color: #f8f4f1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-transform: translate3d(0,10px,0);
  -moz-transform: translate3d(0,10px,0);
  -ms-transform: translate3d(0,10px,0);
  -o-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
  -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
  -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
  -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
  transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
}

.custom-menu-primary .navigation-primary > ul li:hover > ul {
  left: 0;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
}

.custom-menu-primary .navigation-primary > ul ul li a {
  display: block;
  padding: .382em;
  color: #333;
  -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.custom-menu-primary .navigation-primary > ul ul li:hover > a, 
.custom-menu-primary .navigation-primary > ul ul li.active-branch > a {
  color: #20aaac;
}

.custom-header-button {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1em;
  padding: 7px 9px;
  font-family: proxima-nova;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.custom-header-button .hs_cos_wrapper_type_module {
  margin: -.618em -5em;
}

.custom-header-button .hs-button {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 18px;
  margin: .618em 5em;
  border-radius: 300px;
  box-shadow: none;
  border: 0;
  background-color: #f0bb66;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #fff;
  font-family: proxima-nova;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1em;
  -webkit-transition: background-color 170ms ease-out;
  -moz-transition: background-color 170ms ease-out;
  -ms-transition: background-color 170ms ease-out;
  -o-transition: background-color 170ms ease-out;
  transition: background-color 170ms ease-out;
}

.custom-header-button .hs-button:hover {
  opacity: 1;
  background-color: rgba(240,187,102,.8);
}

.custom-header-v2-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  padding-top: 10px;
  width: 100%;
  background: #f8f4f1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.custom-header-v2-wrap .custom-header-button {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 11000;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 0;
}

.custom-header-v2-wrap .custom-header-button .hs_cos_wrapper_type_module {
  margin: 0;
}

.custom-header-v2-wrap .custom-header-button .hs-button {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border-width: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  background-color: #f0bb66;
  border-color: #f0bb66;
  padding: 13px 26px;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  margin: 0;
}

.custom-logo a {
  display: block;
}
.for-well-header .contact-button a {
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  background-color: #f0bb66;
  border-color: #f0bb66;
  padding: 13px 26px;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  border-radius: 300px;
  line-height: normal;
  display: inline-block;
  border: 0;
}

.for-well-header .contact-button a:hover {
  opacity: 0.8;
}

.for-well-header .contact-button {
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 11000;
}

.for-well-header  {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  padding-top: 10px;
  width: 100%;
}
/* ================================================== Media queries ======================================= */
@media (min-width: 865px) {
  .custom-menu-trigger,
  .custom-mobile-menu-wrap { 
    display: none !important; 
  }
}
/* ========================== */
@media (max-width: 1150px) and (min-width: 865px) {
  .custom-menu-primary .navigation-primary > ul > li {
    margin: 0 7px;
  }
}


@media (max-width: 1024px) and (min-width: 865px) {
  .custom-header .page-center {
    padding-left: 31px;
    padding-right: 31px;
  }

  .custom-header-button .hs_cos_wrapper_type_module {
    margin: -.618em 0;
  }

  .custom-header-button .hs-button {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-header.custom-lp-header.for-well-header .page-center {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (max-width: 960px) and (min-width: 865px) {
  .custom-logo img {
    max-width: 130px;
  }

  .custom-header .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-header.custom-lp-header.for-well-header .page-center {
    padding-left: 39px;
    padding-right: 39px;
  }
  .custom-header.custom-lp-header.for-well-header img {
    max-width: 170px;
  }
}
/* ========================== */
@media (max-width: 864px) { 
  .custom-menu-wrap {
    display: none;
  }

  .custom-header .page-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .custom-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .custom-logo img {
    max-width: 126px;
  }

  .custom-logo a {
    padding: 8px;
    display: block;
  }

  .custom-menu-trigger {
    width: 20px;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    top:18px;
    padding-top: 60px;
    left: 20px;
    white-space: nowrap;
    cursor: pointer;
  }

  .custom-menu-trigger svg {
    display: inline-block !important;
    position: relative;
    margin-left: -10px;
    fill: #333;
    animation-name: wave;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  @keyframes wave {
    0% {
      transform: translate(0px)
    }

    100% {
      transform: translate(-40px)
    }
  }

  .custom-mobile-menu-wrap {
    position: fixed;
    top: 0;
    left: -99999px;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-animation: anim-opacity-99 525ms linear;
    animation: anim-opacity-99 525ms linear;
  }

  @-webkit-keyframes anim-opacity-99 {
    0% {
      opacity: 0
    }

    99% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes anim-opacity-99 {
    0% {
      opacity: 0
    }

    99% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  .mobile-open .custom-mobile-menu-wrap {
    left: 0;
    background-color: #ffcac2;
    -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-mobile-menu-wrap .menu-wrap-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: calc(100% - 60px );
    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
  }

  .mobile-open .custom-mobile-menu-wrap .menu-wrap-inner {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-mobile-menu-wrap .menu-section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 36px;
    overflow: auto;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-mobile-menu {
    display: block;
  }

  .custom-mobile-menu a {
    border: none;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul {
    display: block;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    display: block;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
    text-align: left;
    font-family: proxima-nova;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #333;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '\00BB';
    font-family: sans-serif;
    color: #081359;
    margin-left: 7px;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    visbility: hidden;
    overflow: auto;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(110%,0,0);
    -webkit-transition: all 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: all 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: all 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: all 350ms cubic-bezier(.55,0,.1,1);
    transition: all 350ms cubic-bezier(.55,0,.1,1);
    display: block;
    background-color: #fff;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li {
    display: block;
    width: 100%;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
    text-align: left;
    font-family: proxima-nova;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #333;
  }

  .mobile-menu-button {
    display: block;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .mobile-menu-button .hs-button {
    border: none;
    text-align: left;
    position: relative;
    font-family: proxima-nova;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.2em;
    text-transform: uppercase;
    display: table;
    width: auto;
    padding: 12px 18px;
    margin-bottom: 6px;
    border-radius: 300px;
    background-color: #ed9664;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #fff;
  }

  .custom-mobile-menu-wrap .Mobile-overlay-close {
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 22px;
    line-height: 0;
    stroke: transparent;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    outline: 0;
    border: 0;
    display: block;
    right: 0;
    border-radius: 0;
  }

  .mobile-open .custom-mobile-menu-wrap .Mobile-overlay-close {
    background-color: #333;
    stroke: #fff;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
  }

  .custom-mobile-menu-wrap .Mobile-overlay-close #close-icon {
    width: 16px;
    height: 16px;
    display: block;
    stroke-width: 2;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul.first-active {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li.child-open > ul {
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 1;
    visibility: visible;
  }

  .dl-back {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 1.618em;
    font-family: futura-pt;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ed9664;
  }

  .mobile-menu-button.active {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  body.mobile-open {
    overflow: hidden;
  }

  .dl-back:before {
    content: '\00AB';
    font-family: sans-serif;
    color: #081359;
    margin-right: 7px;
  }

  .custom-header-v2-wrap {
    position: static;
    padding: 0;
  }

  .custom-header-v2-wrap .custom-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0;
  }

  .for-well-header .contact-button {
    display: none;
  }
  .for-well-header {
    padding-top: 0;
    width: 100%;
  }
  .fixed-for-well-header {
    min-height: 59.5px;
  }
  .mobile-menu-button .hs-button:hover {
    opacity: 1;
  }

  .mobile-open .custom-menu-trigger {
    z-index: 99999;
    pointer-events: none;
  }

}

@media (max-width: 660px) {
  .custom-header-v2-wrap .custom-header-button {
    right: 0;
  }
}

@media (max-width: 640px) {
  .custom-header-v2-wrap .custom-header-button {
    position: static;
  }

  .custom-header-v2-wrap .custom-menu-wrap {
    display: block;
    flex: 1 1 100%;
    text-align: center;
  }

  .custom-header-v2-wrap .custom-header .page-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media (max-width: 360px) {
  .mobile-menu-button.active {
    -webkit-transform: translate3d(-120%,0,0);
    -moz-transform: translate3d(-120%,0,0);
    -ms-transform: translate3d(-120%,0,0);
    -o-transform: translate3d(-120%,0,0);
    transform: translate3d(-120%,0,0);
  }
}

@media (max-width: 864px){

  .child-open ul.hs-menu-children-wrapper{
  z-index: 999999;
  }
}
.custom-footer {
  display: block;
  background-color: #ffedeb;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.custom-footer .page-center {
  padding: 24px 80px;
}

.custom-copyright {
  padding-top: 20px;
  padding-bottom: 17px;
}

.custom-copyright p {
  font-size: .7em;
  line-height: 1.6em;
  color: #666666;
  margin: 0;
}

.footer-middle-section {
  padding-bottom: 20px;
}

.row {
  margin-left: -17px;
  margin-right: -17px;
}

.row:after, .row:before {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

.footer-connect-section {
  float: left;
  width: 33.3333%;
}

.footer-menu {
  float: left;
  width: calc(100% - 33.3333%);
}

.custom-follow-us .title-section {
  position: relative;
  height: auto;
  padding: 17px;
}

.custom-follow-us .title-section h3 {
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  white-space: pre-wrap;
}

.custom-follow-us .social-share-icons {
  position: relative;
  height: auto;
  padding: 17px;
  margin-bottom: 10px;
}

.custom-follow-us .sqs-svg-icon--list {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sqs-svg-icon--wrapper {
  border: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 170ms ease-in-out;
  -moz-transition: background-color 170ms ease-in-out;
  -ms-transition: background-color 170ms ease-in-out;
  -o-transition: background-color 170ms ease-in-out;
  transition: background-color 170ms ease-in-out;
  z-index: 0;
  width: 36px;
  height: 36px;
  margin: 0 5px;
}

.sqs-svg-icon--wrapper.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.sqs-svg-icon--wrapper > div, .sqs-svg-icon--wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-use--icon, .sqs-use--mask {
  -webkit-transition: fill 170ms ease-in-out;
  -moz-transition: fill 170ms ease-in-out;
  -ms-transition: fill 170ms ease-in-out;
  -o-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
}

.sqs-svg-icon--wrapper .sqs-use--icon {
  fill: #fff;
}

.sqs-svg-icon--wrapper .sqs-use--mask {
  fill: transparent;
}


.sqs-svg-icon--wrapper.instagram-unauth {
  border-color: #e4405f;
  background-color: #e4405f;
}

.sqs-svg-icon--wrapper.youtube-unauth {
  border-color: #e52d27;
  background-color: #e52d27;
}

.sqs-svg-icon--list:hover .facebook:not(:hover) {
  background-color: rgba(59,89,152,.4);
}

.sqs-svg-icon--list:hover .instagram-unauth:not(:hover) {
  background-color: rgba(228,64,95,.4);
}

.sqs-svg-icon--list:hover .youtube-unauth:not(:hover) {
  background-color: rgba(229,45,39,.4);
}

.footer-image {
  position: relative;
  height: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.footer-image img {
  width: 100px;
  aspect-ratio: auto 100 / 40;
  height: 40px;
  float: right;
  vertical-align: top;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 50%;
  padding: 17px;
}

.footer-menu .hs-menu-wrapper > ul ul {
  margin-top: 1em;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  border: 0;
  display: block;
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  white-space: pre-wrap;
}

.footer-menu .hs-menu-wrapper > ul ul li a {
  color: #4a4a4a;
  border-bottom-color: rgba(74,74,74,.3);
}

.footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(74,74,74,.6);
  border-color: rgba(74,74,74,.15);
}

.footer-newsletter-block {
  display: block;
  padding: 17px;
}

.footer-newsletter-block .newsletter-form-wrapper {
  background: #ddd;
  padding: 20px 10px;
}

.footer-newsletter-block .newsletter-form-header {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.footer-newsletter-block .newsletter-form-header h2 {
  margin: 0 0 17px 0;
  padding: 0;
  color: #333;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
}

.footer-newsletter-block .newsletter-form-header p {
  margin: 17px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6em;
  white-space: pre-wrap;
  text-align: center;
}

.footer-newsletter-block .form-wrapper {
  padding: 0 0 12px 0;
  text-align: center;
}

.footer-newsletter-block .form-wrapper h3.form-title {
  display: none;
}

.footer-newsletter-block .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  vertical-align: bottom;
}

.footer-newsletter-block .form-wrapper .hs-form-field > label {
  display: none;
}

.footer-newsletter-block .form-wrapper .hs-form-field {
  display: inline-block;
  width: auto;
  min-width: 250px;
  padding: 6px 3px;
  margin: 0;
  margin-right: 4px;
  padding-top: 18px;
}

.footer-newsletter-block .form-wrapper .hs-form-field.hs-recaptcha {
  order: 5;
  width: 100%;
  margin: auto;
  padding: 6px 3px;
}

.footer-newsletter-block .form-wrapper .hs-form-field.hs-recaptcha > .input {
  width: 304px;
  height: 78px;
  box-shadow: none;
  margin: auto;
  margin-bottom: 12px;
}

.newsletter-form-footnote p {
  opacity: .8;
  margin: 17px 0;
  padding: 0;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}

.footer-newsletter-block .form-wrapper .hs-submit {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 12px;
}

.footer-newsletter-block .form-wrapper .hs-submit .hs-button:hover {
  opacity: .8;
  color: #242424;
  background-color: #f0bb66;
}

.footer-contat-section {
  position: relative;
  height: auto;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 17px;
}

.footer-contat-section h1 {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  text-align: center;
  white-space: pre-wrap;
  margin: 0 0 .67em 0;
  color: #000;
}

.footer-contat-section h3 {
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 15px;
  color: #000;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 0;
}

.footer-top-section .footer-contact-button {
  position: relative;
  height: auto;
  padding: 17px;
  text-align: center;
  margin-bottom: 66px;
}

.footer-top-section .footer-contact-button .hs-button {
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: futura-pt;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .18em;
  padding: 20px 34px;
  color: #fff;
  background-color: #030303;
  border-color: #030303;
  border-radius: 300px;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
}

.footer-top-section .footer-contact-button .hs-button:hover {
  opacity: 1;
}

.footer-newsletter-block .form-wrapper form .hs_error_rollup {
  width: 100%;
  order: 4;
}

.footer-newsletter-block .form-wrapper form .hs-input.invalid.error {
  border-color: rgba(0,0,0,0.12);
}

.sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:not(:hover) .sqs-use--icon {
  fill: rgba(255,255,255,.4);
}

.footer-contact-button .cta_button {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border-width: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: futura-pt;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .18em;
  padding: 20px 34px;
  color: #fff;
  background-color: #030303;
  border-color: #030303;
  border-radius: 300px;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}

.footer-contact-button .cta_button:hover {
  opacity: .8;
}

.footer-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer-newsletter-block .form-wrapper .hs-form-field .hs-error-msgs {
  position: absolute;
  left: 0;
  height: auto;
  line-height: normal;
  top: -21px;
  width: 100%;
}
.footer-newsletter-block .hs_email.hs-email ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 10px;
  line-height: normal;
}
.footer-newsletter-block .form-wrapper form .hs_error_rollup {
  margin-top: 20px;
}

.footer-newsletter-block .form-wrapper .hs-form-field {
  position: relative;
}

.footer-newsletter-block .newsletter-form-wrapper {
  padding: 30px 10%;
}

.newsletter-form-footnote p {
  font-size: .8em;
  letter-spacing: 0.32px;
  line-height: 30.4px;
  text-transform: none;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  color: #000;
  margin-top: 1em;
}

.footer-form-wrapper h3.form-title {
  display: none;
}

.footer-form-wrapper .hs-button {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background: #2baaab;
  border-color: #2baaab;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  font-family: arial, helvetica, sans-serif;
}

.footer-form-wrapper .hs-button:hover,
.footer-form-wrapper .hs-button:focus {
  background: #2baaab;
  border-color: #2baaab;
  color: #ffffff;
  opacity: 1;
}

.footer-form-wrapper .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px 13px;
}

.footer-form-wrapper .hs-input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  display: inline-block;
  background-color: #f5f8fa;
  padding: 0 15px;
}

.footer-form-wrapper .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.footer-form-wrapper .hs-form-field {
  margin-bottom: 18px;
}

.footer-form-wrapper .hs-form-field > label {
  display: none;
}

.footer-newsletter-block .newsletter-form-header p {
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.9em;
  text-transform: none;
  margin: 1em 0;
  white-space: normal;
}

.footer-newsletter-block .newsletter-form-header {
  width: 100%;
  padding-bottom: 4px;
}

.footer-newsletter-block .newsletter-form-header h2 {
  font-size: 1.7em;
  margin: 0 0 22px 0;
  line-height: 1em;
}

.footer-top-section .footer-contact-button {
  margin-bottom: 66px;
}

.footer-newsletter-block {
  padding-top: 0;
}

/* ======================================================== Media queries ========================================= */
@media (max-width: 1284px) {
  .footer-newsletter-block .form-wrapper .hs-form-field.hs-recaptcha>.input {
    margin-bottom: 18px;
  }

  .footer-newsletter-block .form-wrapper .hs-submit {
    margin-top: 18px;
    display: block;
    width: 100%;
  }

  .footer-top-section .footer-contact-button {
    margin-bottom: 65px;
  }
}

@media (max-width: 1024px) {
  .custom-footer .page-center {
    padding-left: 64px;
    padding-right: 64px;
  }
  .footer-newsletter-block .form-wrapper .hs-form-field .hs-error-msgs {
    top: -33px;
  }
}

@media (max-width: 960px) {
  .custom-footer .page-center {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 891px) {
  .footer-newsletter-block .form-wrapper .hs-form-field {
    margin-right: 0;
    padding-top: 6px;
  }

  .footer-newsletter-block .form-wrapper {
    padding-top: 12px;
  }
}

@media(max-width:882px){
  .footer-newsletter-block .form-wrapper .hs-form-field .hs-error-msgs {
    position: static;
  }
}

@media (max-width: 768px) {
  .custom-footer .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 640px) {
  .custom-footer .page-center {
    padding: 20px;
  }

  .footer-connect-section {
    width: 100%;
  }

  .footer-image {
    padding-bottom: 17px;
    overflow: hidden;
  }

  .footer-top-section .footer-contact-button .hs-button {
    font-size: 15px;
  }

  .footer-contat-section h1 {
    font-size: 32px;
    letter-spacing: 0px;
    margin-bottom: 21px;
  }

  .footer-contat-section {
    padding-top: 17px;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-contact-button .cta_button {
    font-size: 15px;
  }

}

@media (max-width: 600px) {
  .footer-middle-section {
    margin: 0 22px;
  }
}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
}

@media (max-width: 320px) {
  .footer-newsletter-block .newsletter-form-header h2 {
    font-size: 27px;
    margin: 0 0 14px 0;
  }

  .footer-newsletter-block .newsletter-form-header p {
    margin: 0 0 14px 0;
    line-height: normal;
  }

  .footer-newsletter-block .newsletter-form-header {
    width: 100%;
  }
}
/* 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;
}

/* 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;
  }
}
.dnd-spacing-wrap .dnd-section > .row-fluid {
  padding: 0px 80px;
}

.dnd-spacing-wrap .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.home-section-one h2 {
  margin-bottom: 0.83em;
}

.hs-button {
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border-width: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: proxima-nova;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #fff;
  background-color: #f0bb66;
  border-color: #f0bb66;
  padding: 21px 34px;
  border-radius: 300px;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}

.hs-button:hover, .hs-button:focus {
  outline: 0;
  opacity: .8;
  color: #fff;
  border-color: #f0bb66;
}

.home-section-one .widget-type-rich_text {
  position: relative;
  padding-bottom: 17px;
}

.home-section-two .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.home-section-four .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.home-section-five .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.home-section-six .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.home-section-seven .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.home-section-eight .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.home-section-nine .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.home-section-three .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin-left: -17px;
  margin-right: -17px;
  width: auto;
}

.home-section-six .dnd-section .span9 .widget-type-rich_text p, 
.home-section-six .dnd-section .span9 .widget-type-rich_text h2 {
  white-space: pre-wrap;
}

.home-section-two .dnd-section .span6 {
  width: 50%;
  margin: 0;
}

.home-section-two .dnd-section .span6 h5 {
  font-size: 2em;
  line-height: 1.3em;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .32px;
  text-transform: none;
  color: #454545;
  margin-bottom: 0;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.home-section-two .dnd-section .span6 .widget-type-linked_image {
  padding-bottom: 17px;
}

.home-section-two .dnd-section .span6 .widget-type-linked_image img {
  vertical-align: middle;
}

.home-section-three .dnd-section .span6 {
  width: 50%;
  margin: 0;
}

.home-section-three .dnd-section .hs-embed-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
}

.home-section-three .dnd-section .span6 .widget-type-rich_text {
  min-height: 275px;
  position: relative;
  padding-bottom: 17px;
}

.home-section-four .dnd-section .widget-type-header {
  width: 83.3333%;
  margin: auto;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 17px;
}

.home-section-four .dnd-section .widget-type-header h2:last-child {
  margin-bottom: 0;
}

.home-section-four .dnd-section .span4 {
  width: 33.3333%;
  margin: 0;
}

.home-section-four .dnd-section .span4 .widget-type-linked_image {
  display: block;
  padding: 17px 0;
}

.home-section-seven .dnd-section .span4 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image,
.home-section-four .dnd-section .span4 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.home-section-seven .dnd-section .span4 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image img,
.home-section-four .dnd-section .span4 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image img {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100% !important;
  position: absolute;
  max-width: none !important;
  display: block;
}

.home-section-seven .dnd-section .span4 .dnd-module,
.home-section-four .dnd-section .span4 .dnd-module {
  display: block !important;
}

.home-section-four .dnd-section .span4 .widget-type-rich_text {
  position: relative;
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}

.home-section-five .dnd-section .span6 {
  width: 50%;
  margin: 0;
}

.home-section-five .dnd-section .widget-type-rich_text {
  min-height: 275px;
  position: relative;
}

.home-section-seven .widget-type-header {
  width: 83.3333%;
  margin: auto;
  padding: 0 17px 17px;
}

.home-section-seven .widget-type-header h2:last-child {
  margin-bottom: 0;
}

.home-section-seven .dnd-section .span4 {
  width: 33.3333%;
  margin: 0;
}

.home-section-seven .dnd-section .span4 .widget-type-rich_text, 
.home-section-seven .dnd-section .span4 .widget-type-linked_image {
  display: block;
  padding: 17px 0;
}


.home-section-seven .dnd-section .span4 blockquote {
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  font-size: 17px;
  margin: 0;
  padding: 0;
}

.home-section-nine .dnd-section .span6 {
  width: 50%;
  margin: 0;
}

.home-section-nine .dnd-section .span6 .widget-type-rich_text {
  padding: 17px 0;
}

.home-section-nine .dnd-section .span6 .widget-type-rich_text ul:last-child {
  margin-bottom: 0;
  line-height: 1.9em;
}

ul[data-rte-list] li>*, ol[data-rte-list] li>* {
  margin-top: .5em;
  margin-bottom: .5em;
}

ul[data-rte-list] li, ol[data-rte-list] li {
  list-style-type: none;
}

ul[data-rte-list] li>*:first-child::before, 
ol[data-rte-list] li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}

ul[data-rte-list] li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
}

.home-section-eight .dnd-section .span6 {
  width: 50%;
  margin: 0;
}

.home-section-eight .dnd-section .span6 .dnd-row:first-child .dnd-module {
  display: block !important;
}

.home-section-eight .dnd-section .widget-type-linked_image {
  max-width: 400px;
  margin: auto;
  padding-bottom: 17px;
}

.home-section-eight .dnd-section .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 21.75%;
  overflow: hidden;
}

.home-section-eight .dnd-section .widget-type-linked_image > .hs_cos_wrapper_type_linked_image img {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-section-eight .dnd-section h2 {
  position: relative;
  height: auto;
  margin: 0;
  line-height: 1em;
}

.home-section-eight .dnd-section h2 small {
  font-size: 50%;
  font-weight: 300;
  display: block;
  line-height: 35px;
}

.tool-tip svg {
  width: 16px;
  margin-bottom: 0;
  color: #20aaac;
}

svg.svg-inline--fa.fa-info-circle.fa-w-16 {}

.tool-tip {
  border-bottom-color: rgba(240,187,112,.3);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff !important;
  z-index: 5;
  font-size: 14px;
  line-height: 40px;
  margin-top: -30px;
  background-color: rgba(0,0,0,.12);
  display: inline-block;
  padding: 10px;
  transition: background-color 200ms cubic-bezier(.25,.46,.45,.94);
  border: none;
  border-radius: 0;
}

.slick-prev {
  left: 0px;
}

.slick-arrow:hover,
.slick-arrow:focus{
  background-color: rgba(0,0,0,.2);
}

.slick-prev:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02C";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.slick-next.slick-arrow {
  right: 0px;
}

.slick-next:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.home-section-six .dnd-section .span3 {
  width: 25%;
  margin: 0;
  margin-left: 8.3333%;
}

.home-section-six .dnd-section .span9 {
  width: 58.3333%;
  margin: 0;
}

.home-section-six .dnd-section .span3 .widget-type-linked_image {
  display: block;
  padding-bottom: 17px;
}

.home-section-six .dnd-section .span3 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 124.286%;
  overflow: hidden;
}

.home-section-six .dnd-section .span3 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image img {
  left: 0%;
  top: -1.98693%;
  width: 100%;
  height: 103.974% !important;
  position: absolute;
  max-width: none !important;
}

.home-section-six .dnd-section .span3 .dnd-module {
  display: block !important;
}

.home-section-six .dnd-section .span9 .widget-type-rich_text {
  padding-bottom: 17px;
}

.home-section-seven .dnd-section .span4 p {
  display: block;
  margin: 0;
  line-height: 2.3em;
  text-transform: uppercase;
  font-family: futura-pt;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  padding-top: .5em;
  letter-spacing: .1em;
  text-align: left;
  padding-left: 20px;
}

.home-section-seven .dnd-section .span4 .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: .1em 0 1em;
}

.home-section-two .dnd-section .span6 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 66.7408%;
  overflow: hidden;
}

.home-section-two .dnd-section .span6 .widget-type-linked_image img {
  left: 0%;
  top: -0.0556174%;
  width: 100%;
  height: 100.111% !important;
  position: absolute;
}

.home-section-eight .dnd-section h2 a[data-name="sup"] {
  border-bottom-color: rgba(240,187,112,.3);
  position: relative;
  top: -13.125px;
}

.home-section-eight .dnd-section h2 a[data-name="sup"] svg {
  width: 16px;
  margin-bottom: 0;
  color: #20aaac;
}

.home-section-eight .dnd-section .widget-type-space {
  display: block;
  padding: 17px;
}

.home-section-eight .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  margin: 0.5em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  color: rgba(222,222,222,.57);
  background-color: rgba(222,222,222,.57);
}

.home-section-eight .custom-advanced-slider {
  padding: 17px 0;
}


/* ========================== Community Ampcoil ===================== */

.Community-ampcoil-section-one .dnd-section {
  padding-top: 30px;
  padding-bottom: 68px;
}

.Community-ampcoil-section-one .dnd-section .widget-type-header {
  width: 83.3333%;
  margin: auto;
  padding-bottom: 17px;
}

.Community-ampcoil-section-two .dnd-section {
  padding-top: 0;
  padding-bottom: 30px;
}

.Community-ampcoil-section-two .dnd-section > .row-fluid > .span12.dnd-column {
  /*   margin-left: -17px;
  margin-right: -17px;
  width: auto; */
}

.Community-ampcoil-section-two .dnd-section > .row-fluid > .span12.dnd-column {
  width: 83.3333%;
  margin: auto;
}

.Community-ampcoil-section-two .dnd-section .span4 {
  width: 40%;
  padding: 17px;
  float: left;
}

.Community-ampcoil-section-two .dnd-section .span8 {
  margin: 0;
  width: 60%;
  padding: 17px;
  float: left;
}

.Community-ampcoil-section-two .dnd-section .hs-form-field {
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.Community-ampcoil-section-two .dnd-section fieldset.form-columns-2 .hs-form-field > label {
  order: 3;
  font-size: 12px;
  margin-bottom: 0;
  line-height: normal;
}

.Community-ampcoil-section-two .dnd-section .hs-form-field > legend {
  text-transform: none;
  color: #454545;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: normal;
  display: block;
}

.Community-ampcoil-section-two .dnd-section fieldset.form-columns-2 .hs-input {
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100% !important;
  padding: 12px;
  margin: 6px 0 7.5px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
}

.Community-ampcoil-section-two .dnd-section fieldset.form-columns-2 .hs-form-field {
  float: left !important;
  width: 49% !important;
}

.Community-ampcoil-section-two .dnd-section fieldset .input {
  margin: 0 !important;
}

.Community-ampcoil-section-two .dnd-section fieldset.form-columns-2 .hs-form-field + .hs-form-field {
  margin-left: 2%;
}

.Community-ampcoil-section-two .dnd-section .hs-form-field > label {
  margin: 0;
  line-height: normal;
}

.Community-ampcoil-section-two .dnd-section .hs-input {
  width: 100% !important;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}
.Community-ampcoil-section-two .dnd-section .hs-input:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -ms-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 0px;
}
.Community-ampcoil-section-two .dnd-section  .hs-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-family: futura-pt;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .28em;
  border-radius: 300px;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}

.Community-ampcoil-section-two .dnd-section fieldset.form-columns-1 {
  margin-top: 1px;
}

.Community-ampcoil-section-two .dnd-section .hs-form-field > label > .hs-form-required {
  margin-left: 4px;
  color: #454545;
}

.Community-ampcoil-section-two .dnd-section fieldset.form-columns-2 .hs-form-field.hs-lastname > legend {
  opacity: 0;
}

.Community-ampcoil-section-two .dnd-section fieldset.form-columns-2 .hs-form-field > label > .hs-form-required {
  display: none;
}

/* =================== Discovery Webinar Page ====================== */
.discovery-webinar-banner .hs-banner-area .page-center {
  padding-bottom: 68px;
}

.discovery-webinar-banner .hs-banner-area .banner-content h2 {
  color: #f0bb66;
  padding-top: 120px;
  padding-bottom: 0px;
  text-align: left;
}

.discovery-webinar-banner .hs-banner-area .banner-content {
  padding-top: 59px;
  padding-bottom: 0;
}

.discovery-webinar-banner .hs-banner-area .custom-banner-image .banner-image {
  display: block;
  width: 100%;
  background-position: 50% 36.21%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.discovery-webinar-section-one .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.discovery-webinar-section-two .dnd-section {
  padding: 0;
}

.discovery-webinar-section-one .dnd-section .widget-type-rich_text {
  padding-bottom: 17px;
}

.discovery-webinar-section-two .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin-left: -17px;
  margin-right: -17px;
  width: auto;
}

.discovery-webinar-section-two .dnd-section .span5 {
  width: 33.3333%;
  margin: 0;
  margin-left: 8.3333%;
  float: left;
  padding: 17px;
}

.discovery-webinar-section-two .dnd-section .span7 {
  float: left;
  margin: 0;
  width: 58.3333%;
  padding: 17px;
}

.discovery-webinar-section-two .dnd-section .widget-type-linked_image {
  display: block;
  margin: auto;
}

.discovery-webinar-section-two .dnd-section .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 72.1264%;
  overflow: hidden;
}

.discovery-webinar-section-two .dnd-section .widget-type-linked_image img {
  left: -4.16667%;
  top: 0%;
  width: 108.333%;
  height: 100%;
  position: absolute;
  max-width: none !important;
}

.discovery-webinar-section-two .dnd-section .span5 .dnd-module {
  display: block !important;
}

.discovery-webinar-section-three .dnd-section {
  padding: 0;
}

.discovery-webinar-section-three .dnd-section .widget-type-rich_text {
  display: block;
  padding: 17px 0;
}

.discovery-webinar-section-four .dnd-section {
  padding: 0;
}

.discovery-webinar-section-four .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.discovery-webinar-section-four .dnd-section .span6 {
  width: 50%;
  float: left;
  margin: 0;
  padding: 17px;
}

.discovery-webinar-section-four .dnd-section .span6 .dnd-module {
  display: block !important;
}

.discovery-webinar-section-four .dnd-section .span6 .widget-type-linked_image {
  display: block;
  margin: auto;
}

.discovery-webinar-section-four .dnd-section .span6 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 66.64%;
  overflow: hidden;
}

.discovery-webinar-section-four .dnd-section .span6 .widget-type-linked_image img {
  left: 0%;
  top: -0.0678383%;
  width: 100%;
  height: 100.136% !important;
  position: absolute;
}

.discovery-webinar-section-four .dnd-section .span6 .widget-type-rich_text ul {
  margin: 0;
}

.discovery-webinar-section-five .dnd-section {
  padding: 0;
}

.discovery-webinar-section-five .dnd-section .widget-type-rich_text {
  padding: 17px 0;
}

.discovery-webinar-section-five .dnd-section .widget-type-space {
  display: block;
  padding: 17px 0;
}

.discovery-webinar-section-five .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  margin: 0.5em 0;
  color: rgba(222,222,222,.57);
  background-color: rgba(222,222,222,.57);
}

.discovery-webinar-section-six .dnd-section {
  padding-top: 0;
  padding-bottom: 30px;
}

.discovery-webinar-section-six .dnd-section > .row-fluid {
  padding-top: 17px;
  padding-bottom: 17px;
}

.discovery-webinar-section-six .contentWithbg-image .sqs-dynamic-text p {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: 13px;
  background-color: rgba(255,255,255,0);
  box-shadow: 0.25em 0 0 rgb(255 255 255 / 0%), -0.25em 0 0 rgb(255 255 255 / 0%);
}

.discovery-webinar-section-six .contentWithbg-image .sqs-dynamic-text {
  font-size: 63.5%;
  text-align: center;
}

/* ===================== Ampcoil Academy Page =============== */
.ampcoil-academy-section-one .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.ampcoil-academy-section-one .dnd-section .widget-type-header {
  padding-bottom: 17px;
}

.ampcoil-academy-section-two .dnd-section {
  padding: 0;
}

.ampcoil-academy-section-two .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.ampcoil-academy-section-two .dnd-section  .span2 {
  width: 16.6667%;
  margin: 0;
  float: left;
}

.ampcoil-academy-wrap .row-fluid [class*="span"] {
  min-height: auto;
}

.ampcoil-academy-section-two .dnd-section .span2 .widget-type-space {
  display: block;
  padding: 17px;
  min-height: 1px;
}

.ampcoil-academy-section-two .dnd-section .span8 {
  margin: 0;
  width: 66.6667%;
  float: left;
}

.ampcoil-academy-section-two .dnd-section .widget-type-rich_text {
  padding: 17px 0;
}

.ampcoil-academy-section-three .dnd-section {
  padding-top: 0;
  padding-bottom: 98px;
}

.ampcoil-academy-section-three .dnd-section .widget-type-space {
  display: block;
  padding: 17px 0;
}

.ampcoil-academy-section-three .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  margin: 0.5em 0;
  color: rgba(222,222,222,.57);
  background-color: rgba(222,222,222,.57);
}

.ampcoil-academy-section-three .content-with-video-wrap .vimeo-video-wrapper, 
.ampcoil-academy-section-three .content-with-video-wrap .custom-content-wrap {
  padding: 17px;
}

.ampcoil-academy-section-three .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

/* ====================== Balance Immune Page ===================== */
.balance-immune-banner .hs-banner-area .page-center {
  padding-bottom: 80px;
}

.balance-immune-banner .hs-banner-area .banner-content {
  padding-bottom: 50px;
}

.balance-immune-banner .hs-banner-area .banner-button a {
  font-family: proxima-nova;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .18em;
  padding: 21px 34px;
  color: #fff;
  background-color: #5d8382;
  border-color: #5d8382;
}

.balance-immune-page-wrap .dnd-section {
  padding: 30px 80px;
}

.balance-immune-page-wrap .dnd-section > .row-fluid {max-width: none;width: auto;margin: 0 -17px;}

.balance-immune-page-wrap .dnd-section > .row-fluid > .span12.dnd-column {
  margin: auto;
  width: 83.3333%;
  float: none;
}

.balance-immune-page-wrap .dnd-section[class*="force-full-width-section"] > .row-fluid > .span12.dnd-column {
  width: 100%;
}

.balance-immune-section-one .dnd-section {
  padding-bottom: 0;
}

.balance-immune-section-one .dnd-section .widget-type-rich_text {
  display: block;
  padding: 17px;
}

.balance-immune-section-one .dnd-section .widget-type-rich_text h2 {
  color: #e0ab67;
  font-size: 1.5em;
}

.balance-immune-section-two .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}



.balance-immune-section-three .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.balance-immune-section-three .dnd-section .widget-type-rich_text {
  display: block;
  padding: 17px;
}

.balance-immune-section-three .dnd-section .widget-type-rich_text h2 {
  color: #e0ab67;
  font-size: 1.5em;
}

.balance-immune-section-four .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.balance-immune-section-four .dnd-section .widget-type-rich_text {
  position: relative;
  height: auto;
  padding: 0 17px;
}

.balance-immune-section-five .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.balance-immune-section-five .dnd-section .widget-type-rich_text {
  padding: 17px;
  position: relative;
  height: auto;
}

.balance-immune-section-six .dnd-section .span5 {
  width: 40%;
  margin: 0;
  padding: 17px;
  float: left;
}

.balance-immune-section-six .dnd-section .span7 {
  margin: 0;
  width: 60%;
  float: left;
  padding: 17px;
}

.balance-immune-section-six .dnd-section .span5 .widget-type-linked_image {
  margin: auto;
  display: block;
}

.balance-immune-section-six .dnd-section .span5 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 66.7408%;
  overflow: hidden;
}

.balance-immune-section-six .dnd-section .span5 .widget-type-linked_image img {
  left: 0%;
  top: -0.103426%;
  width: 100%;
  height: 100.207%;
  position: absolute;
}

.balance-immune-section-six .dnd-section .span5 .dnd-module {
  display: block !important;
}

.balance-immune-section-six .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.balance-immune-section-six .dnd-section .span7 .widget-type-rich_text {
  display: block;
}

.balance-immune-section-seven .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.balance-immune-section-seven .dnd-section figure {
  display: block;
  margin: 0;
  padding: 17px;
  padding-top: calc(17px + 1.375em);
  padding-bottom: calc(1em + 17px);
}

.balance-immune-section-seven .dnd-section blockquote {
  margin: 0;
  text-align: center;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  color: #454545;
  padding: 0;
  border: none;
}

.balance-immune-section-seven .dnd-section figcaption {
  display: block;
  font-family: futura-pt;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .55em;
  line-height: 2.3em;
  text-transform: uppercase;
  padding-top: .5em;
  text-align: center;
}

.balance-immune-section-seven .dnd-section .widget-type-rich_text {
  display: block;
}

.balance-immune-section-four .dnd-section h1 a {
  color: inherit;
  border-bottom-color: rgba(51,51,51,.3);
}

.balance-immune-section-seven .dnd-section figure + figure {
  margin-top: 0;
}

.balance-immune-section-seven .dnd-section .widget-type-linked_image {
  display: block;
  padding: 17px 0;
  max-width: 1024px;
  margin: auto;
}

.balance-immune-section-seven .dnd-section .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 33.0396%;
  overflow: hidden;
}

.balance-immune-section-seven .dnd-section .widget-type-linked_image img {
  left: 0%;
  top: -50.7375%;
  width: 100%;
  height: 201.475%;
  position: absolute;
}

.balance-immune-section-seven .dnd-section .span12.dnd-module {
  display: block !important;
}

.balance-immune-section-seven .dnd-section .widget-type-rich_text h2 {
  color: #e0ab67;
  font-size: 1.5em;
}

.balance-immune-section-seven .dnd-section .span3 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  padding-bottom: 100%;
}

.balance-immune-section-seven .dnd-section .span3 .widget-type-linked_image {
  max-width: 600px;
}

.balance-immune-section-seven .dnd-section .span3 .widget-type-linked_image img {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.balance-immune-section-seven .dnd-section .span3 {
  float: left;
  width: 30%;
  margin: 0;
}

.balance-immune-section-seven .dnd-section .span9 {
  float: left;
  width: 70%;
  margin: 0;
}

.balance-immune-section-seven .dnd-section .span9 .widget-type-rich_text {
  padding: 17px 0;
}

.balance-immune-section-eight .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.balance-immune-section-eight .widget-type-space {
  display: block;
  padding: 17px;
}

.balance-immune-section-eight .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  margin: 0.5em 0;
  color: rgba(222,222,222,.57);
  background-color: rgba(222,222,222,.57);
}

.balance-immune-section-eight .widget-type-rich_text {
  display: block;
  padding: 17px;
}

.balance-immune-section-eight .widget-type-rich_text h2 {
  color: #e0ab67;
  font-size: 1.5em;
}

.balance-immune-section-eight .dnd-section .row-number-7 .hs-button {
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 13px 26px;
}

.balance-immune-page-wrap .balance-immune-section-nine  .dnd-section > .row-fluid > .span12.dnd-column {
  width: 100%;
  padding: 0;
}

.balance-immune-page-wrap .balance-immune-section-nine .dnd-section > .row-fluid {
  margin: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.balance-immune-page-wrap,
.balance-immune-section-nine .dnd-section .widget-type-rich_text {
  line-height: 1.9em;
}

.balance-immune-section-nine .dnd-section {
  padding-top: 17px;
}

.balance-immune-section-nine .dnd-section .widget-type-rich_text {
  padding-bottom: 0;
}

.balance-immune-page-wrap ul>*:last-child {
  margin-bottom: 0;
}
.balance-immune-page-wrap ul li, ol li {
  list-style-type: none;
}
.balance-immune-page-wrap ul li>*, ol li>* {
  margin-top: .5em;
  margin-bottom: .5em;
}
.balance-immune-page-wrap ul li>*:first-child::before, 
.balance-immune-page-wrap ol li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.balance-immune-page-wrap ul li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
}

/* ====================================== Download PAge ============================ */
.download-section-one .dnd-section {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 0;
}

.download-section-one .dnd-section h2 {
  color: #4a4a4a;
}

.download-section-one .dnd-section h2 a {
  color: #4a4a4a;
  border-bottom-color: rgba(74,74,74,.3);
}

.download-section-one .dnd-section h2 a:hover {
  color: rgba(74,74,74,.6);
  border-color: rgba(74,74,74,.15);
}

.download-section-two .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.download-section-two .dnd-section .span5 {
  margin: 0;
  float: left;
  width: 41.6667%;
}

.download-section-two .dnd-section .span7 {
  width: 58.3333%;
  margin: 0;
  float: left;
}

#main-content.download-page-wrap {
  line-height: 1.9em;
}

.download-section-one .dnd-section .widget-type-rich_text {
  padding-bottom: 17px;
}

.download-section-two .dnd-section .span5 .dnd-module {
  display: block !important;
}

.download-section-two .dnd-section .span5 .widget-type-linked_image {
  display: block;
  margin: auto;
  max-width: 800px;
  padding: 17px 0;
}

.download-section-two .dnd-section .span5 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.download-section-two .dnd-section .span5 .widget-type-linked_image img {
  left: -0.0472144%;
  top: 0%;
  width: 100.094%;
  height: 100%;
  position: absolute;
  max-width: none !important;
}

.download-section-two .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.download-section-two .dnd-section .widget-type-rich_text {
  display: block;
  padding: 17px 0;
}

.download-section-two .dnd-section .widget-type-rich_text a {
  color: #5d8382;
  border-bottom-color: rgba(93,131,130,.3);
}

.download-section-two .dnd-section .widget-type-rich_text a:hover {
  color: rgba(93,131,130,.6);
  border-color: rgba(93,131,130,.15);
}

.download-section-three .dnd-section {
  padding-top: 68px;
  padding-bottom: 60px;
}

.download-section-three .dnd-section .widget-type-rich_text {
  display: block;
  padding: 17px 0;
}

.download-section-three .dnd-section .widget-type-rich_text h2 {
  color: #4a4a4a;
}

.download-section-three .dnd-section .hs-button {
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 13px 26px;
  color: #fff;
  background-color: #e0ab67;
  border-color: #e0ab67;
}

.download-section-four .dnd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.download-section-four .dnd-section .widget-type-header {
  padding: 0 0 17px;
}

.download-section-four .dnd-section .widget-type-rich_text {
  display: block;
  padding: 17px 0;
}

.download-section-five .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.download-section-five .dnd-section .span5 {
  float: left;
  margin: 0;
  width: 41.6667%;
}

.download-section-five .dnd-section .span7 {
  float: left;
  margin: 0;
  width: 58.3333%;
}

.download-section-five .dnd-section .widget-type-rich_text {
  padding: 17px 0;
}

.download-section-five .dnd-section .widget-type-space {
  display: block;
  padding: 17px;
}

.download-section-five .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  margin: 0.5em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  color: rgba(222,222,222,.57);
  background-color: rgba(222,222,222,.57);
}

.download-section-five .dnd-section .span6 {
  width: 50%;
  margin: 0;
  float: left;
}
.success-row1 .widget-type-cell > div:nth-child(even) >div {
  padding: 0;
}
/* ===================== Finance Options ==================== */
.finance-options-banner .hs-banner-area .banner-content {
  padding-top: 8px;
}

.finance-options-banner .hs-banner-area .banner-content h2 {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  text-align: left;
  color: #fff;
}

.finance-options-banner .hs-banner-area .custom-banner-image .banner-image {
  background-position: 50% 32.3%;
}

.finance-options-section-one .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.finance-options-section-one .dnd-section .widget-type-rich_text {
  padding: 0 0 17px;
}

.finance-options-section-one .dnd-section .widget-type-rich_text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 0;
}

.finance-options-section-one .dnd-section .widget-type-rich_text tr.header {
  background-color: #c4d7d1;
}

.finance-options-section-one .dnd-section .widget-type-rich_text table .col-1 {
  width: 15%;
  vertical-align: middle;
}

.finance-options-section-one .dnd-section .widget-type-rich_text table th {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

.finance-options-section-one .dnd-section .widget-type-rich_text tr td {
  border: 0;
  padding: 0;
  width: 28%;
  vertical-align: top;
}

.finance-options-section-one .dnd-section .widget-type-rich_text tr td p {
  display: list-item;
  list-style: disc outside;
  padding: 0 0 0 6px;
  margin: 0 4px 4px 20px;
}

.finance-options-section-one .dnd-section .widget-type-rich_text td a {
  border: none;
  text-decoration: underline;
  color: #5f9595;
}

.finance-options-page-wrap {
  line-height: 1.9em;
}

.finance-options-section-one .dnd-section .widget-type-rich_text tr td p:last-child {
  margin-bottom: 0;
}

.finance-options-section-one .widget-type-space,
.finance-options-section-five .widget-type-space,
.finance-options-section-three .widget-type-space,
.finance-options-section-seven .widget-type-space {
  display: block;
  padding: 17px 0;
}

.finance-options-section-one .widget-type-space > .hs_cos_wrapper_type_space,
.finance-options-section-five .widget-type-space > .hs_cos_wrapper_type_space,
.finance-options-section-seven .widget-type-space > .hs_cos_wrapper_type_space,
.finance-options-section-three .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  margin: 0.5em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  color: rgba(222,222,222,.57);
  background-color: rgba(222,222,222,.57);
}

.finance-options-section-two .dnd-section,
.finance-options-section-four .dnd-section,
.finance-options-section-three .dnd-section {
  padding: 0;
}

.finance-options-section-two .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.finance-options-section-four .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.finance-options-section-three .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.finance-options-section-two .dnd-section .span6,
.finance-options-section-four .dnd-section .span6 {
  margin: 0;
  float: left;
  width: 50%;
}

.finance-options-section-two .dnd-section .span6 .widget-type-rich_text {
  padding: 17px 0;
}

.finance-options-section-two .dnd-section .span6:first-child {
  padding-top: 17px;
}

.finance-options-section-two .dnd-section .span6 .widget-type-linked_image {
  padding: 17px 0;
  display: block;
  margin: auto;
  max-width: 360px;
}

.finance-options-section-two .dnd-section .span6 .dnd-module {
  display: block !important;
}

.finance-options-section-two .dnd-section .span6 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 21.1111%;
  overflow: hidden;
}

.finance-options-section-two .dnd-section .span6 .widget-type-linked_image img {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}


.finance-options-section-three .dnd-section .span4 {
  margin: 0;
  float: left;
  width: 33.3333%;
  padding: 17px;
}

.finance-options-section-four .dnd-section .span6 .widget-type-linked_image {
  display: block;
  padding: 17px;
}

.finance-options-section-four .dnd-section .span7 .dnd-module {
  display: block !important;
}

.finance-options-section-four .dnd-section .span6 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 27.6968%;
  overflow: hidden;
}

.finance-options-section-four .dnd-section .span6 .widget-type-linked_image img {
  left: 0%;
  top: -39.9123%;
  width: 100%;
  height: 179.825%;
  position: absolute;
}

.finance-options-section-four .dnd-section .span6 .span2 {
  margin: 0;
  width: 16.6667%;
  float: left;
}

.finance-options-section-four .dnd-section .span6 .span3 {
  float: left;
  margin: 0;
  width: 33.3333%;
}

.finance-options-section-four .dnd-section .span6 .span7 {
  margin: 0;
  float: left;
  width: 50%;
  padding: 0;
}

.finance-options-section-four .dnd-section .span6 .widget-type-rich_text {
  display: block;
  padding: 17px;
}

.finance-options-section-five .dnd-section {
  padding: 0;
}

.finance-options-section-five .dnd-section .span4 {
  float: left;
  margin: 0;
  width: 33.3333%;
  padding: 0;
}

.finance-options-section-five .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.finance-options-section-five .dnd-section .span4 .widget-type-rich_text {
  padding: 17px;
}

.finance-options-section-five .dnd-section .span4 .widget-type-rich_text iframe {
  width: 100%;
  height: 17px;
}

.finance-options-section-six .dnd-section {
  padding: 0;
}

.finance-options-section-six .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid,
.finance-options-section-seven .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.finance-options-section-six .dnd-section .span5 {
  float: left;
  margin: 0;
  width: 41.6667%;
  padding: 17px;
}

.finance-options-section-six .dnd-section .span7 {
  float: left;
  margin: 0;
  width: 58.3333%;
  padding: 17px;
}

.finance-options-section-six .dnd-section .span5 .widget-type-linked_image {
  max-width: 190px;
  margin: auto;
  display: block;
}

.finance-options-section-six .dnd-section .span5 .dnd-module {
  display: block !important;
}

.finance-options-section-six .dnd-section .span5 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 34.7368%;
  overflow: hidden;
}

.finance-options-section-six .dnd-section .span5 .widget-type-linked_image img {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.finance-options-section-seven .dnd-section {
  padding: 0;
}

.finance-options-section-seven .dnd-section .span4 {
  float: left;
  margin: 0;
  padding: 17px;
  width: 33.3333%;
}

.finance-options-section-eight .dnd-section {
  padding: 0;
  padding-bottom: 30px;
}

.finance-options-section-eight .dnd-section .widget-type-rich_text {
  width: 96.5%;
  background-color: #c4d7d1;
  margin: 0px auto;
  padding: 40px;
}

.finance-options-section-seven .widget-type-space {
  padding: 17px;
}

.finance-options-section-four .dnd-section .span6 {
  padding: 0;
}

.finance-options-section-seven .dnd-section .span4 .widget-type-rich_text ul:last-child {
  margin-bottom: 0;
}

.finance-options-section-one .dnd-section .widget-type-rich_text {
  overflow: auto;
}

.finance-options-page-wrap .hs-responsive-embed-wrapper {
  min-width: auto !important;
  min-height: auto !important;
  max-height: none !important;
}

b, strong {
  font-weight: bold;
}
.container-fluid.shop-section-one .slider.slider-nav.slick-initialized.slick-slider .slick-track {
  width: 100% !important;
}
.container-fluid.finance-options-section-eight .dnd-section>.row-fluid > .dnd-column {
  padding: 0 17px !important;
}
/* =========================================== Media queries ======================================= */
@media (min-width: 641px) {
  .download-section-five .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row:first-child .widget-type-rich_text,
  .download-section-five .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row:first-child .custom-button-module-wrap .title-section  {
    padding-top: 0;
  }
}
/* =================== */
@media (max-width: 1680px) {
  .discovery-webinar-banner .hs-banner-area .custom-banner-image .banner-image {
    background-position: 50% 31.5%;
  }
}

@media (max-width: 1024px) {
  .balance-immune-page-wrap .dnd-section,
  .dnd-spacing-wrap .dnd-section > .row-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }

  .discovery-webinar-banner .hs-banner-area .custom-banner-image .banner-image {
    background-position: 50% 0%;
  }
}

@media (max-width: 960px) {
  .balance-immune-page-wrap .dnd-section,
  .dnd-spacing-wrap .dnd-section > .row-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }

  .finance-options-banner .hs-banner-area .custom-banner-image .banner-image {
    background-position: 50% 19%;
  }

  .software-row3-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
}

@media (max-width: 768px) {
  .balance-immune-page-wrap .dnd-section,
  .dnd-spacing-wrap .dnd-section > .row-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 767px) {
  .home-section-two .dnd-section .span6,
  .home-section-four .dnd-section .span4,
  .home-section-six .dnd-section .span3, 
  .home-section-six .dnd-section .span9,
  .home-section-seven .dnd-section .span4,
  .home-section-eight .dnd-section .span6,
  .home-section-nine .dnd-section .span6 {
    float: left;
  }

}

@media (max-width: 640px) {
  .dnd-spacing-wrap .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-one .widget-type-rich_text {
    padding-top: 17px;
  }

  .home-section-two .dnd-section .span6, 
  .home-section-four .dnd-section .span4, 
  .home-section-six .dnd-section .span3, 
  .home-section-six .dnd-section .span9, 
  .home-section-seven .dnd-section .span4, 
  .home-section-eight .dnd-section .span6, 
  .home-section-nine .dnd-section .span6 {
    float: none;
    width: 100%;
  }

  .home-section-two .dnd-section .span6 {
    padding-top: 17px;
  }

  .home-section-four .dnd-section .widget-type-header {
    width: 100%;
    padding-top: 17px;
  }

  .home-section-six .dnd-section .span3 {
    margin: 0;
  }

  .home-section-six .dnd-section .span3 .widget-type-linked_image {
    padding-top: 17px;
  }

  .home-section-six .dnd-section .span9 .widget-type-rich_text {
    padding-top: 17px;
  }

  .home-section-seven .widget-type-header {
    width: 100%;
    padding-top: 17px;
  }

  .Community-ampcoil-section-one .dnd-section .widget-type-header {
    width: 100%;
    padding-top: 17px;
  }

  .dnd-spacing-wrap .dnd-section > .row-fluid > .span12.dnd-column {
    padding: 0;
  }

  .Community-ampcoil-section-two .dnd-section .span4, 
  .Community-ampcoil-section-two .dnd-section .span8 {
    width: 100%;
    float: none;
  }

  .Community-ampcoil-section-two .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
    width: 100%;
    margin: 0;
  }
  .Community-ampcoil-section-two .dnd-section > .row-fluid > .span12.dnd-column {
    width: 100%;
    margin: auto;
  }
  .Community-ampcoil-section-one .dnd-section {
    padding-bottom: 0;
  }

  .discovery-webinar-banner .hs-banner-area .banner-content {
    padding-top: 68px;
  }


  .discovery-webinar-section-one .dnd-section .widget-type-rich_text {
    padding-top: 17px;
  }

  .discovery-webinar-section-two .dnd-section .span5, .discovery-webinar-section-two .dnd-section .span7 {
    margin: 0;
    width: 100%;
    float: none;
  }

  .discovery-webinar-section-two .dnd-section .span7 .widget-type-rich_text ul:last-child {
    margin-bottom: 0;
  }

  .discovery-webinar-section-four .dnd-section .span6 {
    width: 100%;
    float: none;
  }

  .discovery-webinar-banner .hs-banner-area .custom-banner-image .banner-image {
    background-position: center left -3px;
  }

  .ampcoil-academy-section-one .dnd-section .widget-type-header {
    padding-top: 17px;
  }

  .ampcoil-academy-section-two .dnd-section .span2 .widget-type-space {
    display: none;
  }

  .ampcoil-academy-section-two .dnd-section .span8 {
    width: 100%;
  }

  .balance-immune-page-wrap .dnd-section > .row-fluid > .span12.dnd-column {
    width: 100%;
  }

  .balance-immune-page-wrap .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .balance-immune-section-seven .dnd-section .span3,
  .balance-immune-section-six .dnd-section .span5, 
  .balance-immune-section-six .dnd-section .span7,
  .balance-immune-section-seven .dnd-section .span9 {
    width: 100%;
    float: none;
  }

  .download-section-one .dnd-section .widget-type-rich_text {
    padding-top: 17px;
  }

  .download-section-two .dnd-section .span5, 
  .download-section-two .dnd-section .span7,
  .download-section-five .dnd-section .span5,
  .download-section-five .dnd-section .span7,
  .download-section-five .dnd-section .span6 {
    float: none;
    width: 100%;
  }

  .download-section-four .dnd-section .widget-type-header {
    padding-top: 17px;
  }

  .finance-options-section-one .dnd-section .widget-type-rich_text {
    padding-top: 17px;
  }

  .finance-options-banner .hs-banner-area .banner-content h2 {
    font-size: 32px;
    letter-spacing: 0px;
  }

  .finance-options-banner .hs-banner-area .banner-content {
    padding-top: 17px;
  }

  .finance-options-section-three .dnd-section .span4 {
    float: none;
    width: auto;
  }

  .finance-options-section-four .dnd-section .span6 .span2, 
  .finance-options-section-four .dnd-section .span6 .span3 {
    width: 100%;
    min-height: auto;
  }

  .finance-options-section-two .dnd-section .span6, 
  .finance-options-section-four .dnd-section .span6, 
  .finance-options-section-three .dnd-section .span4, 
  .finance-options-section-four .dnd-section .span6 .span7, 
  .finance-options-section-five .dnd-section .span4, 
  .finance-options-section-six .dnd-section .span7, 
  .finance-options-section-six .dnd-section .span5, 
  .finance-options-section-seven .dnd-section .span4 {
    float: none;
    width: auto;
  }


  .finance-options-section-eight .dnd-section .widget-type-rich_text {
    width: 100%;
  }
  .discovery-webinar-section-six .contentWithbg-image .sqs-dynamic-text p {
    font-size: 13px !important;
  }
}

@media (max-width: 600px) {
  .home-section-two .dnd-section .span6,
  .home-section-four .dnd-section .widget-type-header,
  .home-section-four .dnd-section .span4,
  .home-section-six .dnd-section .span3, 
  .home-section-six .dnd-section .span9,
  .home-section-seven .widget-type-header,
  .home-section-seven .dnd-section .span4,
  .home-section-eight .dnd-section .span6, 
  .Community-ampcoil-section-two .dnd-section .span4, 
  .Community-ampcoil-section-two .dnd-section .span8,
  .Community-ampcoil-section-one .dnd-section .widget-type-header,
  .discovery-webinar-section-four .dnd-section .span6,
  .discovery-webinar-section-two .dnd-section .span5, 
  .discovery-webinar-section-two .dnd-section .span7,
  .discovery-webinar-section-six .dnd-section > .row-fluid,
  .ampcoil-academy-section-two .dnd-section .span8,
  .content-with-video-wrap.full-width .vimeo-video-wrapper,
  .download-section-two .dnd-section .span5, 
  .download-section-two .dnd-section .span7, 
  .download-section-five .dnd-section .span5, 
  .download-section-five .dnd-section .span7, 
  .download-section-five .dnd-section .span6 {
    margin: 0 22px;
    width: auto;
  }


  .balance-immune-page-wrap .dnd-section {
    margin: 0 22px;
  }

  .balance-immune-section-nine .dnd-section {
    margin: 0;
  }

  .custom-header-v2-wrap .custom-header-button {
    padding-top: 17px;
    right: 20px;
  }

  .finance-options-section-two .dnd-section .span6, 
  .finance-options-section-four .dnd-section .span6, 
  .finance-options-section-three .dnd-section .span4, 
  .finance-options-section-five .dnd-section .span4, 
  .finance-options-section-six .dnd-section .span7, 
  .finance-options-section-six .dnd-section .span5, 
  .finance-options-section-seven .dnd-section .span4 {
    margin: 0 22px;
  }

}
.cm-contact2-sec h3 span {
  display: inline-block;
  margin-right: 16px;
}


/*research*/
.research-banner .hs-banner-area .banner-content {
  padding-bottom: 26.4985%;
  padding-left: 8.3333%;
  padding-right: 9.0909%;
  padding-top: 0;
}

.research-banner .hs-banner-area .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cm-research-sec h1 {
  margin: 0;
  padding-bottom: 17px;
}

.cm-research2-sec h6,
.cm-research-sec h6 {
  font-family: opensans;
  color: #000;
  font-size: 10px;
  margin: 1.33em 0;
  line-height: 30px;
  font-weight: bold;
  padding: 0 5px;
}

.cm-research2-sec .dnd-section>.row-fluid {
  padding-left: 16.6667%;
  padding-right: 16.6667%;
}
.cm-research2-sec .dnd-section[class*="force-full-width-section"]>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.body-container.cm-research2-sec h2 {
  padding: 17px;
  padding-top: 0;
}


.svg-image-content {
  margin: 0 auto;
}

.cm-research3-sec .dnd-section {
  padding-top: 63px; 
  padding-bottom: 0;
}
.cm-research2-sec .dnd-section {
  padding-top: 43px;
}

.cm-research4-sec .dnd-section>.row-fluid,.cm-research5-sec .dnd-section>.row-fluid {
  padding-left: 16.6667%;
  padding-right: 16.6667%;
}

.cm-research4-sec .hs_cos_wrapper_type_rich_text {
  padding: 0 6px;
  display: block;
}

.cm-research4-sec .dnd-section {
  padding-top: 33px;
  padding-bottom: 34px;
}

.cm-research4-sec h2 {
  margin-bottom: 43px;
}

.cm-research5-sec .dnd-section {
  padding-top: 0;
  padding-bottom: 17px;
}

.cm-research4-sec hr {
  background: #dedede91;
}

.body-container.cm-research5-sec h3 {
  padding: 0 5px;
}

.cm-research6-sec .dnd-section {
  padding-top: 17px;
  padding-bottom: 17px;
}


.cm-research7-sec .dnd-section {
  padding-top: 68px;
}

.cm-research7-sec  .content-with-video-wrap .vimeo-video-wrapper {
  width: 66.6667%;
  padding: 0;
  padding-right: 11px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.cm-research7-sec .content-with-video-wrap .embed-block-wrapper .overlay-section {
  z-index: 9;
}

.cm-research7-sec  .content-with-video-wrap .custom-content-wrap {
  width: 33.3333%;
  padding-top: 10.392%;
  padding-right: 0;
  padding-left: 23px;
}


.cm-research8-sec .dnd-section {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cm-research8-sec .dnd-section h2 {
  color: #4a4a4a;
}

.cm-research8-sec .hs-button {
  border-radius: 300px;
  color: #fff;
  background-color: #e0ab67;
  border-color: #e0ab67;
  padding: 13px 26px;
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 34px 0 17px;
}
.cm-research8-sec   .hs-button:hover,
.cm-research8-sec .hs-button:focus {
  outline: 0;
  opacity: .8;
  color: #fff;
  border-color: #f0bb66;
}
.cm-research9-sec h6 {
  font-family: opensans;
  color: #000;
  font-size: 10px;
  margin: 1.33em 0;
  line-height: 30px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 17px;
}
.Community-ampcoil-section-two .hs-input.invalid.error {
  border: 1px solid #e99292 !important;
}
.Community-ampcoil-section-two ul.no-list.hs-error-msgs.inputs-list {
  order: 4;
}
.Community-ampcoil-section-two .dnd-section fieldset.form-columns-2 .hs-form-field>label {
  order: 3;
}
.Community-ampcoil-section-two .dnd-section fieldset .input {
  order: 2;
}

@media(max-width:1700px){
  .research-banner .hs-banner-area .banner-content {
    padding-bottom: 26.7985%;
  } 
  .cm-research7-sec .content-with-video-wrap .custom-content-wrap {
    padding-top: 11.192%;
  }
  .finance-options-section-eight .dnd-section .widget-type-rich_text {
    width: 97.5%;
  }
}
@media(max-width:1400px){
  .research-banner .hs-banner-area .banner-content {
    padding-bottom: 27.6985%;
  }
  .cm-research7-sec .content-with-video-wrap .custom-content-wrap {
    padding-top: 12.492%;
  }
  .finance-options-section-eight .dnd-section .widget-type-rich_text {
    width: 99%;
  }
}
@media(max-width:1366px){
  .finance-options-section-eight .dnd-section .widget-type-rich_text {
    width: 100%;
  }
}

@media(max-width:1024px){
  .research-banner .hs-banner-area .banner-content {
    padding-bottom: 29.6985%;
  }
  .cm-research7-sec .content-with-video-wrap .custom-content-wrap {
    padding-top: 14.692%;
  }
}
@media(max-width:991px){
  .research-banner .hs-banner-area .banner-content {
    padding-bottom: 30.2%;
  }
  .body-container.cm-research2-sec h2 {
    padding: 0;
    padding-bottom: 17px;
  }
  .cm-research7-sec .content-with-video-wrap .custom-content-wrap {
    padding-top: 14.992%;
  }
  .cm-research7-sec  .content-description {
    padding-bottom: 17px;
  }
  .cm-research8-sec .span6 {
    width: 41.6667%;
  }
}
@media(max-width:768px){
  .research-banner .hs-banner-area .banner-content {
    padding-bottom: 30.3%;
  }
  .cm-research7-sec .content-with-video-wrap .custom-content-wrap {
    padding-top: 17.992%;
  }
}
@media(max-width:640px){
  .research-banner .hs-banner-area .banner-content {
    padding-bottom: 0;
  }
  .cm-research-sec h1 {
    margin: 0;
    padding-bottom: 17px;
    padding-top: 17px;
  }
  .cm-research2-sec .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-research2-sec h6, .cm-research-sec h6 {
    padding: 0;
  }
  .cm-research2-sec .dnd-section { 
    padding-bottom: 17px;
  }
  .cm-research3-sec .dnd-section {
    padding-top: 17px;
    padding-bottom: 0;
  }
  .cm-research4-sec .dnd-section>.row-fluid, .cm-research5-sec .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-research4-sec .hs_cos_wrapper_type_rich_text {
    padding: 0;
    display: block;
  }
  .body-container.cm-research5-sec h3 {
    padding: 0;
  }
  .cm-research7-sec .content-with-video-wrap .vimeo-video-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cm-research7-sec .content-with-video-wrap .custom-content-wrap {
    padding-top: 17px;
  }
  .cm-research7-sec .content-with-video-wrap .custom-content-wrap {
    padding-top: 17px;
    padding-left: 0;
    width: 100%;
  }
  .cm-research7-sec .content-description {
    padding-bottom: 0;
  }
  .cm-research8-sec .span6 {
    width: 100%;
    padding: 0;
  }
  .cm-research8-sec .dnd-section h2 {
    padding-top: 17px;
  }
  .cm-research9-sec h6 {
    padding-top: 17px;
  }
}
@media(max-width:600px){
  .cm-research-sec .dnd-section {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cm-research2-sec h6, .cm-research-sec h6 {
    padding: 0 20px;
  }
  .cm-research2-sec h6 {
    padding: 0;
  }
  .cm-research7-sec .dnd-section {
    padding-top: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm-research8-sec .hs_cos_wrapper_type_rich_text {
    display: block;
    margin: 0 22px;
  }
  .cm-research8-sec .dnd-section,
  .cm-research9-sec.cm-80lr-pd .dnd-section{
    padding-left: 20px;
    padding-right: 20px;
  }

}


/*---shop----*/


.shop-section-one .dnd-section {
  padding: 0;
  padding: 30px 80px;
  padding-bottom: 0;
}
.shop-section-two .dnd-section {
  padding: 0px 80px;
}

.shop-section-one .span5 {
  padding: 0;
  width: 40%;
}

.shop-section-one .slick-arrow {
  display: none !important;
}

.shop-section-one .span7 {
  padding: 0;
  padding-left: 40px;
  width: 60%;
  padding-top: 45px;
  text-align: left;
  margin: 0;
}

.shop-section-one h1 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  letter-spacing: -.04em;
  line-height: 1.2em;
  text-transform: none;
  color: #000942;
  margin: 0 0 30px 0;
  display: block;
}

.shop-section-one h5 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 30px;
  color: #333;
  position: relative;
}

.shop-section-one h4 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.4em;
  text-transform: none;
  color: #1d1d1d;
  font-weight: bold;
}

.shopsection-four ul,
.shop-section-one ul {
  margin: 14px 0;
  list-style: none;
}
.shopsection-four ul li,
.shop-section-one ul li {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.4em;
  text-transform: none;
  color: #1d1d1d;
  display: block;
}

.shop-section-one .hs-button {
  font-family: Open Sans;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #081568;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 21px 34px;
  background-color: #081568;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -ms-transition: .1s opacity linear;
  transition: .1s opacity linear;
  cursor: default;
  opacity: .4;
  border-radius: 0;
  margin-bottom: 30px;
}

.shop-section-one .hs-button:hover,
.shop-section-one .hs-button:focus{
  outline: 0;
  opacity: .8;
  color: #fff;
  border-color: #f0bb66;
}
.shop-section-one .hs-button:hover,
.shop-section-one .hs-button:focus{
  opacity: .4;
  background-color: #081568;
  border-color: #081568;
}
.shop-section-one h5:before {
  content: '$';
}

.shop-section-one h4:first-of-type {
  margin: 0;
}

.shop-section-one p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.4em;
  text-transform: none;
  color: #1d1d1d;
}
.shopsection-four ul li:before,
.shop-section-one ul li:before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  content: "\2022";
}

.shop-section-one h4:last-of-type {
  margin: 1em 0;
}

.shop-section-one p:last-of-type {
  font-family: futura-pt;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  color: #ababab;
  margin-bottom: 30px;
  margin-top: 30px;
}

.shop-section-one p i {
  font-style: normal;
}

.shop-section-one .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shop-section-one .slider-items {
  position: relative;
}

.shop-section-one .slider-items:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.shop-section-one .slick-track {
  margin: 0;
}

.shop-section-one .custom-advanced-slider .slider-nav-inner img {
  display: inline-block;
  width: 50px !important;
  margin: 10px 0 0 10px;
  height: 56.5px;
  top: -3px;
}

.shop-section-one .custom-advanced-slider .slider-nav-inner img:first-child {
  margin-left: 0;
}
.shop-section-two  .content-with-video-wrap.viemo-section .embed-block-wrapper iframe {
  opacity: 1 !important;
  visibility: visible !important;
}

.shop-section-two .content-with-video-wrap,
.shopsection-three .dnd-section>.row-fluid,
.shopsection-four  .dnd-section>.row-fluid,
.shopsection-six .dnd-section>.row-fluid,
.shopsection-five .dnd-section>.row-fluid{
  margin: 0 auto;
  padding-left: 8.5333%;
  padding-right: 16.6667%;
}

.shop-section-two .dnd-section .dnd-column {
  padding: 0;
}


.shop-section-two .dnd-section {
  padding: 30px 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.shop-section-two .content-with-video-wrap.full-width .vimeo-video-wrapper {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 5px;
}
.shopsection-six .dnd-section,
.shopsection-five .dnd-section,
.shopsection-four .dnd-section,
.shopsection-three .dnd-section {
  padding: 17px 80px;
}
.shopsection-six .dnd-section{
  padding-top: 0;
  padding-bottom:30px;
}
.shopsection-five .dnd-section{
  padding-top:0;
  padding-bottom:0;
}
.shopsection-six p {
  padding: 17px 0;
}

.shopsection-six .hs-button {
  margin: 17px 0;
}
.shopsection-five .dnd-section .hs_cos_wrapper_type_linked_image{
  display:block; 
  padding-top:17px;
  padding-bottom:17px;
  padding-right: 6px;
}
.shopsection-four .dnd-section .dnd-column {
  padding: 0;
}
.shopsection-four ul li {
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.9em;
  text-transform: none;
  color: #454545;
}
.container-fluid.shopsection-five img {
  display: block;
}
.shop-section-one .slick-slide img {
  display: block;
  position: relative;
  top: -35px;
}
.body-website-wrapper h3 a:hover {
  color: #e0ab6799;
  border-color: #e0ab6726;
}
.banner-section .dnd-module {
  min-height: 0 !important;
}
.banner-section .widget-type-cell {
  min-height: 0 !important;
}
.download-page-wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(min-width:641px){
  .shop-section-one .span5 .hs_cos_wrapper_type_rich_text h1 {
    display: none;
  }
}
@media(max-width:1280px){
  .shop-section-one .span7 {
    padding-top: 27px;
  } 
}
@media(min-width:1700px){
  .shop-section-one .slick-slide img {
    top: -61px;
  }
}
@media(max-width:1500px){
  .shop-section-one .slick-slide img {
    display: block;
    position: relative;
    top: -49px;
  }
}
@media(max-width:1024px){
  .shop-section-one .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
  .shop-section-one .span7 {
    padding-top: 22.5px;
  }
  .shop-section-two .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
  .shopsection-six .dnd-section, .shopsection-five .dnd-section, .shopsection-four .dnd-section, .shopsection-three .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media(max-width:991px){
  .shopsection-four .dnd-section, .shopsection-three .dnd-section {
    padding-right: 72px;
  }
}

@media(max-width:960px){
  .shop-page .dnd-section{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .shopsection-four .dnd-section, 
  .shopsection-three .dnd-section {
    padding-right: 56px !important;
  }
}
@media(max-width:768px){
  .shop-page .dnd-section{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .shopsection-four .dnd-section, 
  .shopsection-three .dnd-section {
    padding-right: 44px !important;
  }
  .shop-section-one .span7 {
    padding-top: 0;
  }
  .shop-section-one .slick-slide img {
    display: block;
    position: relative;
    top: -26px;
  }
  .shopsection-six p {
    padding-right: 17px;
  }
}
@media(max-width:767px){
  .shop-section-one .dnd-section>.row-fluid {
    display: flex;
  }
}

@media(max-width:650px){
  .shop-section-one .slick-slide img {
    display: block;
    position: relative;
    top: -21px;
  }
}
@media(max-width:640px){
  .shop-section-one .dnd-section>.row-fluid {
    display: block;
  }
  .shop-section-one .span5,.shop-section-one .span7 {
    width: 100% !important;
    padding: 0;
  }
  .shop-page .dnd-section{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .shop-section-one h1 {
    margin: 0 0 15px 0;
  }
  .shop-section-one .slick-slide img {
    top: -56px;
  }
  .shop-section-one .span7 h1 {
    display: none;
  }
  .shop-section-one .custom-advanced-slider {
    padding-bottom: 23px;
  }
  .shop-section-two .content-with-video-wrap, 
  .shop-page .dnd-section>.row-fluid {
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .shop-section-two .content-with-video-wrap.full-width .vimeo-video-wrapper {
    padding-top: 57px;
    padding-left: 0;
    padding-right: 0;
  }
  .shopsection-five .dnd-section .hs_cos_wrapper_type_linked_image {
    padding-right: 0;
  }
  .shopsection-six p {
    padding-right: 0;
  }
  .container-fluid.finance-options-section-eight .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
}
@media(max-width:600px){
  .shop-section-two .content-with-video-wrap.full-width .vimeo-video-wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .shopsection-six .dnd-section,
  .shopsection-five .dnd-section,
  .shopsection-four .dnd-section,
  .shopsection-three .dnd-section {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}
@media(max-width:350px){
  .shop-section-one .slick-slide img {
    top: -25px;
  }

}


/*-software--*/


.body-software-banner .hs-banner-area {
  padding-bottom: 23.0398%;
}

.body-software-banner .hs-banner-area .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.body-software-banner .hs-banner-area {
  padding-top: 60px;
  padding-bottom: 60px;
}  
.body-software-banner .hs-banner-area .banner-content {
  padding-bottom: 24.749807%;
  padding-top: 17px;
}
.software-row1-section .dnd-section {
  padding: 60px 63px;
}

.software-row1-section {
  position: relative;
  overflow: hidden
}
.software-row1-section .Index-page-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.software-row1-section .Index-page-image img {
  width: 100%;
  max-width: 100%;
}

.software-row1-section h2 {
  color: #4a4a4a;
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1em;
  text-transform: none;
  padding-bottom: 17px;
  margin-bottom: 68px;
}

.software-row1-section h3 {
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.software-row1-section .row-fluid {
  align-items: flex-start;
  position: relative;
  z-index: 9;
}

.software-row1-section .row-fluid .span4 {
  width: 33.3333%;
  margin: 0;
  padding: 17px;
}

.software-row2-section .dnd-section {
  padding: 175px 80px 60px;
}

.software-row2-section .dnd-section>.row-fluid {
  padding-bottom: 14.5257%;
}
.software-row2-section .dnd-section>.row-fluid {
  padding-bottom: 14.5257%;
  margin: 47px 0 17px;
}

.software-row3-section .row-fluid .span3 {
  width: 25%;
  margin: 0;
  padding-bottom: 17px;
}

.software-row3-section .dnd-section .row-fluid {
  align-items: flex-start;
}
.software-row4-section .dnd-section .dnd-column {
  padding: 0;
}
.software-row4-section .dnd-section {
  padding: 0;
}
.software-row7-section .dnd-section {
  padding: 60px 80px;
}

.software-row7-section h2 {
  color: #4a4a4a;
}

.software-row7-section .row-fluid .span5 {
  width: 41.6667%;
  margin: 0;
}

.software-row7-section .dnd-section {
  padding: 60px 62px;
}

.software-row7-section .dnd-section .widget-type-rich_text {
  padding-bottom: 17px;
}

.software-row7-section .hs-button {
  border-radius: 300px;
  color: #fff;
  background-color: #e0ab67;
  border-color: #e0ab67;
  padding: 13px 26px;
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.software-row5-section .widget-type-rich_text {
  padding-bottom: 17px;
}
.hs-banner-area .Index-page-scroll-indicator,
.cm-howit-work-banner .down-arrow {
  -webkit-transition: transform 170ms 170ms ease-out, opacity 170ms 170ms ease-out;
  -moz-transition: transform 170ms 170ms ease-out, opacity 170ms 170ms ease-out;
  -ms-transition: transform 170ms 170ms ease-out, opacity 170ms 170ms ease-out;
  -o-transition: transform 170ms 170ms ease-out, opacity 170ms 170ms ease-out;
  transition: transform 170ms 170ms ease-out, opacity 170ms 170ms ease-out;
}
.scroll-header .hs-banner-area .Index-page-scroll-indicator,
.scroll-header .down-arrow {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translatey(20px);
  -moz-transform: translatey(20px);
  -ms-transform: translatey(20px);
  -o-transform: translatey(20px);
  transform: translatey(20px);
}
.sfd-grp h6 sub {
  color: #7495ac;
}
.cm-howItwork2-sec .dnd-section>.row-fluid>.dnd-column {
  padding: 0 8px !important;
}
.discovery-webinar-section-six .contentWithbg-image .sqs-dynamic-text p {
  font-size: inherit;
}
.event-row2 .dnd-section {
  padding-bottom: 166px;
}

.event-row2 hr {
  border: .5px inset !important;
  display: block;
  background-color: transparent !important;
  height: 0 !important;
}

.cm-forWellness-sec4 .hs_cos_wrapper_type_linked_image {
  display: block;
  position: relative;
}
.cm-forWellness-sec4 .hs_cos_wrapper_type_linked_image:before {
  background-color: #0000001a;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.content-with-video-wrap .embed-block-wrapper .overlay-section .sqs-video-icon,
.et_pb_video_play{
  background: transparent url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/play-button.png) center center no-repeat;
}

.dnd-spacing-wrap .dnd-section .widget-type-rich_text ul:last-child {
  margin-bottom: 0;
}

.software-row3-section .dnd-section {
  padding-left: 63px;
  padding-right: 63px;
}

@media (max-width: 1200px ){
  .container-fluid.finance-options-section-eight .dnd-section>.row-fluid>.dnd-column {
    padding: 0px !important;
  }
  .finance-options-section-eight .dnd-section .widget-type-rich_text {
    width: 98.1%;
  }
  .ampcoil-system-row9-section .dnd-section {
    background-position: center 101% !important;
  }
}
@media (max-width: 1024px ){
  .software-row1-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media (max-width: 1000px ){
  .finance-options-section-eight .dnd-section .widget-type-rich_text {
    width: 100%;
  }
}


@media (max-width: 960px ){
  .software-row7-section .dnd-section,
  .software-row3-section .dnd-section,
  .software-row1-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  } 

}

@media (max-width: 767px ){
  .software-row7-section .dnd-section, .software-row3-section .dnd-section, .software-row1-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }
  .software-row1-section .row-fluid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px ){
  .software-row7-section .row-fluid .span5,
  .software-row3-section .row-fluid .span3,
  .software-row1-section .row-fluid .span4 {
    width: 100%;
    padding: 17px 0;
  }
  .software-row7-section .dnd-section, 
  .software-row3-section .dnd-section, 
  .software-row1-section .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .software-row5-section .widget-type-rich_text {
    padding-bottom: 17px;
    padding-top: 17px;
  }
  .software-row7-section .row-fluid .span5 {
    padding-bottom: 0;
  }
  .howItwork-banner .cm-howit-work-banner .sqs-row > div:last-child {
    display: none;
  }
  .cm-howItwork-sec h2 {
    padding-top: 17px;
  }
  .cm-howItwork2-sec .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
  .container-fluid.body-container.cm-howItwork4-sec.min-plus.cm-84lr-pd h2 {
    padding-top: 17px;
  }

  .cm-howItwork6-sec.cm-84lr-pd h2 {
    padding-top: 17px;
  }
  .cm-howItwork8-sec h2 {
    padding-top: 17px;
  }
  .cm-howItwork9-sec h2 {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cm-howItwork5-sec h2,
  .cm-howItwork10-sec h2 {
    padding-bottom: 16px;
    padding-top: 17px;
  }
  .cm-howItwork2-sec .dnd-section>.row-fluid>.dnd-column{
    padding: 0 !important;
  }

  .software-row1-section h3 {
    padding-top: 17px;
  }
}

@media (max-width: 600px){
  .software-row7-section .dnd-section .widget-type-rich_text {
    padding-bottom: 17px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .software-row3-section .row-fluid .span3 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .cm-howItwork2-sec.cm-80lr-pd .dnd-section, .cm-84lr-pd .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm-howItwork5-sec .oembed_container--full-size {
    padding: 0 22px !important;
  }
  .cm-howItwork5-sec  .hs-button {
    margin-left: 22px;
    margin-right: 22px;
  }
  .body-howItwork-wrapper .cm-howItwork2-sec.cm-80lr-pd .dnd-section,
  .body-howItwork-wrapper   .cm-84lr-pd .dnd-section {
    padding-left: 42px;
    padding-right: 42px;
  }
  .cm-howItwork10-sec .hs_cos_wrapper_type_rich_text,
  .cm-howItwork10-sec .oembed_container {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-howItwork10-sec .hs_cos_wrapper_type_header,
  .cm-howItwork3-sec h2,
  .cm-howItwork-sec .hs_cos_wrapper_type_header {
    display: block;
    margin: 0 -22px;
  }
  .cm-howItwork2-sec .dnd-section>.row-fluid>.dnd-column {
    padding:0 !important;
  }
  .cm-howItwork2-sec .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
}

@media (max-width: 350px){
  .cm-research-sec h6 {
    padding: 0;
  }
  .cm-research-sec .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.ampcoil-system-row1-section {
  padding: 40px 62px;
  margin-bottom: 43px;
}

.ampcoil-system-row1-section .dnd-section {
  padding: 0;
}

.ampcoil-system-row1-section .row-fluid .span6 {
  margin: 0;
  width: 50%;
  padding-bottom: 17px;
}

.ampcoil-system-row1-section .row-fluid {
  align-items: flex-start;
}

.ampcoil-system-row1-section h1 {
  margin-bottom: .67em;
}

.ampcoil-system-row1-section .row-fluid .span6 hr {
  margin: 42px 0 8px;
  background: rgba(222,222,222,.57);
}
.ampcoil-system-row1-section  .custom-advanced-slider .slider-nav-inner img {
  max-width: 120px;
}

.ampcoil-system-row1-section .custom-advanced-slider .slider-nav-inner {
  margin-top: 15px;
  padding: 3px 0 5px 0;
  height: auto;
}

.ampcoil-system-row1-section .slick-track {
  text-align: center;
  display: flex;
  justify-content: center;
}

.ampcoil-system-row2-section .dnd-section {
  padding: 40px 64px;
}

.ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-title-wrapper .image-title {
  font-size: 61.7%;
}

.ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-subtitle-wrapper .image-subtitle {
  font-size: 61.7%;
}  

.ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container {
  margin-right: -40%;
}

.ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-subtitle-wrapper P {
  padding: 0;
}

.ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-subtitle-wrapper {
  font-size: 2.8vw;
}

.ampcoil-system-row3-section .content-with-video-wrap .custom-content-wrap {
  text-align: center;
  padding-top: 68px;
  padding-bottom: 17px;
}

.ampcoil-system-row3-section .dnd-section {
  padding: 40px 64px;
}

.ampcoil-system-row4-section h1 {
  margin-bottom: .67em;
}

.ampcoil-system-row5-section .dnd-section {
  padding: 40px 63px;
}

.ampcoil-system-row4-section {
  margin-bottom: 45px
}

.ampcoil-system-row5-section .row-fluid .span4 {
  width: 33.333%;
  margin: 0;
}

.ampcoil-system-row5-section .content-top-image-wrapper .content-topimage {
  padding: 17px 0;
}

.ampcoil-system-row5-section .content-topcontent {
  padding: 17px 0;
}

.ampcoil-system-row5-section .content-top-image-wrapper .image-title-wrapper {
  text-align: left;
  font-size: inherit;
}

.ampcoil-system-row5-section .content-top-image-wrapper p {
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.9em;
  text-transform: none;
  color: #454545;
  font-family: proxima-nova;
}
.ampcoil-system-row7-section .dnd-section {
  padding: 40px 63px;
}

.ampcoil-system-row7-section .widget-type-header {
  margin-bottom: 68px;
  padding: 0 17px 17px 17px;
}

.ampcoil-system-row7-section .row-fluid {
  align-items: flex-start;
}

.ampcoil-system-row7-section .row-fluid .span6 {
  width: 50%;
  margin: 0;
}

.ampcoil-system-row7-section hr {
  background-color: rgba(222,222,222,.57);
  margin-top: 50px;
  margin-bottom: 43px;
}

.ampcoil-system-row7-section .custom-advanced-slider .slider-nav-inner img {
  max-width: 120px;
}

.ampcoil-system-row7-section .slick-track {
  display: flex;
  justify-content: center;
}

.ampcoil-system-row7-section .custom-advanced-slider .slider-nav-inner {
  margin-top: 15px;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}

.ampcoil-system-row8-section .dnd-section {
  padding: 40px 63px;
}

.ampcoil-system-row9-section .dnd-section>.row-fluid {
  padding-bottom: 30.3982%;
}
.ampcoil-system-row9-section .dnd-section {
  background-position: center 93.7% !important;
}
.ampcoil-system-row9-section .dnd-section {
  padding: 83px 80px 84px;
}

.accordion-wapper .accordion:after {
  content: url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/fa-chevron-down.svg);
}

.ampcoil-system-row10-section .dnd-section {
  padding: 40px 80px;
}

.ampcoil-system-row4-section .widget-type-rich_text {
  width: 83.3333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
}


.ampcoil-system-row10-section .dnd-section {
  padding: 40px 80px;
}

@media(max-width:1700px){
  .cm-forWellness-sec3 .contentWithbg-image .sqs-dynamic-text {
    font-size: 52%;
  }
}
@media(max-width:1500px){
  .cm-forWellness-sec3 .contentWithbg-image .sqs-dynamic-text {
    font-size: 51.2%;
  }
}
@media(max-width:1400px){
  .cm-forWellness-sec3 .contentWithbg-image .sqs-dynamic-text {
    font-size: 50.6%;
  }
}
@media (max-width: 1200px){
  .ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-title-wrapper .image-title {
    font-size: 57.2%;
  } 

  .ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-subtitle-wrapper .image-subtitle {
    font-size: 57.2%;
  }
  .cm-forWellness-sec3 .contentWithbg-image .sqs-dynamic-text {
    font-size: 49.4%;
  }
}

@media (max-width: 1024px){
  .ampcoil-system-row8-section .dnd-section,
  .ampcoil-system-row7-section .dnd-section,
  .ampcoil-system-row5-section .dnd-section,
  .ampcoil-system-row3-section .dnd-section,
  .ampcoil-system-row2-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }

  .ampcoil-system-row10-section .dnd-section{
    padding-left: 64px;
    padding-right: 64px;
  }
  .software-row3-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }

}

@media screen and (max-width: 960px){
  .ampcoil-system-row1-section,
  .ampcoil-system-row8-section .dnd-section,
  .ampcoil-system-row7-section .dnd-section,
  .ampcoil-system-row5-section .dnd-section,
  .ampcoil-system-row3-section .dnd-section,
  .ampcoil-system-row2-section .dnd-section{
    padding-left: 31px;
    padding-right: 31px;
  }

  .ampcoil-system-row10-section .dnd-section{
    padding-left: 48px;
    padding-right: 48px;
  }
  .ampcoil-system-row9-section .dnd-section {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 767px){
  .ampcoil-system-row1-section .row-fluid .span6 {
    float: left;
  }

  .ampcoil-system-row1-section, .ampcoil-system-row8-section .dnd-section, .ampcoil-system-row7-section .dnd-section, .ampcoil-system-row5-section .dnd-section, .ampcoil-system-row3-section .dnd-section, .ampcoil-system-row2-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }
  .ampcoil-system-row7-section .row-fluid .span6,
  .ampcoil-system-row5-section .row-fluid .span4 {
    float: left;
  }

  .ampcoil-system-row10-section .dnd-section{
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media(max-width:767px){
  .software-row3-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }
  .software-row3-section .row-fluid .span3 {
    float: left;
  }
}

@media screen and (max-width: 640px){
  .ampcoil-system-row1-section, .ampcoil-system-row8-section .dnd-section, .ampcoil-system-row7-section .dnd-section, .ampcoil-system-row5-section .dnd-section, .ampcoil-system-row3-section .dnd-section, .ampcoil-system-row2-section .dnd-section {
    padding-left: 3px;
    padding-right: 3px;
  }
  .ampcoil-system-row10-section .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ampcoil-system-row7-section .row-fluid .span6,
  .ampcoil-system-row1-section .row-fluid .span6 {
    width: 100%;
  }
  .ampcoil-system-row1-section .row-fluid .span6,
  .ampcoil-system-row7-section .row-fluid .span6,
  .ampcoil-system-row5-section .row-fluid .span4 {
    width: 100%;
    float: none;
  }
  .ampcoil-system-row4-section .widget-type-rich_text {
    width: 100%;
    padding-top: 17px;
  }
  .ampcoil-system-row1-section .row-fluid .span6 {
    padding: 17px;
  }
  .ampcoil-system-row3-section .content-with-video-wrap .custom-content-wrap {
    padding-top: 17px;
  }
  .ampcoil-system-row4-section {
    margin-bottom: 0;
  }
  .ampcoil-system-row5-section .dnd-section {
    padding-top: 0;
  }
  .ampcoil-system-row4-section .dnd-section {
    padding-bottom: 17px !important;
  }
  .ampcoil-system-row1-section {
    margin-bottom: 50px;
  }
  .ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-title-wrapper .image-title {
    font-size: 52.2%;
  }
  .ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-subtitle-wrapper .image-subtitle {
    font-size: 52.2%;
  }
  .ampcoil-system-row2-section .custom-content-with-image-wrap .image-text-container .image-subtitle-wrapper P {
    font-size: 13px !important;
  }
  .ampcoil-system-row7-section .widget-type-header {
    padding: 17px 17px 17px 17px;
  }

  .ampcoil-system-row9-section .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .software-row3-section .row-fluid .span3 {
    float: none;
  }
}
@media screen and (max-width: 600px){
  .mobile-padding {
    padding: 0 22px;
  }
  .ampcoil-system-row3-section .content-with-video-wrap.youtube-section .vimeo-video-wrapper,
  .ampcoil-system-row3-section .content-with-video-wrap .custom-content-wrap {
    margin: 0;
  }
  .ampcoil-system-row1-section {
    padding-left: 25px;
    padding-right: 25px;
  }
  .practitioners-row10 .dnd-section {
    padding-bottom: 0;
  }
}

.lyme-relief-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}

.lyme-relief-header .custom-header {
  min-height: 77px;
}

.lyme-relief-row1-section .row-fluid .span6 {
  width: 50%;
  margin: 0;
  padding: 17px;
}

.lymerelief_page .lyme-relief-row1-section .dnd-section {
  padding: 227px 64px 80px 64px;
  background-position: 0px -93px !important
}

.lyme-relief-row1-section .dnd-section>.row-fluid {
  width: 100% !important;
  align-items: flex-start;
}

.lyme-relief-row1-section .dnd-section h1 {
  color: #fff;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  margin-bottom: .67em;
}

.lyme-relief-row1-section .row-fluid .span7 {
  width: 58.3333%;
  margin: 0;
  padding: 17px;
}

.lyme-relief-row1-section .row-fluid .span5 {
  width: 41.6667%;
  padding: 17px;
  margin: 0;
}


.lyme-relief-row1-section .hs-button {
  color: #fff;
  background-color: #5d8382;
  border-color: #5d8382;
  margin-top: 68px;
}

.lymerelief_page .dnd-section {
  padding: 30px 63px;
}

.lymerelief_page .dnd-section>.row-fluid {
  width: 83.3333%;
}

.lyme-relief-row2-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
}

.lyme-relief-row2-section .iframe_wrapper {
  padding-bottom: 56.338%;
  padding-top: 0;
}

.lyme-relief-row2-section .oembed_container {
  max-width: 100% !important;
  width: calc(80% - 34px);
  max-height: 100% !important;
  display: block;
  margin: 0 auto;
  margin: 17px auto 18px;
}

.lyme-relief-row2-section .oembed_container_iframe {
  max-height: 100% !important;
  max-width: 100% !important;
  display: block;
}

.lyme-relief-row2-section .oembed_custom-thumbnail {
  max-height: 100% !important;
  max-width: 100% !important;
}

.lyme-relief-row2-section .oembed_custom-thumbnail_icon svg {
  height: 48px;
  width: 48px;
}
.lyme-relief-row3-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
  margin-top: 15px;
}
.lyme-relief-row3-section h2:first-child {
  margin-top: 0;
}

.lyme-relief-row3-section .row-fluid {
  align-items: flex-start;
}

.lyme-relief-row3-section .row-fluid .row-fluid .span7 {
  width: 60%;
  margin: 0;
}

.lyme-relief-row3-section .row-fluid .row-fluid .span5 {
  width: 40%;
  margin: 0;
}

.lyme-relief-row3-section .widget-type-linked_image img {
  display: block;
}

.lyme-relief-row4-section .contentWithbg-image .image-title-wrapper {
  font-size: 2.8em;
}

.lyme-relief-row4-section .contentWithbg-image .sqs-dynamic-text p {
  color: #fff;
  line-height: 1.2em;
}


.lyme-relief-row5-section blockquote {
  margin: 1em 0;
  border: none;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  text-align: center;
  margin: 0;
  padding-left: 0;
}

.lyme-relief-row5-section figcaption {
  font-family: futura-pt;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .55em;
  line-height: 2.3em;
  text-transform: uppercase;
  text-align: center;
  padding-top: .5em;
  color: #454545;
  margin-top: 0;
}

.lyme-relief-row5-section figure {
  margin: 22px 0;
}

.lyme-relief-row5-section hr {
  border: none;
  color: rgba(222,222,222,.57);
  border-bottom: 1px solid rgba(222,222,222,.57) !important;
  width: 100% !important;
  height: 0;
  margin: 3px 0 8px!important;
  background: transparent;
}

.lyme-relief-row6-section p {
  font-size: .75em;
  color: #999999;
  line-height: 1.6em;
}

.lyme-relief-row6-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
  text-align: center;
}

.lyme-relief-row7-section .widget-type-rich_text {
  font-size: .8em;
}

.lyme-relief-row7-section .widget-type-rich_text p {
  letter-spacing: .02em;
  line-height: 30px;
  text-transform: none;
  color: #454545;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 12.944px;
}

.lymerelief_page .lyme-relief-row7-section .dnd-section>.row-fluid {
  width: 100%;
}

.lyme-relief-row2-section .oembed_custom-thumbnail_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/play-button.png) center center no-repeat;
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  cursor: pointer;
}

.lyme-relief-row2-section .oembed_custom-thumbnail_icon svg {
  display: none;
}

.lyme-relief-row7-section .widget-type-rich_text {
  padding: 17px;
  padding-bottom: 0;
}

.lyme-relief-header .custom-header .page-center {
  padding-right: 17px;
}

.lyme-relief-header .custom-header-button .hs-button {
  margin-right: 0;
  margin-left: 0;
}

.lyme-relief-header .custom-header-button .hs_cos_wrapper_type_module {
  margin: 0 11px 0 0;
}

.lyme-relief-header .custom-header-button .hs-button {
  padding: 13px 26px;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 0;
  appearance: none;
  line-height: normal;
  font-family: futura-pt;
}

.lyme-relief-header .custom-logo {
  position: relative;
  top: 8px;
}

.success-stories-banner .hs-banner-area .banner-content {
  padding: 0;
}

.success-stories-banner .hs-banner-area .page-center {
  padding-top: 108px;
  padding-bottom: 108px;
}

img {
  height: auto;
}

@media (min-width: 865px){
  .custom-header-button.mobile_btn {
    display: none;
  }
}


@media (max-width: 1290px){
  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    background-position: 51.5% 0 !important;
  }
}

@media (max-width: 1024px){
  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  } 

  .lymerelief_page .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }

  .lyme-relief-header .custom-header .page-center {
    padding-left: 55px;
  }
}

@media (max-width: 960px){
  .lymerelief_page .dnd-section,
  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
  .lyme-relief-header .custom-header .page-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lyme-relief-row4-section .contentWithbg-image .sqs-dynamic-text {
    font-size: 50%;
  }
  .lyme-relief-row7-section {
    padding-bottom: 16px;
  }
}

@media (max-width: 960px) and (min-width: 865px){
  .lyme-relief-header .custom-logo img {
    max-width: 170px;
  }
}

@media (max-width: 864px){
  .lyme-relief-header {
    position: relative;
  }

  .lyme-relief-header .custom-header {
    min-height: 59px;
  }

  .lyme-relief-header .custom-logo {
    top: 0;
  }

  .custom-header-button.mobile_btn {
    position: absolute;
    right: 15px;
  }
}

@media (max-width: 660px){
  .custom-header-button.mobile_btn {
    position: static;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .lyme-relief-header .custom-header-button .hs_cos_wrapper_type_module {
    margin: 0;
  }

  .lyme-relief-header .custom-header .page-center {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px){
  .lyme-relief-row3-section .row-fluid .row-fluid .span5, .lyme-relief-row3-section .row-fluid .row-fluid .span7 ,
  .lyme-relief-row1-section .row-fluid .span7, .lyme-relief-row1-section .row-fluid .span5 {
    float: left;
  }

  .lymerelief_page .dnd-section, .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }



  .lyme-relief-header .custom-header {
    min-height: 60px;
  }
}

@media (max-width: 640px){
  .lyme-relief-row3-section .row-fluid .row-fluid .span5, .lyme-relief-row3-section .row-fluid .row-fluid .span7, .lyme-relief-row1-section .row-fluid .span7, .lyme-relief-row1-section .row-fluid .span5 {
    width: 100%;
    float: none;
  }

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

  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-top: 196px;
  }

  .lyme-relief-row1-section .dnd-section h1 {
    font-size: 32px;
    letter-spacing: 0px;
  }
  .lyme-relief-header .custom-header .page-center {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 600px){

  .lymerelief_page .mobile-padding {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lymerelief_page .dnd-section, .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }

  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lyme-relief-row1-section .hs-button {
    margin-top: 0;
  }

  .lymerelief_page .dnd-section{
    padding-left: 3px;
    padding-right: 3px;
  }

  .lyme-relief-row2-section .oembed_container {
    width: calc(100% - 34px);
  }

  .lyme-relief-row7-section .widget-type-rich_text {
    padding-bottom: 17px;
  }
}

.our-family-banner .hs-banner-area .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-family-banner .hs-banner-area .banner-content {
  padding-top: 0;
  padding-bottom: 31.0011%;
}

.our-family-section-one .dnd-section {
  padding-bottom: 68px;
}

.our-family-section-one .dnd-section .widget-type-header {
  width: 66.6667%;
  margin: auto;
  padding: 0 17px 17px;
}

.our-family-section-one .dnd-section .widget-type-header h3 {
  white-space: pre-wrap;
}

.our-family-section-two .dnd-section {
  padding-top: 68px;
  padding-bottom: 0;
}

.our-family-section-two .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.our-family-section-two .dnd-section  .span5 {
  width: 41.6667%;
  margin: 0;
  float: left;
  padding: 17px;
  margin-left: 8.3333%;
}

.our-family-section-two .dnd-section .span7 {
  margin: 0;
  float: left;
  width: 50%;
  padding: 17px;
}

.our-family-section-two .dnd-section .span5 .widget-type-rich_text {
  padding-top: 68px;
}

.our-family-section-three .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.our-family-section-three .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.our-family-section-three .widget-type-space {
  display: block;
  padding: 17px;
}

.our-family-section-three .widget-type-space > .hs_cos_wrapper_type_space {
  height: 30px;
  display: block;
  position: relative;
  visibility: hidden;
  margin-bottom: 7.26562%;
}

.our-family-section-three .dnd-section .span7 {
  float: left;
  margin: 0;
  width: 41.6667%;
  margin-left: 8.3333%;
}

.our-family-section-three .dnd-section .span5 {
  float: left;
  margin: 0 8.3333%;
  width: 33.3333%;
}

.our-family-section-three .dnd-section .span7 .dnd-column.span2,
.our-family-section-three .dnd-section .span7 .dnd-column.span3  {
  margin: 0;
  width: 19.3201%;
  margin-bottom: 0.849858%;
  margin-right: 0.849858%;
  padding: 0;
}

.our-family-section-three .dnd-section .span7 .dnd-column .widget-type-linked_image {
  display: block;
  margin-bottom: 15px;
}

.our-family-section-three .dnd-section .span7 .dnd-column .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 100%;
}

.our-family-section-three .dnd-section .span7 .dnd-column .widget-type-linked_image img {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.our-family-section-three .dnd-section .span7 .dnd-column .widget-type-rich_text {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
  margin: 0 0 10px 0;
}

.our-family-section-three .dnd-section .span7 .dnd-column .widget-type-rich_text a {
  color: #454545;
  border: none;
  padding: 0;
}

.our-family-section-two .dnd-section .span7 .widget-type-linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 66.68%;
  overflow: hidden;
}

.our-family-section-two .dnd-section .span7 .widget-type-linked_image img {
  left: 0%;
  top: -0.01%;
  width: 100%;
  height: 100.02%;
  position: absolute;
}

.our-family-section-three .dnd-section .span7 > .dnd-row {
  padding: 17px;
}

.our-family-section-two .dnd-section .widget-type-space {
  display: block;
  padding: 17px;
}

.our-family-section-two .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  height: 34px;
  margin-bottom: 4.46768%;
}

.our-family-section-three .dnd-section .span5 .widget-type-rich_text {
  padding: 17px 0;
}

.our-family-section-three .dnd-section .span5 .widget-type-rich_text {
  margin-top: calc(34px + 30px + 5.44554%);
}

.our-family-section-four .dnd-section {
  padding-top: 0;
  padding-bottom: 68px;
}

.our-family-section-four .dnd-section .span7 .widget-type-rich_text {
  display: inline-block;
  position: relative;
  text-align: justify;
  vertical-align: bottom;
  min-width: 400px;
  min-height: 304px;
}

.our-family-section-four .dnd-section .span7 .widget-type-rich_text iframe {
  position: absolute;
  border: none;
  visibility: visible;
  width: 400px;
  height: 304px;
}

.our-family-section-four .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.our-family-section-four .dnd-section .span5 {
  width: 33.3333%;
  float: left;
  margin: 0;
  padding: 17px;
  margin-left: 8.3333%;
}

.our-family-section-four .dnd-section .span7 {
  float: left;
  width: 25%;
  padding: 17px;
  margin: 0 16.6667%;
}

.our-family-section-five .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.our-family-section-five .dnd-section .widget-type-header {
  padding: 17px 0;
}

.our-family-section-two .dnd-section .widget-type-space {
  display: block;
  padding: 17px;
}

.our-family-section-two .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  height: 34px;
  margin-bottom: 4.46768%;
}

.our-family-section-three .dnd-section .span5 .widget-type-rich_text {
  padding: 17px 0;
}

.our-family-section-three .dnd-section .span5 .widget-type-rich_text {
  margin-top: calc(34px + 30px + 5.44554%);
}



.our-family-section-four .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.our-family-section-four .dnd-section .span5 {
  width: 33.3333%;
  float: left;
  margin: 0;
  padding: 17px;
  margin-left: 8.3333%;
}

.our-family-section-four .dnd-section .span7 {
  float: left;
  width: 25%;
  padding: 17px;
  margin: 0 16.6667%;
}

.our-family-section-five .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.our-family-section-five .dnd-section .widget-type-header {
  padding: 17px 0;
}


.our-family-section-five .dnd-section .widget-type-space {
  display: block;
  padding: 17px 0 34px;
}

.our-family-section-five .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
  display: block;
  height: 34px;
}

.our-family-section-five .dnd-section {
  padding-bottom: 57px;
}

.our-family-section-six .dnd-section {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-family-section-six .dnd-section > .row-fluid > .span12.dnd-column > .dnd-row > .row-fluid {
  margin: 0 -17px;
  width: auto;
}

.our-family-section-six .dnd-section .span6 {
  margin: 0;
  width: 50%;
  float: left;
}

.our-family-section-six .dnd-section .span6 > .dnd-row + .dnd-row {
  padding: 17px 0;
}

.our-family-section-six .dnd-section .span6 .widget-type-linked_image {
  display: block;
  padding: 56px 0 17px
}

.our-family-section-six .dnd-section .span6 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 31.7732%;
  overflow: hidden;
}

.our-family-section-six .dnd-section .span6 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image img {
  left: -0.0624555%;
  top: 0%;
  width: 100.125%;
  height: 100%;
  position: absolute;
}

.our-family-section-six .dnd-section .span6 h2 {
  margin: 0 0 17px 0;
  padding: 0;
  color: #333;
  font-size: 30px;
  line-height: 1.2em;
  text-align: inherit;
}

.our-family-section-six .dnd-section .span6 p {
  margin: 17px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6em;
}

.our-family-section-six .dnd-section .span6 form {
  padding: 0 0 12px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.our-family-section-six .dnd-section .span6 .hs-form-field > label {
  display: none;
}

.our-family-section-six .dnd-section .span6 .hs-form-field {
  margin: 0;
  display: inline-block;
  width: auto;
  margin: 12px 0 0 0;
}

.our-family-section-six .dnd-section .span6  .hs-submit {
  display: inline-block;
  width: auto;
  margin: 12px 0 0 4px;
  padding: 6px 3px;
  vertical-align: bottom;
}

.our-family-section-six .dnd-section .span6 .hs-input {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  outline: none;
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
}

.our-family-section-six .dnd-section .span6 .hs-form-field .input {
  display: inline-block;
  width: auto;
  min-width: 250px;
  padding: 6px 3px;
  vertical-align: bottom;
}

.our-family-section-six .dnd-section .span6 .hs-form-field .hs-error-msgs.inputs-list {
  display: none !important;
}

.our-family-section-six .dnd-section .span6 p span {
  opacity: .8;
  margin: 17px 0;
  padding: 0;
  font-size: 12px !important;
  line-height: normal;
}

.our-family-section-six .dnd-section .span6 form .hs_error_rollup {
  width: 100%;
  order: 4;
}

.our-family-section-six .dnd-section .span6 .hs-input::placeholder {
  color: rgba(0,0,0,.3);
}

.our-family-section-six .dnd-section .span6 .hs-button {
  color: #242424;
  background-color: #f0bb66;
  border: 1px solid #fff;
}

.our-family-section-six .dnd-section .span6 .hs-button:hover {
  opacity: .8;
}

.lyme-relief-row3-section ul {
  margin-bottom: 0;
}

.our-family-banner .hs-banner-area svg#caret-down-large-icon {
  width: 48px;
  height: 23px;
  display: inline-block;
}

/* LightBox Css */
.body-practitioner .fancybox-button.fancybox-button--close {
  display: block !important;
}
.body-practitioner .fancybox-toolbar .fancybox-button {
  display: none !important;
}
.body-practitioner .fancybox-infobar {
  display: none;
}
.body-practitioner .fancybox-is-open .fancybox-bg {
  opacity: .95;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.body-practitioner .fancybox-button.fancybox-button--close {
  display: block !important;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  cursor: pointer;
  outline-color: currentColor;
  padding: 2px;
  right: 2%;
  top: 2%;
  text-align: right;
  opacity: 1 !important;
  background: transparent !important;
}
.body-practitioner .fancybox-bg {
  background: #000;
}
.body-practitioner .fancybox-button.fancybox-button--close svg {
  display: none;
}
.body-practitioner .fancybox-button.fancybox-button--close:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02E";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ccc;
}
.body-practitioner .fancybox-toolbar {
  right: 2%;
  top: 2%;
  opacity: 1 !important;
}
.body-practitioner .fancybox-navigation .fancybox-button svg {
  display: none;
}
.body-practitioner .fancybox-navigation .fancybox-button:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.body-practitioner .fancybox-navigation .fancybox-button {
  background: transparent !important;
}
.body-practitioner .fancybox-navigation .fancybox-button--arrow_left:before {
  content: "\E02C";
}
.body-practitioner .fancybox-navigation .fancybox-button--arrow_right:before {
  content: "\E02D";
}
.body-practitioner .fancybox-navigation .fancybox-button--arrow_right{
  right: 2%;
}
.body-practitioner .fancybox-navigation .fancybox-button--arrow_left {
  left: 2%;
}
.body-practitioner .fancybox-navigation .fancybox-button {
  padding: 12px;
  opacity: 0;
  top: 50%;
  margin-top: -22px;
  transition: opacity .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 26px;
  cursor: pointer;
  outline-color: currentColor;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.ampcoilsystem-page-wrapper .fancybox-navigation .fancybox-button {
  display: none;
}
.ampcoilsystem-page-wrapper .fancybox-button.fancybox-button--close {
  display: block !important;
}
.ampcoilsystem-page-wrapper .fancybox-button {
  display: none !important;
}
.ampcoilsystem-page-wrapper .fancybox-infobar {
  display: none;
}
.ampcoilsystem-page-wrapper .fancybox-is-open .fancybox-bg {
  opacity: .95;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.ampcoilsystem-page-wrapper .fancybox-button.fancybox-button--close {
  display: block !important;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  cursor: pointer;
  outline-color: currentColor;
  padding: 2px;
  right: 2%;
  top: 2%;
  text-align: right;
  opacity: 1 !important;
  background: transparent !important;
}
.ampcoilsystem-page-wrapper .fancybox-bg {
  background: #000;
}
.ampcoilsystem-page-wrapper .fancybox-button.fancybox-button--close svg {
  display: none;
}
.ampcoilsystem-page-wrapper .fancybox-button.fancybox-button--close:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02E";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ccc;
}
.ampcoilsystem-page-wrapper .fancybox-toolbar {
  right: 2%;
  top: 2%;
  opacity: 1 !important;
}

.practitioners-layout .dnd-section>.row-fluid,
.practitioners-layout .page-center {
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}

.practitioners-layout [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}

.practitioners-layout .dnd-section .dnd-column {
  padding: 0;
}

.practitioners-header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
}

.practitioners-header .page-center {
  width: 940px;
  margin: 0 auto;
}

.practitioners-header .logo-section {
  padding-top: 38px;
  padding-left: 28px;
}

.practitioners-header .logo-section img {
  width: auto !important;
}

.practitioners-layout {
  letter-spacing: 0;
  overflow: hidden;
}

.practitioners-layout ul {
  margin: 14px;
  padding: 0;
  padding-bottom: 10px;
  list-style: none;
}

.practitioners-layout ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.3em;
  color: #000000;
  display: list-item;
}

.practitioners-layout ul li:before {
  content: "\2605";
  margin-left: -28px;
  padding-right: 8px;
  color: #5f9595;
}

.practitioners-row1 h2 {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 36px;
  color: #000;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding-bottom: 29px;
}

.practitioners-row1 .dnd-section {
  padding-top: 22px;
  padding-bottom: 45px;
}

.practitioners-layout .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.practitioners-row1 h4 {
  font-weight: bolder;
  font-size: 24px;
  line-height: 1em;
  font-family: Montserrat;
  text-align: center;
  color: #000;
}

.practitioners-row1 ul {
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 44.5px;
  padding-top: 4px;
  font-family: Arial, sans-serif;
}

.practitioners-row1 .dnd-section>div>div {
  padding: 0 40.5px !important;
}

.practitioners-row1 ul ul {
  padding-left: 16px;
  color: #666666;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.practitioners-row1 ul ul li {
  color: inherit;
}

.practitioners-row1 ul ul li:before {
  color: inherit;
}

.practitioners-row1 .join-us-section {
  margin-top: 59px;
  margin-bottom: 24px;
}

.practitioners-row1 .hs-button {
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  color: #000000;
  letter-spacing: 0;
  font-weight: bolder;
  text-transform: none;
  padding: 15.5px 26.88px;
}

.practitioners-row1 .hs-button:hover {
  background: rgba(240,188,104,1);
  box-shadow: none;
  color: #000000;
  opacity: 1;
}

.practitioners-row2 .span6 {
  width: 50%;
  margin-left: 0;
}

.practitioners-row2 h2 {
  font-size: 36px;
  line-height: 41px;
  font-family: Montserrat;
  color: #152f2e;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding-bottom: 14px;
}

.practitioners-row2 .dnd-section {
  padding-top: 52px;
}

.practitioners-row2 p {
  font-size: 16px;
  line-height: 28px;
  font-family: "PT Serif";
  color: rgb(48, 48, 48);
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding-bottom: 15px;
}

.practitioners-row3 .span6 {
  background: rgba(196,215,209,1);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  text-align: center;
  padding: 30px 26px 24px;
  /*   max-width: 436px;
  width: 50%;
  margin: 0 auto!important;
  float: none !important; */
}


.practitioners-row3 h3 {
  font-size: 30px;
  line-height: 1em;
  font-family: Montserrat;
  color: rgb(21, 47, 46);
  letter-spacing: 0;
  text-transform: none;
  font-weight: bolder;
  margin: 0;
  padding-bottom: 15px;
}

.practitioners-row3 p {
  font-size: 16px;
  font-family: "PT Serif";
  font-weight: 400;
  font-style: normal;
  color: #666666;
  text-align: left;
  line-height: normal;
  margin: 0;
}

.practitioners-row3 .dnd-section {
  padding-top: 8px;
  padding-bottom: 59px;
}

.practitioners-row4 .hs_cos_wrapper_type_header h2 {
  letter-spacing: 0;
  font-weight: 600;
  font-family: Montserrat;
  font-size: 36px;
  color: rgb(21, 47, 46);
  text-align: center;
  line-height: normal;
  padding-bottom: 31px;
}

.practitioners-row4 .dnd-section {
  padding-top: 44px;
  padding-bottom: 52px;
}

.practitioners-row4 .span4 {
  margin: 0;
  width: 33%;
}

.practitioners-row4 .row-fluid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.practitioners-row4 h3 {
  font-size: 20px;
  line-height: 21px;
  font-family: Montserrat;
  color: rgb(240, 188, 104);
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
  padding-top: 14px;
  min-height: 66px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.practitioners-row4 p {
  font-size: 16px;
  line-height: 23px;
  font-family: "PT Serif";
  color: rgb(21, 47, 46);
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.practitioners-row4 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 0px 31px 0px 33px;
}

.practitioners-row4 .span4:first-child h3 {
  padding-top: 0;
  padding-bottom: 6px;
}

.practitioners-row4 .span4:last-child .hs_cos_wrapper_type_rich_text {
  padding-right: 24px;
}

.practitioners-row5 ul {
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 44.5px;
  padding-top: 4px;
  font-family: Arial, sans-serif;
}

.practitioners-row5 h3 {
  margin: 0;
  letter-spacing: 0;
  text-align: center;
  font-size: 36px;
  line-height: 37px;
  font-family: Montserrat;
  color: rgb(21, 47, 46);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  padding-left: 28px;
  padding-bottom: 5px;
}

.practitioners-row5 .dnd-section {
  padding-top: 26px;
  padding-bottom: 116px;
}

.practitioners-row5 .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 813px;
  margin: 0 auto;
}

.practitioners-row6 h3 {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 36px;
  color: #f0bc68;
  line-height: 1.25;
  text-transform: none;
  margin: 0;
  letter-spacing: 0;
  padding-top: 30px;
}

.practitioners-row6 .hs_cos_wrapper_type_rich_text {
  max-width: 300px;
  display: block;
  float: right;
  text-align: center;
}

.practitioners-row6 .span6:last-child {
  width: 64%;
  margin-left: 0;
}

.practitioners-row6 .span6:first-child {
  width: 36%;
}

.practitioners-row6 .embedded-video {
  float: right;
  margin-right: 38px;
}

.practitioners-row6 .dnd-section {
  padding-top: 58px;
  padding-bottom: 53px;
}

.practitioners-row8 .embedded-video {
  margin-right: 21px;
  width: 557px;
  height: 314px;
}

.practitioners-row8 h3 {
  font-size: 28px;
  line-height: 1.23;
  padding-top: 42px;
}

.practitioners-row8 .dnd-section {
  padding-bottom: 42px;
}

.practitioners-row9 .dnd-section {
  padding-bottom: 59px;
}

.practitioners-row9 ul {
  padding-left: 65px;
  padding-top: 10px;
}

.practitioners-row10 h2 {
  font-size: 44px;
  line-height: 1.23;
  font-family: Montserrat;
  color: #152f2e;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  padding-left: 25px;
  padding-bottom: 20px;
}

.practitioners-row10 .hs_cos_wrapper_type_header {
  display: block;
  background: rgba(240,188,104,1);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  margin: 0 auto;
  max-width: 782px;
  padding: 18.5px 0 26px;
  position: relative;
  left: 12px;
  margin-top: 1px;
  margin-bottom: 2px;
}

.practitioners-row10 .hs_cos_wrapper_type_header h3 {
  line-height: 29px;
  text-align: center;
  font-weight: 700;
  font-family: "PT Serif";
  font-size: 24px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  text-transform: none;
  max-width: 605px;
  margin: 0 auto;
}

.practitioners-row10 .hs_cos_wrapper_type_rich_text h3 {
  font-weight: 700;
  font-family: "PT Serif";
  font-size: 24px;
  color: rgb(240, 188, 104);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 40px;
  padding-bottom: 60px;
}

.practitioners-row10 .business-oppurtinities .row-fluid {
  width: auto;
  margin: 0 -40px;
}

.practitioners-row10 .dnd-section {
  padding-bottom: 48px;
  padding-top: 43px;
}

.practitioners-row11 h2 {
  text-align: center;
  font-weight: 600;
  font-family: Montserrat;
  font-size: 36px;
  color: rgb(21, 47, 46);
  line-height: normal;
  padding-bottom: 32px;
}

.practitioners-row11 .span4 {
  width: 33.333%;
  margin: 0 auto !important;
}

.practitioners-row11 .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}

.practitioners-row11 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 20px;
  line-height: 1em;
  font-family: Montserrat;
  color: rgb(95, 149, 149);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding-top: 17px;
}

.practitioners-row11 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  font-family: "PT Serif";
  color: #152f2e;
  font-weight: bolder;
  padding-top: 16px;
}

.practitioners-row11 img {
  display: block;
}

.practitioners-row11 .dnd-section {
  padding-bottom: 46px;
  padding-top: 42px;
}

.practitioners-row12 {
  background: rgba(255,255,255,1);
  background: -webkit-linear-gradient(#ffffff, #c4d7d1);
  background: -moz-linear-gradient(#ffffff, #c4d7d1);
  background: linear-gradient(#ffffff, #c4d7d1);
  background: -ms-linear-gradient(#ffffff, #c4d7d1);
  background: -o-linear-gradient(#ffffff, #c4d7d1);
}

.practitioners-row12 h2 {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 36px;
  color: rgb(21, 47, 46);
  margin: 0;
  text-align: center;
  line-height: 1.23;
  padding-bottom: 14px;
}

.practitioners-row12 p {
  margin: 0;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
  font-family: "PT Serif";
  color: rgb(48, 48, 48);
  font-style: normal;
  font-weight: 400;
}

.practitioners-row12 .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 890px;
  margin: 0 auto;
}

.practitioners-row12 .hs_cos_wrapper_type_header {
  background: rgba(240,188,104,1);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  display: block;
  text-align: center;
  max-width: 784px;
  margin: 0 auto;
  margin-top: 13px;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 14px;
  margin-bottom: 38px;
}

.practitioners-row12 .hs_cos_wrapper_type_header h3 {
  font-weight: 700;
  font-family: "PT Serif";
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 29px;
  text-transform: none;
  max-width: 657px;
  margin: 0 auto;
  letter-spacing: 0;
}
.relief-row1-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.practitioners-row12 .span6:first-child {
  padding-left: 63px;
  width: 56%;
}
.accordion-wapper .accordion:after {
  content: url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/fa-chevron-down.svg);
}
.practitioners-row12 .span6 h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat;
  color: rgb(95, 149, 149);
  font-weight: bolder;
  margin-bottom: 14px;
}

.practitioners-row12 .span6 {
  width: 44%;
  margin-left: 0;
  padding-right: 33px !important;
}

.practitioners-row12 .span6 p {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Serif";
  color: rgb(48, 48, 48);
  font-style: normal;
  font-weight: 400;
}

.practitioners-row12 .span6 ul {
  padding-left: 24px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-family: Arial, sans-serif;
  margin-top: 0;
  padding-top: 1px;
}

.practitioners-row12 .dnd-section {
  padding-bottom: 85px;
  padding-top: 39px;
}

.practitioners-row13 .span6 {
  width: 60%;
  margin-left: 0;
}

.practitioners-row13 .span6:first-child {
  width: 40%;
  padding-left: 20px !important;
}

.practitioners-row13 .dnd-section {
  padding-top: 52px;
  padding-bottom: 42px;
}

.practitioners-row13 .span6:last-child {
  margin-left: -23px;
  padding-top: 71px;
}

.practitioners-row13 h2 {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 36px;
  color: rgb(240, 188, 104);
  line-height: 42px;
  margin: 0;
}

.practitioners-row13 .row-fluid {
  display: block !important;
}

.practitioners-row13 .dnd-section>.row-fluid {
  max-width: 1010px;
}

.practitioners-row13 h4 {
  margin: 0;
  font-weight: 600;
  font-family: Montserrat;
  font-size: 24px;
  color: rgb(21, 47, 46);
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 27px;
}

.practitioners-row13 p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  font-family: "PT Serif";
  color: rgb(48, 48, 48);
  font-style: normal;
  font-weight: 400;
  padding-bottom: 16px;
}

.practitioners-row13 .hs_cos_wrapper_type_header {
  display: block;
  line-height: 32px;
  font-weight: 400;
  font-family: Montserrat;
  font-size: 24px;
  background-color: #aab8bb;
  padding: 20px;
  color: #000000;
  margin-top: 38px;
  text-align: center;
  margin-right: 7px;
}

.practitioners-row13 .hs_cos_wrapper_type_header h5 {
  margin: 0;
  font-size: 21px;
  margin-bottom: 16px;
  line-height: 25px;
  font-weight: bolder;
  color: #000000;
  font-family: Montserrat;
}

.practitioners-row14 h2 {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 36px;
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: normal;
  padding-bottom: 16px;
}

.practitioners-row14 .dnd-section {
  padding-top: 22px;
}

.practitioners-row14 .join-us-section {
  position: relative;
  left: 9px;
  padding-bottom: 26px;
}

.practitioners-row14 .join-us-section h4 {
  padding-bottom: 23px;
}

.practitioners-row14 .hs-button {
  background: rgba(255,255,255,1);
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat;
  border-radius: 5px;
  color: #000;
  font-weight: bolder;
  text-transform: none;
  letter-spacing: 0;
  padding: 15.5px 30.88px;
  margin-top: 25px;
  margin-left: 10px;
  margin-bottom: 22px;
}

.practitioners-row14 .hs-button:hover {
  opacity: 1;
  background: rgba(0,0,0,1);
  box-shadow: none;
  color: #ffffff;
}

.practitioners-row15 {
  background: rgba(240,188,104,0.7);
}

.practitioners-row15 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.practitioners-row15 .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
  font-family: Montserrat;
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: normal;
  padding-top: 7px;
  padding-bottom: 12px;
}

.practitioners-row15 .hs_cos_wrapper_type_rich_text h4 {
  font-weight: 400;
  font-family: Montserrat;
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: normal;
  margin: 0;
  padding-bottom: 35px;
}

.practitioners-row15 .hs-button {
  background: rgba(95,149,149,1);
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  border-radius: 5px;
  text-transform: none;
  font-weight: bolder;
  letter-spacing: 0;
  padding: 13px 46.54px;
  opacity: 1 !important;
}

.practitioners-row15 .hs-button:hover {
  background: rgba(60,134,134,1);
  box-shadow: none;
  color: #FFFFFF;
}

.practitioners-footer {
  background: rgba(48,48,48,1);
  position: relative;
}

.practitioners-row15 .dnd-section {
  padding-bottom: 49px;
}

.practitioners-footer .page-center {
  max-width: 940px;
}

.practitioners-footer .footer-content p {
  font-size: 14px;
  line-height: 22px;
  font-family: Arial, sans-serif;
  color: #666666;
  max-width: 869px;
  margin: 0 auto;
  letter-spacing: 0;
}

.practitioners-footer .footer-content {
  padding: 0 70px;
  padding-top: 39px;
  padding-bottom: 49px;
  padding-right: 0;
}
.lyme-relief-row1-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.practitioners-footer .footer-content p:last-child {
  text-align: center;
  padding-top: 16px;
}

.practitioners-page {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.practitioners-layout h1, 
.practitioners-layout h2, 
.practitioners-layout h3, 
.practitioners-layout h4, 
.practitioners-layout h5, 
.practitioners-layout h6 {
  white-space: normal;
}

.migration .hs-search-module .hs-input {
  margin-bottom: 12px;
}

/*   ======================= */
@media (min-width: 1801px) {
  .our-family-section-three .dnd-section .span7 .dnd-column:last-child {
    margin-right: 0;
  }
}

/* ========= */
@media (max-width: 1800px) {
  .our-family-banner .hs-banner-area .banner-content {
    padding-top: 7px;
  }

  .our-family-section-one .dnd-section .widget-type-header {
    padding: 0 0px 17px;
  }
}

@media (max-width: 1800px) and (min-width: 1500px) { 
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3 {
    width: 24.2574%;
    margin-bottom: 0.990099%;
    margin-right: 0.990099%;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(4n) {
    margin-right: 0;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(4n + 1) {
    clear: both;
  }

}

@media (max-width: 1499px) and (min-width: 1181px) { 
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3  {
    width: 32.5017%;
    margin-bottom: 1.2474%;
    margin-right: 1.2474%;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(3n) {
    margin-right: 0;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(3n + 1) {
    clear: both;
  }

}

@media (max-width: 1180px) and (min-width: 800px) { 
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3  {
    width: 49.2462%;
    margin-bottom: 1.50754%;
    margin-right: 1.50754%;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(2n) {
    margin-right: 0;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(2n + 1) {
    clear: both;
  }

}

@media (max-width: 1400px) {
  .our-family-banner .hs-banner-area .banner-content {
    padding-top: 15px;
  }

  .balance-immune-section-seven .dnd-section .widget-type-linked_image {
    display: block;
    padding: 17px 17px;
    max-width: 100%;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .our-family-banner .hs-banner-area .banner-content {
    padding-top: 20px;
  }

  .body-software-banner .hs-banner-area .page-center {
    padding: 0 17px;
    padding-bottom: 22px;
  }
  .body-software-banner .hs-banner-area {
    padding: 60px 80px;
  }
}
@media (max-width: 1024px) {
  .our-family-section-four .dnd-section .span7 {
    width: 58%;
    margin: 0;
  }

  .practitioners-footer .footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .practitioners-row2 .span6 {
    padding: 0 15px;
  }

  .practitioners-row4 .span4 {
    padding: 0 10px !important;
  }

  .practitioners-row6 .embedded-video {
    margin: 0;
  }

  .practitioners-row6 .span6:first-child {
    padding-right: 20px !important;
  }

  .practitioners-row11 .span4 {
    padding: 0 10px !important;
  }

  .practitioners-row13 .span6:last-child {
    margin-left: 0;
  }

  .practitioners-row3 .span6 {
    width: 48%;
  }
}

@media (max-width: 860px) {
  .our-family-banner .hs-banner-area .banner-content {
    padding-top: 28px;
  }
}


@media (max-width: 800px) { 
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3  {
    width: 100%;
    margin-bottom: 2.27273%;
    margin-right: 0px;
  }

}

@media (max-width:767px) {
  .practitioners-row2 .span6 {
    width: 100%;
    padding: 0 !important;
  }

  .practitioners-row3 .span6:first-child {
    margin-bottom: 15px !important;
  }

  .practitioners-row4 .span4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .practitioners-row4 .span4:last-child {
    margin-bottom: 0;
  }

  .practitioners-row6 .span6 {
    width: 100% !important;
  }

  .practitioners-row6 .span6:first-child {
    padding-right: 0 !important;
    margin-bottom: 10px;
  }

  .practitioners-row6 .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    float: none;
  }

  .practitioners-row6 .embedded-video {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
  }

  .practitioners-row10 .hs_cos_wrapper_type_header {
    position: static;
  }

  .practitioners-row11 .span4 {
    margin-bottom: 20px !important;
  }

  .practitioners-row12 .span6:first-child {
    padding-left: 0;
    width: 100%;
    padding: 0 !important;
  }

  .practitioners-row12 .span6 {
    width: 100%;
    padding: 0 !important;
  }

  .practitioners-row13 .span6 {
    width: 100% !important;
  }

  .practitioners-row13 .span6:first-child {
    padding-left: 0 !important;
  }
}

@media (max-width: 750px) {
  .our-family-section-four .dnd-section .span7 .widget-type-rich_text {
    min-width: 330px;
    min-height: 304px;
  }

}

@media (max-width: 640px) {
  .our-family-banner .hs-banner-area .banner-content {
    padding: 0;
  }

  .our-family-section-one .dnd-section .widget-type-header {
    width: 100%;
    padding: 17px 0;
  }

  .our-family-section-two .dnd-section .span5 {
    width: 100%;
    float: none;
    margin: 0;
  }

  .our-family-section-two .dnd-section .span5 .widget-type-rich_text {
    padding-top: 0;
  }

  .our-family-section-two .dnd-section .span7 {
    width: 100%;
  }

  .our-family-section-three .dnd-section .span7 {
    width: 100%;
    float: none;
    margin: 0;
  }

  .our-family-section-three .dnd-section .span5 {
    width: 100%;
    margin: 0;
    float: none;
  }

  .our-family-section-three .dnd-section .span5 .widget-type-rich_text {
    margin: 0;
  }

  .our-family-section-four .dnd-section .span5 {
    margin: 0;
    float: none;
    width: 100%;
  }

  .our-family-section-four .dnd-section .span7 .widget-type-rich_text {
    min-width: 400px;
    min-height: 304px;
  }

  .our-family-section-five .dnd-section .widget-type-space {
    padding: 0 0 17px;
  }

  .our-family-section-five .dnd-section .widget-type-space > .hs_cos_wrapper_type_space {
    height: auto;
  }

  .our-family-section-four .dnd-section .span7 {
    width: 100%;
    float: none;
  }

  .our-family-section-five .dnd-section .widget-type-header {
    padding-top: 27px;
  }

  .our-family-section-six .dnd-section .span6 {
    float: none;
    width: 100%;
  }

  .cm-ampcoilprac7-sec hr {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .success-stories-banner .hs-banner-area .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

@media (max-width: 640px) and (min-width: 600px) {
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3 {
    width: 24.2268%;
    margin-bottom: 1.03093%;
    margin-right: 1.03093%;
    float: left;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(4n) {
    margin-right: 0;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(4n + 1) {
    clear: left;
  }
}

@media (max-width:600px) {

  .our-family-section-one .dnd-section {
    margin: 0 22px;
  }
  .our-family-section-two .dnd-section .span5, 
  .our-family-section-two .dnd-section .span7,
  .our-family-section-three .dnd-section .span7,
  .our-family-section-three .dnd-section .span5,
  .our-family-section-four .dnd-section .span5,
  .our-family-section-four .dnd-section .span7,
  .our-family-section-five .dnd-section > .row-fluid {
    float: none;
    margin: 0 22px;
    width: auto;
  }
  .our-family-section-four .dnd-section .span7 .widget-type-rich_text {
    min-width: 100%;
    overflow: auto;
  }
  .our-family-section-six .dnd-section .span6:last-child {
    width: auto;
    margin: 0 22px;
  } 

  .cm-ampcoilprac7-sec.cm-80lr-pd .dnd-section {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .practitioners-header .logo-section {
    text-align: center;
    padding-left: 0;
  }

  .practitioners-header .logo-section img {
    width: 222px !important;
    height: 61px;
    float: none;
    margin: 0 auto;
  }

  .practitioners-header .logo-section * {
    display: block;
  }

  .practitioners-header {
    right: 0;
    margin: 0 auto;
  }

  .practitioners-header .page-center {
    width: 100%;
    max-width: 320px;
  }

  .practitioners-layout .dnd-section>.row-fluid,
  .practitioners-layout .page-center {
    max-width: 350px;
  }

  .practitioners-header .logo-section {
    padding-top: 12px;
  }

  .practitioners-row1 h2 {
    transform: scale(0.58);
    -webkit-transform: scale(0.58);
    margin: 0 -40px;
    padding: 0;
  }

  .practitioners-row1 .dnd-section>div>div {
    padding: 0 !important;
  }

  .practitioners-row1 .dnd-section {
    padding-top: 0;
  }

  .practitioners-row1 h4 {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin: 0;
  }

  .practitioners-row1 ul {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin: 0;
    padding: 0;
  }

  .practitioners-row1 ul ul {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .practitioners-row1 .join-us-section {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .practitioners-row1 .hs-button {
    padding: 3px 10px;
    width: 310px;
  }

  .practitioners-row1 .join-us-section {
    max-width: 298px;
    padding-bottom: 33px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
  }

  .practitioners-row1 ul {
    margin: 0px -65px;
    margin-top: -81px;
    margin-bottom: -40px;
  }

  .practitioners-row1 ul ul {
    margin: 0 -40px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    letter-spacing: -0.5px;
    padding-top: 0;
    margin-top: -17px;
    margin-bottom: -9px;
  }

  .practitioners-row1 h2 {
    margin-bottom: -9px;
  }

  .practitioners-row1 .dnd-section {
    padding-bottom: 40px;
  }

  .practitioners-row2 h2 {
    transform: scale(0.64);
    -webkit-transform: scale(0.64);
    margin: 0 -63px;
    margin-top: -55px;
    line-height: 40px;
  }

  .practitioners-row2 img {
    max-width: 284px !important;
    display: block;
    margin-top: -15px;
    margin-bottom: 17px;
  }

  .practitioners-row2 .hs_cos_wrapper_type_rich_text h2 {
    display: none;
  }

  .practitioners-row2 .hs_cos_wrapper_type_rich_text {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  .practitioners-row2 p {
    font-size: 12.8px;
    line-height: 23px;
    padding: 0 20px 9px;
  }

  .practitioners-row2 .dnd-section {
    padding-bottom: 0;
  }

  .practitioners-row3 .span6 {
    width: 100%;
  }

  .practitioners-row3 .dnd-section {
    padding-top: 0;
    padding-bottom: 29px;
  }

  .practitioners-row3 .span6 {
    padding: 20px 19px 24px;
    max-width: 282px;
    min-height: 252px;
  }

  .practitioners-row3 p {
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    margin: 0 -40px;
  }

  .practitioners-row3 h3 {
    padding-bottom: 3px;
  }

  .practitioners-row4 .hs_cos_wrapper_type_header h2 {
    transform: scale(0.55);
    -webkit-transform: scale(0.55);
    margin: 0 -40px;
    margin-top: -38px;
    padding-bottom: 0;
  }

  .practitioners-row4 .hs_cos_wrapper_type_rich_text {
    margin-top: -11px;
    padding: 0px 20px !important;
  }

  .practitioners-row4 .span4:first-child h3 {
    padding-bottom: 0;
  }

  .practitioners-row4 .span4 {
    margin-bottom: 39px;
  }

  .practitioners-row4 h3 {
    min-height: initial;
    padding-bottom: 10px;
  }

  .practitioners-row4 .span4:first-child h3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .practitioners-row5 ul {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    margin: 0 -50px;
    margin-top: -46px;
  }

  .practitioners-row5 .dnd-section {
    padding-bottom: 50px;
  }

  .practitioners-row5 h3 {
    padding-left: 0;
    transform: scale(0.93);
    -webkit-transform: scale(0.93);
  }

  .practitioners-row6 h3 {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin: 0 -40px;
    padding: 0;
    margin-top: -50px;
  }

  .practitioners-row6 .embedded-video {
    margin-top: -70px;
    padding: 0 10px;
    margin-bottom: -40px;
  }

  .practitioners-row6 .dnd-section {
    padding-bottom: 0;
  }

  .practitioners-row8 h3 {
    margin-bottom: -8px;
    margin-top: -54px;
  }

  .practitioners-row9 h3 {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    margin: 0 -80px;
  }

  .practitioners-row9 .dnd-section {
    padding-top: 6px;
  }

  .practitioners-row9 ul {
    padding-left: 39px;
  }

  .practitioners-row10 h2 {
    padding-left: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin-top: -47px;
    line-height: 1.2;
    padding-bottom: 0;
    margin-bottom: -7px;
  }

  .practitioners-row10 .hs_cos_wrapper_type_header {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin: 0 -55px;
    position: static;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 38px;
  }

  .practitioners-row10 .hs_cos_wrapper_type_rich_text h3 {
    padding-top: 40px;
    padding-bottom: 24px;
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    margin: 0 -30px;
  }

  .practitioners-row11 h2 {
    transform: scale(0.55);
    -webkit-transform: scale(0.55);
    margin: 0 -100px;
    padding-bottom: 14px;
  }

  .practitioners-row11 .dnd-section {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .practitioners-row11 .span4 {
    width: 100%;
  }

  .practitioners-row11 .hs_cos_wrapper_type_rich_text h3 {
    padding-top: 11px;
  }

  .practitioners-row11 .hs_cos_wrapper_type_rich_text {
    padding-bottom: 20px;
  }

  .practitioners-row12 h2 {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin: 0 -80px;
    margin-top: -40px;
    padding-bottom: 0;
    margin-bottom: -16px;
  }

  .practitioners-row12 p {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    margin: 0 -30px;
    margin-bottom: -20px;
  }

  .practitioners-row12 .hs_cos_wrapper_type_header h3 {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin: 0 -50px;
  }

  .practitioners-row12 .hs_cos_wrapper_type_header {
    max-width: 302px;
    padding: 0;
    margin-bottom: 21px;
  }

  .practitioners-row12 .span6 h4 {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    margin: 0 -30px;
  }

  .practitioners-row12 .span6:first-child {
    margin-top: -10px;
  }

  .practitioners-row12 .span6 ul {
    font-size: 10px;
    padding-left: 38px;
  }

  .practitioners-row12 .span6 p {
    margin-bottom: 5px;
  }

  .practitioners-row12 img {
    max-width: 265px !important;
    display: block;
    margin: 0 auto;
  }

  .practitioners-row12 .dnd-section {
    padding-bottom: 25px;
  }

  .practitioners-row13 .dnd-section>div>div>div>div {
    display: flex !important;
    flex-wrap: wrap-reverse;
  }

  .practitioners-row13 .span6:last-child {
    padding-top: 0;
  }

  .practitioners-row13 h2 {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    margin: 0 -150px;
  }

  .practitioners-row13 .dnd-section {
    padding-top: 19px;
  }

  .practitioners-row13 h4 {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    margin: 0 -150px;
    margin-top: -20px;
    padding-bottom: 0;
    margin-bottom: -6px;
  }

  .practitioners-row13 p {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    padding-bottom: 0;
    margin: 0 -30px;
  }

  .practitioners-row13 img {
    width: 250px;
    height: 499px;
    margin-top: 10px;
  }

  .practitioners-row13 .hs_cos_wrapper_type_header h5 {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin: 0 -80px;
  }

  .practitioners-row13 .hs_cos_wrapper_type_header {
    padding-top: 4px;
    padding-bottom: 9px;
  }

  .practitioners-row14 h2 {
    transform: scale(0.58);
    -webkit-transform: scale(0.58);
    margin: 0 -80px;
  }

  .practitioners-row14 .dnd-section {
    padding-top: 0;
  }

  .practitioners-row14 .join-us-section {
    position: static;
    max-width: 298px;
    padding: 20px 20px 35px;
  }

  .practitioners-row14 .hs-button {
    height: 54px;
    padding: 0;
  }

  .practitioners-row15 .hs_cos_wrapper_type_rich_text h2 {
    transform: scale(0.68);
    -webkit-transform: scale(0.68);
    margin: 0 -60px;
    margin-bottom: -20px;
  }

  .practitioners-row15 .dnd-section {
    padding-top: 25px;
  }

  .practitioners-row15 .hs_cos_wrapper_type_rich_text h4 {
    transform: scale(0.68);
    -webkit-transform: scale(0.68);
    margin: 0 -70px;
    padding-bottom: 10px;
  }

  .practitioners-row15 .hs-button {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    width: 286px;
    height: 54px;
    line-height: 54px;
  }

  .practitioners-footer .footer-content p {
    max-width: 350px;
    margin: 0 auto;
    transform: scale(0.87);
    -webkit-transform: scale(0.87);
  }

  .practitioners-footer .footer-content {
    padding-bottom: 0;
    padding-top: 0;
  }

  .practitioners-footer .footer-content p:first-child {
    margin-bottom: -30px;
  }

  .practitioners-footer .footer-content p:last-child {
    padding-bottom: 16px;
  }

  .practitioners-row13 .hs_cos_wrapper_type_header {
    margin-right: 0;
  }

  .practitioners-row14 .hs-button {
    width: 100%;
    margin-left: 0;
    padding-top: 3px;
  }

  .practitioners-row14 .join-us-section h4 {
    padding-bottom: 20px;
  }

  .practitioners-row1 .join-us-section h4 {
    padding-top: 15px;
  }
}

@media (max-width: 599px) and (min-width: 500px) {
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3 {
    width: 32.5317%;
    float: left;
    margin-bottom: 1.2024%;
    margin-right: 1.2024%;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(3n) {
    margin-right: 0;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(3n + 1) {
    clear: left;
  }
}

@media (max-width: 499px) and (min-width: 366px) {
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3 {
    float: left;
    width: 49.2366%;
    margin-bottom: 1.52672%;
    margin-right: 1.52672%;

  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(2n) {
    margin-right: 0;
  }

  .our-family-section-three .dnd-section .span7 .dnd-column:nth-child(2n + 1) {
    clear: left;
  }
}


@media (max-width: 365px) {
  .our-family-section-three .dnd-section .span7 .dnd-column.span2,
  .our-family-section-three .dnd-section .span7 .dnd-column.span3 {
    width: 100%;
    margin-bottom: 2.28137%;
    margin-right: 0px;
  }
}


/* Web1 */
.event-row1 .dnd-section {
  padding: 30px 80px;
}
.event-row2 .dnd-section {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 55px;
}
.success-row1 .dnd-section {
  padding-left: 63px;
  padding-right: 63px;
}
.success-row1 h1 {
  text-align: center;
  margin-top: -1px;
  padding: 0 17px 17px;
}
.success-row1 .span1 {
  width: 8.3333%;
  margin: 0;
}
.success-row1 .span5 {
  width: 41.6667%;
  margin: 0;
  padding: 17px !important;
}
.success-row1 .oembed_container {
  max-width: none !important;
  max-height: none !important;
  margin-bottom: -10px;
}
.success-row1 .oembed_container .iframe_wrapper {
  padding-bottom: 56.33803%;
  padding-top: 0;
}
.success-row1 .iframe_wrapper .oembed_container_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
}
.success-row1 figure {
  margin: 22px 0;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-align: center;
}
.success-row1 blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.success-row1 figure figcaption {
  padding-top: .5em;
  font-family: futura-pt;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .55em;
  line-height: 2.3em;
  text-transform: uppercase;
}
.success-row1 hr {
  border: 0 !important;
  background-color: rgba(222,222,222,.57);
  margin: 25px 17px !important;
  max-width: calc( 100% - 34px );
}
.success-row1 img.hs-image-widget {
  display: block;
}
.success-row1 .hs-button {
  padding: 13px 26px;
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-top: 28px;
}
.success-row2 .dnd-section {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 0;
  padding-bottom: 98px;
}
.success-row2 p {
  font-size: .8em;
  line-height: 1.6em;
}
.relief-row1-section .dnd-section {
  padding: 108px 63px 80px;
}
.relief-row1-section .dnd-section>.row-fluid {
  width: 50%;
  margin-left: 50%;
  text-align: center;
  padding: 0 17px;
}
.relief-row1-section h3 {
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  text-shadow: #000 1px 0 10px;
}

.relief-row1-section .hs-button {
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: #5d8382;
  border-color: #5d8382;
}
@media (max-width:1024px) {
  .success-row1 .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }
  .success-row2 .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width:960px) {
  .success-row1 .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
  .success-row2 .dnd-section {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width:768px) {
  .success-row1 .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }
  .success-row2 .dnd-section {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.cm-ampcoil .shop-section-one .slick-slide img {
  top: 0;
}
.cm-ampcoil .shop-section-one .hs-button:hover, .cm-ampcoil .shop-section-one .hs-button:focus {
  opacity: 0.4;
}
.cm-ampcoil .shop-section-two .content-with-video-wrap {
  padding-left:16.6667%;
}
.cm-ampcoil .custom-advanced-slider .slider-nav-inner img {
  opacity:1;
}
.cm-ampcoil .shop-section-two .dnd-section {
  padding-left: 63px;
  padding-right: 63px;
}
.cm-ampcoil .shop-section-two .content-with-video-wrap {
  padding-left: calc(16.6667% + 17px);
  padding-right: calc(16.6667% + 17px);
}
.cm-ampcoil .shop-section-two .content-with-video-wrap.full-width .vimeo-video-wrapper {
  padding-right: 0;
  padding-top: 31px;
}
.cm-ampcoil .shopsection-three .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cm-ampcoil .shopsection-three .hs-button {
  margin-top: 34px;
}

.cm-ampcoil .shopsection-four .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cm-ampcoil .shopsection-four hr {
  border: 0 !important;
  background-color: rgba(222,222,222,.57);
  margin: 8px 0 !important;
}

.cm-ampcoil .shopsection-four .hs_cos_wrapper_type_header h2 {
  text-align: center;
  white-space: pre-wrap;
}
.cm-ampcoil .shopsection-five .dnd-section {
  padding:0 63px;
}
.cm-ampcoil .shopsection-five .dnd-section>.row-fluid {
  padding-left:0;
  padding-right:0;
}
.cm-ampcoil .shopsection-five .dnd-section .hs_cos_wrapper_type_linked_image {
  padding-right: 0;
}
.cm-ampcoil .shopsection-five .span6 {
  width:50%;
  margin:0;
  padding:0 17px;
  float:left;
}
.cm-ampcoil .oembed_container {
  max-width: none !important;
  max-height: none !important;
  padding-left: calc(16.6667% + 17px);
  padding-right: calc(16.6667% + 17px);
  padding-top: 31px;
  padding-bottom:7px;
}

.cm-ampcoil .oembed_container .iframe_wrapper {
  padding-top: 0;
}

.cm-ampcoil .oembed_container .iframe_wrapper iframe {
  max-width: none !important;
  max-height: none !important;
}
.cm-ampcoil .shopsection-six .dnd-section>.row-fluid {
  padding-left:0;
  padding-right:0;
}
.cm-ampcoil h3 {
  white-space: pre-wrap;
}

.event-row2 hr {
  margin: 40px;
  background: #9a9a9a;
  opacity: 1;
}
.event-row2 a {
  line-height: 1.9em;
  text-decoration: underline;
  color: #20aaac;
  border: 0;
}
@media (max-width:1025px) {
  .cm-ampcoil .oembed_container {
    padding-top: 40px;
  }
}
@media(max-width:1024px){
  .cm-ampcoil .shop-section-two .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }
  .cm-ampcoil .shopsection-five .dnd-section {
    padding:0 47px;
  }
  .event-row1 .dnd-section,
  .event-row2 .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  } 
}
@media(max-width:960px){
  .cm-ampcoil .shop-section-two .dnd-section {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .cm-ampcoil .shopsection-five .dnd-section {
    padding:0 31px !important;
  }
  .cm-ampcoil .shopsection-four .dnd-section, .cm-ampcoil.shopsection-three .dnd-section {
    padding-right: 48px !important;
  }
  .event-row1 .dnd-section,
  .event-row2 .dnd-section {
    padding-left: 48px;
    padding-right: 48px;
  }  
}
@media(max-width:768px){
  .cm-ampcoil .shop-section-two .dnd-section {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .cm-ampcoil .shopsection-four .dnd-section, .cm-ampcoil .shopsection-three .dnd-section {
    padding-right: 36px !important;
  }
  .cm-ampcoil .shopsection-five .dnd-section {
    padding: 0px 19px !important;
  }
  .event-row1 .dnd-section,
  .event-row2 .dnd-section {
    padding-left: 36px;
    padding-right: 36px;
  }  
}
@media(max-width:640px){
  .cm-ampcoil .shop-section-two .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cm-ampcoil .oembed_container {
    padding: 57px 0 7px;
  }
  .cm-ampcoil .shopsection-four .dnd-section, .cm-ampcoil .shopsection-three .dnd-section {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .cm-ampcoil .shopsection-five .dnd-section {
    padding: 0px 20px !important;
  }
  .cm-ampcoil .shopsection-five .span6 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .event-row1 .dnd-section,
  .event-row2 .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }  
  .cm-ampcoil .shopsection-six .dnd-section {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media(max-width:600px){ 
  .cm-ampcoil .shopsection-six .dnd-section {
    padding-left:20px
  }
  .cm-ampcoil .shop-section-two .dnd-section, .cm-ampcoil .shopsection-five .dnd-section {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .cm-ampcoil .shopsection-six .dnd-section { 
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.success-layout .adv-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  max-height: 216px;
  overflow: hidden;
  height: 216px;
  width: 100%;
  background-position: center;
}
.success-layout .adv-banner img {
  display: none;
}
.success-row1 .span6 {
  width: 50%;
  margin: 0;
  padding: 17px !important;
  padding-left: 0 !important;
}

.success-row1 .dnd-section>.row-fluid {
  padding-left: 8.5%;
  padding-right: 8.5%;
}

.success-row1 .dnd-section {
  padding: 0;
  padding: 30px 80px;
}

.success-row1 .span6:last-child {
  padding-right: 0 !important;
  padding-left: 17px !important;
}
.success-row1 .dnd-section>.row-fluid.no-padding {
  padding: 0;
}
.success-row1 hr {
  margin: 25px 0px !important;
}
.relief-row9-section .dnd-section {
  padding: 17px 80px 30px;
  font-size: 0.8em;
  line-height: 2.375;
}
.relief-row8-section .dnd-section, .relief-row7-section .dnd-section, .relief-row6-section .dnd-section, .relief-row5-section .dnd-section, .relief-row4-section .dnd-section, 
.cm-reief-page .lyme-relief-row2-section .dnd-section {
  padding-left: 63px;
  padding-right: 63px;
}
.relief-row8-section .dnd-section>.row-fluid, .relief-row7-section .dnd-section>.row-fluid, .relief-row6-section .dnd-section>.row-fluid, .relief-row5-section .dnd-section>.row-fluid, 
.relief-row4-section .dnd-section>.row-fluid, .cm-reief-page .lyme-relief-row2-section .dnd-section>.row-fluid {
  padding-left: calc( 8.3333% + 17px );
  padding-right: calc( 8.3333% + 17px );
}
.relief-row8-section .dnd-section, .relief-row5-section .dnd-section, .relief-row4-section .dnd-section, .cm-reief-page .lyme-relief-row2-section .dnd-section {
  padding-bottom: 17px;
  padding-top:17px;
}
.relief-row8-section .span6 img {
  display: block;
}
.relief-row8-section .span6 {
  width: 50%;
  padding-top: 17px;
  padding-bottom: 17px;
  float:left;
}
.relief-row8-section .span6:last-child {
  margin-left: 0;
  padding-left: 17px;
  padding-right: 0;
}
.relief-row8-section .span6:first-child {
  padding-right: 17px;
  padding-left: 0;
}
.relief-row8-section ul li {
  margin-top: .5em;
  margin-bottom: .5em;
  list-style: none;
}
.relief-row8-section ul {
  margin: 0;
}
.relief-row8-section ul li:before {
  content: "\2022";
  padding-right: 10px;
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.relief-row8-section h2 {
  font-size: 1.5em;
  color: #e0ab67;
}
.relief-row8-section h3 {
  margin-bottom: 17px;
}
.relief-row7-section h2 {
  text-align: center;
  white-space: pre-wrap;
  color: #e0ab67;
  font-size: 1.5em;
}
.relief-row7-section h2:last-child {
  margin-bottom: 0;
}
.relief-row7-section .dnd-section, .relief-row6-section .dnd-section {
  padding-top: 17px;
  padding-bottom: 17px;
}
.relief-row7-section .hs-button {
  margin-top: 34px;
}
.relief-row6-section hr, .relief-row5-section hr {
  border: 0 !important;
  background-color: rgba(222,222,222,.57);
  margin-top: 8px  !important;
  margin-bottom: 8px !important;
}
.relief-row6-section h2, .relief-row6-section h3 {
  text-align: center;
  white-space: pre-wrap;
}
.relief-row6-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
}
.relief-row4-section ul {
  margin: 0 0 0 40px;
}

.relief-row4-section ul li p {
  margin-top: .5em;
  margin-bottom: .5em;
}
.relief-row4-section ul li p:before {
  content: "\2022";
  padding-right: 10px;
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.relief-row4-section ul li {
  list-style: none;
}
.relief-row4-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
}
.relief-row4-section figure {
  margin: 22px 0;
}
.relief-row4-section figure blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
}
.relief-row4-section figure figcaption {
  text-align: center;
  padding-top: .5em;
  font-family: futura-pt;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .55em;
  line-height: 2.3em;
  text-transform: uppercase;
}
.relief-row4-section .contentWithbg-image:after {
  display: none;
}
.relief-row3-section .dnd-section {
  padding-left: 63px;
  padding-right: 63px;
}
.relief-row3-section .dnd-section>.row-fluid {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
.relief-row3-section .span4 {
  width: 40%;
}
.relief-row3-section .span8 {
  width: 60%;
  margin-left: 0;
}
.relief-row3-section .span4, .relief-row3-section .span8 {
  padding: 17px !important;
  float:left;
}
.relief-row3-section ul {
  margin-top: 0;
  margin-bottom: 0;
}
.cm-reief-page .lyme-relief-row2-section h2 {
  margin-top: 0;
  text-align: center;
}

.cm-reief-page .lyme-relief-row2-section .oembed_container {
  width: calc(80% - 7px);
}
.relief-row3-section img {
  display: block;
}
.relief-row3-section h3 {
  white-space: pre-wrap;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.cm-reief-page {
  overflow-x: hidden;
}
@media(max-width:1024px){
  .relief-row1-section .dnd-section .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }

  .relief-row8-section .dnd-section, .relief-row7-section .dnd-section, .relief-row6-section .dnd-section, .relief-row5-section .dnd-section, .relief-row4-section .dnd-section, .cm-reief-page .lyme-relief-row2-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }
  .relief-row3-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }
  .relief-row9-section .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
  .relief-row1-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }
  .relief-row1-section h3 {
    white-space: pre-wrap;
  }
  .success-row1 .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media(max-width:960px){
  .relief-row8-section .dnd-section, .relief-row7-section .dnd-section, .relief-row6-section .dnd-section, .relief-row5-section .dnd-section, .relief-row4-section .dnd-section, .cm-reief-page .lyme-relief-row2-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
  .relief-row3-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
  .relief-row9-section .dnd-section {
    padding-left: 48px;
    padding-right: 48px;
  }
  .relief-row1-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
  .success-row1 .dnd-section {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media(max-width:864px){
  .relief-row1-section {
    padding-top:0;
  }
}
@media(max-width:768px){
  .success-row1 .dnd-section {
    padding-left: 36px;
    padding-right: 36px;
  }
  .relief-row8-section .dnd-section, .relief-row7-section .dnd-section, .relief-row6-section .dnd-section, .relief-row5-section .dnd-section, .relief-row4-section .dnd-section, .cm-reief-page .lyme-relief-row2-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }
  .relief-row3-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }
  .relief-row9-section .dnd-section {
    padding-left: 36px;
    padding-right: 36px;
  }
  .relief-row1-section .dnd-section {
    padding-left:19px;
    padding-right: 19px;
  }
  .success-row1 .dnd-section {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media(max-width:767px){
  .success-row1 .span6 {
    width: 100%;
    margin: 0;
    padding: 17px !important;
    padding-left: 0 !important;
  }
}
@media(max-width:640px){
  .relief-row1-section .dnd-section .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }

  .relief-row1-section .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 77px;
  }

  .relief-row1-section .dnd-section>.row-fluid {
    width: 100%;
    margin-left: 0;
  }

  .relief-row1-section {
  }

  .relief-row8-section .dnd-section, .relief-row7-section .dnd-section, .relief-row6-section .dnd-section, .relief-row5-section .dnd-section, .relief-row4-section .dnd-section, .cm-reief-page .lyme-relief-row2-section .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .relief-row8-section .dnd-section>.row-fluid, .relief-row7-section .dnd-section>.row-fluid, .relief-row6-section .dnd-section>.row-fluid, .relief-row5-section .dnd-section>.row-fluid, .relief-row4-section .dnd-section>.row-fluid, .cm-reief-page .lyme-relief-row2-section .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .cm-reief-page .lyme-relief-row2-section .oembed_container {
    width: 100%;
  }

  .relief-row3-section .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .relief-row3-section .span4, .relief-row3-section .span8 {
    float: none;
    width: 100%;
    padding: 17px 0 !important;
  }

  .relief-row6-section .schedule-wrp .schedule-right {
    padding-bottom: 0;
  }

  .relief-row8-section .span6 {
    float: none;
    width: 100%;
  }

  .relief-row8-section .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .relief-row8-section .row-fluid .span6:first-child {
    order: 2;
  }

  .relief-row9-section .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .relief-row9-section .dnd-section {
    padding-bottom: 47px;
  }

  .success-layout .adv-banner {
    height: 120px;
  }
  .success-row1 .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .success-row1 .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .success-row1 h1 {
    padding: 17px 17px 17px;
  }
  .success-row1 .span6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .success-row1 .span6:last-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .success-row2 .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .success-row1 hr {
    max-width: 100%;
  }
}
@media(max-width:600px){
  .success-row1 h1 {
    padding: 17px 0px 17px;
  }
  .success-row1 .span6 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .success-row1 .span6:last-child {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  .relief-row8-section .dnd-section, .relief-row7-section .dnd-section, .relief-row6-section .dnd-section, .relief-row5-section .dnd-section, .relief-row4-section .dnd-section, .cm-reief-page .lyme-relief-row2-section .dnd-section {
    padding-left: 42px;
    padding-right: 42px;
  }

  .relief-row3-section .dnd-section {
    padding-left: 42px;
    padding-right: 42px;
  }

  .relief-row8-section .span6:last-child {
    padding-left: 0px;
  }
  .relief-row1-section .dnd-section>.row-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width:400px) {
  .practitioners-layout .dnd-section>.row-fluid, .practitioners-layout .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .practitioners-row1 .join-us-section {
    padding-top: 0px;
  }

  .practitioners-row1 .hs-button {
    width: 100%;
  }

  .practitioners-row2 p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .practitioners-row4 .span4 {
    padding: 0 !important;
  }

  .practitioners-row5 ul {
    padding-left: 30px;
  }

  .practitioners-row6 .embedded-video {
    padding: 0;
  }

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

  .practitioners-row10 .hs_cos_wrapper_type_header {
    margin: 0 -65px;
    margin-top: -30px;
  }

  .practitioners-row10 .dnd-section {
    padding-bottom: 0;
  }

  .practitioners-row11 .span4 {
    padding: 0 !important;
  }

  .practitioners-row12 p {
    margin: 0 -36px;
    margin-bottom: -20px;
  }

  .practitioners-footer .footer-content {
    padding: 0;
  }

  .practitioners-footer .footer-content p {
    max-width: initial;
    margin: 0 -10px;
    width: initial;
  }

  .practitioners-footer .footer-content p:last-child {
    padding-top: 10px;
  }

  .practitioners-layout .banner-section .row-fluid {
    padding: 0 !important;
  }
}

.shop-section-one .dnd-section {
  padding: 0;
  padding: 30px 80px;
  padding-bottom: 0;
}
.shop-section-two .dnd-section {
  padding: 0px 80px;
}

.shop-section-one .span5 {
  padding: 0;
  width: 40%;
}

.shop-section-one .slick-arrow {
  display: none !important;
}

.shop-section-one .span7 {
  padding: 0;
  padding-left: 40px;
  width: 60%;
  padding-top: 45px;
  text-align: left;
  margin: 0;
}

.shop-section-one h1 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  letter-spacing: -.04em;
  line-height: 1.2em;
  text-transform: none;
  color: #000942;
  margin: 0 0 30px 0;
  display: block;
}

.shop-section-one h5 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 30px;
  color: #333;
  position: relative;
}

.shop-section-one h4 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.4em;
  text-transform: none;
  color: #1d1d1d;
  font-weight: bold;
}

.shopsection-four ul,
.shop-section-one ul {
  margin: 14px 0;
  list-style: none;
}
.shopsection-four ul li,
.shop-section-one ul li {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.4em;
  text-transform: none;
  color: #1d1d1d;
  display: block;
}

.shop-section-one .hs-button {
  font-family: Open Sans;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #081568;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 21px 34px;
  background-color: #081568;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -ms-transition: .1s opacity linear;
  transition: .1s opacity linear;
  cursor: default;
  opacity: .4;
  border-radius: 0;
  margin-bottom: 30px;
}
.shop-section-one .hs-button:hover,
.shop-section-one .hs-button:focus{
  outline: 0;
  opacity: .8;
  color: #fff;
  border-color: #f0bb66;
}
.shop-section-one .hs-button:hover,
.shop-section-one .hs-button:focus{
  opacity: .4;
  background-color: #081568;
  border-color: #081568;
}
.shop-section-one h5:before {
  content: '$';
}

.shop-section-one h4:first-of-type {
  margin: 0;
}

.shop-section-one p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.4em;
  text-transform: none;
  color: #1d1d1d;
}
.shopsection-four ul li:before,
.shop-section-one ul li:before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  content: "\2022";
}

.shop-section-one h4:last-of-type {
  margin: 1em 0;
}

.shop-section-one p:last-of-type {
  font-family: futura-pt;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  color: #ababab;
  margin-bottom: 30px;
  margin-top: 30px;
}

.shop-section-one p i {
  font-style: normal;
}

.shop-section-one .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shop-section-one .slider-items {
  position: relative;
}

.shop-section-one .slider-items:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.shop-section-one .slick-track {
  margin: 0;
}

.shop-section-one .custom-advanced-slider .slider-nav-inner img {
  display: inline-block;
  width: 50px !important;
  margin: 10px 0 0 10px;
  height: 56.5px;
  top: -3px;
}

.shop-section-one .custom-advanced-slider .slider-nav-inner img:first-child {
  margin-left: 0;
}
.shop-section-two  .content-with-video-wrap.viemo-section .embed-block-wrapper iframe {
  opacity: 1 !important;
  visibility: visible !important;
}

.shop-section-two .content-with-video-wrap,
.shopsection-three .dnd-section>.row-fluid,
.shopsection-four  .dnd-section>.row-fluid,
.shopsection-six .dnd-section>.row-fluid,
.shopsection-five .dnd-section>.row-fluid{
  margin: 0 auto;
  padding-left: 8.5333%;
  padding-right: 16.6667%;
}

.shop-section-two .dnd-section .dnd-column {
  padding: 0;
}


.shop-section-two .dnd-section {
  padding: 30px 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.shop-section-two .content-with-video-wrap.full-width .vimeo-video-wrapper {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 5px;
}
.shopsection-six .dnd-section,
.shopsection-five .dnd-section,
.shopsection-four .dnd-section,
.shopsection-three .dnd-section {
  padding: 17px 80px;
}
.shopsection-six .dnd-section{
  padding-top: 0;
  padding-bottom:30px;
}
.shopsection-five .dnd-section{
  padding-top:0;
  padding-bottom:0;
}
.shopsection-six p {
  padding: 17px 0;
}

.shopsection-six .hs-button {
  margin: 17px 0;
}
.shopsection-five .dnd-section .hs_cos_wrapper_type_linked_image{
  display:block; 
  padding-top:17px;
  padding-bottom:17px;
  padding-right: 6px;
}
.shopsection-four .dnd-section .dnd-column {
  padding: 0;
}
.shopsection-four ul li {
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.9em;
  text-transform: none;
  color: #454545;
}
.container-fluid.shopsection-five img {
  display: block;
}
.shop-section-one .slick-slide img {
  display: block;
  position: relative;
  top: -35px;
}
@media(min-width:641px){
  .shop-section-one .span5 .hs_cos_wrapper_type_rich_text h1 {
    display: none;
  }
}
@media(max-width:1280px){
  .shop-section-one .span7 {
    padding-top: 27px;
  } 
}
@media(min-width:1700px){
  .shop-section-one .slick-slide img {
    top: -61px;
  }
}
@media(max-width:1500px){
  .shop-section-one .slick-slide img {
    display: block;
    position: relative;
    top: -49px;
  }
}
@media(max-width:1024px){
  .shop-section-one .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
  .shop-section-one .span7 {
    padding-top: 22.5px;
  }
  .shop-section-two .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }
  .shopsection-six .dnd-section, .shopsection-five .dnd-section, .shopsection-four .dnd-section, .shopsection-three .dnd-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .body-software-banner .hs-banner-area {
    padding-left: 64px;
    padding-right: 64px;
  }

}
@media(max-width:991px){
  .shopsection-four .dnd-section, .shopsection-three .dnd-section {
    padding-right: 72px;
  }
}

@media(max-width:960px){
  .shop-page .dnd-section{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .shopsection-four .dnd-section, 
  .shopsection-three .dnd-section {
    padding-right: 56px !important;
  }
  .software-row3-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media(max-width:768px){
  .shop-page .dnd-section{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .shopsection-four .dnd-section, 
  .shopsection-three .dnd-section {
    padding-right: 44px !important;
  }
  .shop-section-one .span7 {
    padding-top: 0;
  }
  .shop-section-one .slick-slide img {
    display: block;
    position: relative;
    top: -26px;
  }
  .shopsection-six p {
    padding-right: 17px;
  }
  .software-row3-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media(max-width:767px){
  .shop-section-one .dnd-section>.row-fluid {
    display: flex;
  }
  .body-software-banner .hs-banner-area {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media(max-width:650px){
  .shop-section-one .slick-slide img {
    display: block;
    position: relative;
    top: -21px;
  }
}
@media(max-width:640px){
  .shop-section-one .dnd-section>.row-fluid {
    display: block;
  }
  .shop-section-one .span5,.shop-section-one .span7 {
    width: 100% !important;
    padding: 0;
  }
  .shop-page .dnd-section{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .shop-section-one h1 {
    margin: 0 0 15px 0;
  }
  .shop-section-one .slick-slide img {
    top: -56px;
  }
  .shop-section-one .span7 h1 {
    display: none;
  }
  .shop-section-one .custom-advanced-slider {
    padding-bottom: 23px;
  }
  .shop-section-two .content-with-video-wrap, 
  .shop-page .dnd-section>.row-fluid {
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .shop-section-two .content-with-video-wrap.full-width .vimeo-video-wrapper {
    padding-top: 57px;
    padding-left: 0;
    padding-right: 0;
  }
  .shopsection-five .dnd-section .hs_cos_wrapper_type_linked_image {
    padding-right: 0;
  }
  .shopsection-six p {
    padding-right: 0;
  }
  .software-row1-section .Index-page-image img {
    height: 100%;
  }
}
@media(max-width:600px){
  .shop-section-two .content-with-video-wrap.full-width .vimeo-video-wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .shopsection-six .dnd-section,
  .shopsection-five .dnd-section,
  .shopsection-four .dnd-section,
  .shopsection-three .dnd-section {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}

@media(max-width:400px){
  .practitioners-row1 h4 {
    margin: 0 -20px;
  }
  .practitioners-row13 .hs_cos_wrapper_type_header {
    padding-left: 0;
    padding-right: 0;
  }
  .practitioners-row4 .hs_cos_wrapper_type_header h2 {
    margin: 0 -100px;
    margin-top: -38px;
  }
}


@media(max-width:350px){
  .shop-section-one .slick-slide img {
    top: -25px;
  }

}

/* Css Start */
.forWellness-page-grp .custom-header {
  position: absolute;
  width: 100%;
}

.body-forWellness-wrapper ul*:last-child {
  margin-bottom: 0;
}
.body-forWellness-wrapper ul li,
.body-forWellness-wrapper ol li {
  list-style-type: none;
}
.body-forWellness-wrapper ul li>*,
.body-forWellness-wrapper ol li>* {
  margin-top: .5em;
  margin-bottom: .5em;
}
.body-forWellness-wrapper ul li>*:first-child::before, 
.body-forWellness-wrapper ol li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.min-plus .dnd-section>.row-fluid>.dnd-column > .dnd-row > .row-fluid {
  margin:0 -17px;
  width:auto;
}
.cm-forWellness-sec1 .dnd-section {
  padding: 176px 80px 80px;
  min-height: 462px;
  background-position: top 29% center !important;
}
.cm-forWellness-sec1 .hs_cos_wrapper_type_rich_text {
  width: 66.6667%;
  display: block;
  padding-right: 17px;
}

.cm-forWellness-sec2 .dnd-section {
  padding: 30px 80px 0;
}

.cm-80lr-pd .dnd-section{
  padding-left: 80px;
  padding-right: 80px;
}
.cm-84lr-pd .dnd-section {
  padding-left: 84px;
  padding-right: 84px;
}
.cm-maxWidht .dnd-section>.row-fluid > .span12.dnd-column{
  width: 82.9333%;
  margin: 0 auto;
  float: none;
}
.cm-maxWidht .dnd-section[class*="force-full-width-section"]>.row-fluid > .span12.dnd-column {
  width: 100%;
}

.heading-h2 h2{
  color: #e0ab67;
  font-size: 1.5em;
}
.heading-h2 h2+h2{
  margin-top: 15px;
}
.cm-forWellness-sec4 .dnd-section>.row-fluid>.span12.dnd-column {
  width: calc(82.9333% + 34px);
  margin: 0 auto;
  float: none;
}
.cm-forWellness-sec4 .span6.dnd-column {
  margin-left: 0;
  width: 50%;
}
.cm-forWellness-sec4 .hs_cos_wrapper_type_linked_image img {
  width: 100%;
  vertical-align: middle;
}
.cm-forWellness-sec4 h1 {
  line-height: 1.2em;
  display: inline;
  margin: 0;
  color: #000;
  font-size: inherit !important;
}
.cm-forWellness-sec4 h1+p {
  margin-top: 27.734px;
}

.cm-forWellness-sec4 .hs_cos_wrapper_type_rich_text {
  display: block;
}

.cm-forWellness-sec5 .span4.dnd-column{
  width: 30%;
  margin-left:0;
}
.cm-forWellness-sec5 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.cm-forWellness-sec5 h6 {
  font-size: 12px;
  line-height: 1.68em;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.32px;
  color: #454545;
  margin: 0;
}

.body-forWellness-wrapper ul li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
}
.cm-forWellness-sec6 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

.cm-forWellness-sec7 .span5.dnd-column {
  padding-left: calc(10% - 11px);
  width: 50%;
}
.cm-forWellness-sec7 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.cm-forWellness-sec7 .span7.dnd-column {
  width: 50%;
  margin-left: 0;
}
.cm-forWellness-sec9 ul{
  margin-left: 40px;
}
.cm-forWellness-sec9 .contentWithbg-image:after {
  display: none;
}
.cm-forWellness-sec10 hr {
  background: 0;
  height: 0;
}
.cm-forWellness-sec10 p {
  font-size: .75em;
  color: #999999;
  line-height: 1.6em;
}


/* pemf-faqs */
.body-website-wrapper hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  background-color: transparent;
  height: 0;
}
h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}
.body-website-wrapper h2:first-child{
  margin-top: 0;
  margin-bottom:17px;
}
.body-website-wrapper h3 a {
  color: #e0ab67;
}
.body-website-wrapper h3 a {
  border-bottom-color: rgba(224,171,103,.3);
}


/* Privacy Policy */
.body-privacy-policy-wrapper .dnd-section>.row-fluid {
  width: 83%;
  margin: 0 auto;
}

/* Contact Us */
.contact-banner-section .hs-banner-area .banner-content {
  padding: 0;
}
.contact-banner-section .hs-banner-area .page-center {
  padding-top: 108px;
  padding-bottom: 108px;
}
.contact-banner-section .hs-banner-area .custom-banner-image .banner-image {
  display: block;
  width: 100%;
  background-position: bottom 36.3% center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cm-contact-sec .dnd-section>.row-fluid,
.cm-contact2-sec .dnd-section>.row-fluid,
.cm-contact5-sec .dnd-section>.row-fluid{
  width: 83.3333%;
  margin: 0 auto;
}
.cm-contact-sec p {
  font-size: 1.3em;
  margin-top: 0px;
  line-height: 30.4px;
}
.cm-contact-sec p a {
  color: #20aaac;
  text-decoration: underline;
  border: 0;
}
.cm-contact2-sec.cm-80lr-pd .dnd-section {
  padding-left: 83px;
  padding-right: 83px;
}
.cm-contact2-sec .span6.dnd-column,
.cm-contact5-sec .span6.dnd-column{
  width: 50%;
  margin-left: 0;
}
.cm-contact2-sec .span6.dnd-column:first-child {
  padding-right: 10% !important;
}
.cm-contact2-sec h2 {
  color: #e0ab67;
  font-size: 1.5em;
}
.cm-contact2-sec h3 {
  white-space: pre-wrap;
  display: block;
}
.cm-contact2-sec h3 + p {
  margin-left: 40px;
}

.cm-contact3-sec hr {
  height: 1px;
  margin: 0.5em 0 !important;
  background: none;
}

.cm-contact3-sec .contentWithbg-image:after {
  background: none;
}

.cm-contact4-sec h2 {
  color: #e0ab67;
  font-size: 1.5em;
}
.cm-contact4-sec p {
  color: #454545;
}
.cm-contact5-sec .span6.dnd-column:first-child {
  padding-right:8.3333% !important;
}

/* How It Work */
.body-howItwork-wrapper .hs_cos_wrapper_type_linked_image {
  position: relative;
  overflow: hidden;
  display: block;
}
.body-howItwork-wrapper .hs_cos_wrapper_type_linked_image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  object-fit: cover;
}

.cm-howItwork-sec .hs_cos_wrapper_type_rich_text {
  width: 66.6667%;
  float: none;
  margin: 0 auto;
  display: block;
}
.cm-howItwork-sec ul>*:last-child {
  margin-bottom: 0;
}
.cm-howItwork-sec ul{
  margin-left: 80px;
  margin-bottom: 0;
}
.cm-howItwork-sec ul li, 
.cm-howItwork-sec ol li {
  list-style-type: none;
}
.cm-howItwork-sec ul li>*, 
.cm-howItwork-sec ol li>* {
  margin-top: .5em;
  margin-bottom: .5em;
}
.cm-howItwork-sec ul li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
}
.cm-howItwork-sec ul li>*:first-child::before, 
.cm-howItwork-sec ol li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.cm-howItwork-sec h2 {
  margin-bottom: 0;
  padding-bottom: 17px;
}

.cm-howItwork2-sec .dnd-section>.row-fluid > .span12.dnd-column {
  width: 50%;
  float: none;
  margin: 0 auto;
}

.cm-howItwork2-sec .dnd-section[class*="force-full-width-section"]>.row-fluid > .span12.dnd-column {
  width: 100%;
}


.cm-howItwork4-sec .dnd-section>.row-fluid > .span12.dnd-column {
  width: 83.3333%;
  float: none;
  margin: 0 auto;
}
.cm-howItwork4-sec .dnd-section[class*="force-full-width-section"]>.row-fluid > .span12.dnd-column {
  width: 100%;
}
.cm-howItwork4-sec .span6.dnd-column {
  width: 50%;
  margin-left:0;
  float: left !important;
}
.cm-howItwork4-sec .hs_cos_wrapper_type_linked_image {
  padding-bottom: 100%;
}
.cm-howItwork4-sec .span6.dnd-column:last-child {
  padding-right: calc(20% + 17px);
}
.cm-howItwork4-sec ul {
  margin-bottom: 0;
}
.cm-howItwork4-sec ul li, 
.cm-howItwork4-sec ol li {
  list-style-type: none;
}
.cm-howItwork4-sec ul li>*,
.cm-howItwork4-sec ol li>* {
  margin-top: .5em;
  margin-bottom: .5em;
}
.cm-howItwork4-sec ul li>*:first-child::before, 
.cm-howItwork4-sec ol li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.cm-howItwork4-sec ul li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
}


.cm-howItwork5-sec .oembed_container {
  width:50.3% !important;
  margin: 0 auto;
}

.cm-howItwork7-sec .dnd-section>.row-fluid > .span12.dnd-column {
  width:50%;
  float: none;
  margin: 0 auto;
}
.cm-howItwork7-sec .dnd-section[class*="force-full-width-section"]>.row-fluid > .span12.dnd-column {
  width: 100%;
}
.cm-howItwork7-sec .hs_cos_wrapper_type_linked_image {
  padding-bottom:45.229%;
}

.cm-howItwork8-sec .dnd-section>.row-fluid > .span12.dnd-column {
  width: 66.6667%;
  float: none;
  margin: 0 auto;
}
.cm-howItwork8-sec .dnd-section[class*="force-full-width-section"]>.row-fluid > .span12.dnd-column {
  width: 100%;
}
.cm-howItwork8-sec .hs_cos_wrapper_type_linked_image {
  padding-bottom:57.1227%;
}



.cm-howItwork9-sec .dnd-section>.row-fluid > .span12.dnd-column {
  width: 83.3333%;
  float: none;
  margin: 0 auto;
}
.cm-howItwork9-sec .dnd-section[class*="force-full-width-section"]>.row-fluid > .span12.dnd-column {
  width: 100%;
}
.cm-howItwork9-sec .span3.dnd-column {
  width: 30%;  
  margin-left:0;
  float: left !important;
}
.cm-howItwork9-sec .span9.dnd-column {
  width: 70%;
  margin-left:0;
  float: left !important;
}
.cm-howItwork9-sec .span4.dnd-column {
  width: 40%;
  margin-left:0;
  float: left !important;
}
.cm-howItwork9-sec .span8.dnd-column {
  width: 60%;
  margin-left:0;
  float: left !important;
}


.cm-howItwork9-sec .hs_cos_wrapper_type_linked_image {
  padding-bottom:109.796%;
}


.cm-howItwork9-sec .span4.dnd-column .hs_cos_wrapper_type_linked_image {
  padding-bottom: 64.7929%;
}

.cm-howItwork10-sec .hs_cos_wrapper_type_rich_text,
.cm-howItwork10-sec .oembed_container {
  width: 50%;
  float: none;
  margin: 0 auto;
  display: block;
}
.cm-howItwork10-sec h2 {
  margin: 0;
  padding-bottom: 16px;
}
.cm-howItwork10-sec .oembed_container,
.cm-howItwork5-sec .oembed_container,
.cm-howItwork2-sec .oembed_container{
  max-height: none !important;
  max-width: 100% !important;
  display: block;
}
.cm-howItwork10-sec .iframe_wrapper,
.cm-howItwork5-sec .iframe_wrapper,
.cm-howItwork2-sec .iframe_wrapper{
  padding-top: 0;
}
.cm-howItwork10-sec .oembed_container_iframe,
.cm-howItwork5-sec .oembed_container_iframe,
.cm-howItwork2-sec .oembed_container_iframe{
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
}

.cm-howItwork11-sec .dnd-section>.row-fluid > .span12.dnd-column {
  width: 66.6667%;
  float: none;
  margin: 0 auto;
  padding-left: 3px;
  padding-right: 3px;
}
.cm-howItwork11-sec .dnd-section[class*="force-full-width-section"]>.row-fluid > .span12.dnd-column {
  width: 100%;
}
.cm-howItwork11-sec .span4.dnd-column {
  width: 37.5%;
  padding-left: 12.85% !important;
  float: left !important;
}
.cm-howItwork11-sec .span8.dnd-column {
  width: 62.5%;
  margin-left: 0;
  float: left !important;
}
.cm-howItwork11-sec .hs_cos_wrapper_type_linked_image {
  padding-bottom: 97.9592%;
}

.cm-howItwork11-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
  height: auto !important;
  object-fit: initial !important;
}



.body-howItwork-wrapper .oembed_custom-thumbnail_icon svg {
  display: none;
}
.body-howItwork-wrapper .oembed_custom-thumbnail_icon:after{
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/play-button.png) center center no-repeat;
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  cursor: pointer;
  content:"";
  display:block;
}

/* Ampcoil Practitioners */
.body-practitioners-wrapper hr {
  height: 0;
  background: 0;
  margin: .5em 0 !important;
}

.cm-ampcoilprac-sec .dnd-section {
  background-position: 50% 73.25% !important;
}

.cm-ampcoilprac7-sec blockquote {
  display: block;
  margin: 1em 40px;
  border: 0;
  padding: 0;
  border-left:0;
  padding-left:0;
}
.cm-ampcoilprac7-sec hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.cm-ampcoilprac7-sec blockquote span {
  padding-left: 25px;
  font-weight: bold;
}
.cm-ampcoilprac7-sec .hs-button {
  padding: 13px 26px;
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
}
.cm-ampcoilprac7-sec p {
  font-size: .8em;
  line-height: 1.6em;
}
.cm-ampcoilprac9-sec p {
  font-size: .8em;
  line-height: 1.6em;
}
.cm-ampcoilprac10-sec .span5.dnd-column {
  width: 41.6667%;
  float: left !important;
}
.cm-ampcoilprac10-sec .span7.dnd-column {
  width:58.3333%;
  margin-left:0;
  float: left !important;
}
.cm-ampcoilprac10-sec .hs-button {
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  padding: 13px 26px;
}

.cm-ampcoilprac11-sec ul li,
.cm-ampcoilprac11-sec ol li {
  list-style-type: none;
}
.cm-ampcoilprac11-sec ul li>*,
.cm-ampcoilprac11-sec ol li>* {
  margin-top: .5em;
  margin-bottom: .5em;
}
.cm-ampcoilprac11-sec ul li>*:first-child::before, 
.cm-ampcoilprac11-sec ol li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.cm-ampcoilprac11-sec ul li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
}

ul.no-list.hs-error-msgs.inputs-list label {
  border-radius: 2px;
  background: #cc3b3b url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/icon_close_7_light.png) no-repeat 9px 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
  padding: 5px 15px 3px 25px;
}

.cm-ampcoilprac4-sec .dnd-section>.row-fluid {
  width: 83.3333%;
}
.cm-ampcoilprac4-sec .span4.dnd-column {
  width: 30%;
  float: left !important;
}
.cm-ampcoilprac4-sec .span8.dnd-column {
  width:70%;
  float: left !important;
  margin-left:0;
}
.cm-ampcoilprac4-sec .hs-button {
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 13px 26px;
}
.cm-practitioner-resources-grp .hs-button:hover {
  opacity: 0.8;
}

.font-smoothing,
.software-row5-section{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-softwarepage h2{
  font-weight: 700;
}
.software-row3-section {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.software-row6-section {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
/* Event */
.event-layout .hs-banner-area .banner-content {
  margin-bottom: 3.11927%;
}
.event-layout .hs-banner-area .page-center {
  padding-bottom: 149px;
  padding-top: 149px;
}
.event-layout .hs-banner-area .custom-banner-image .banner-image {
  background-position: top 42.8% center;
}

/* IS */
.body-privacy-policy-banner .dnd-module {
  min-height: 0 !important;
}
.body-privacy-policy-banner .widget-type-cell {
  min-height: 0 !important;
}

.fancybox-slide--image{
  padding-top:12px !important;
  padding-bottom:12px !important;
}
.fancybox-slide.fancybox-slide--image {
  opacity: 0  !important;
  -moz-transition: all 0.01s ease  !important ;
  -o-transition: all 0.01s ease   !important;
  -webkit-transition: all 0.01s ease  !important;
  transition: all 0.01s ease  !important;
}

.fancybox-slide.fancybox-slide--image.fancybox-slide--complete {
  opacity: 1!important;
  -moz-transition: all 0.25s ease  !important;
  -o-transition: all 0.25s ease  !important;
  -webkit-transition: all 0.25s ease  !important;
  transition: all 0.25s ease  !important;
}

@media (max-width: 1400px) {
  .cm-forWellness-sec1 .dnd-section {
    background-position: top 20% center !important;
  }

  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    background-position: top center !important;
  }

}

@media (max-width: 1230px) {
  .cm-forWellness-sec1 .dnd-section {
    padding-bottom: 165px;
    background-position: top center !important;
  }
}

@media screen and (max-width: 1024px){
  .cm-forWellness-sec1 .dnd-section,
  .cm-80lr-pd .dnd-section,
  .cm-forWellness-sec2 .dnd-section,
  .cm-84lr-pd .dnd-section{
    padding-left: 64px;
    padding-right: 64px;
  }
  .cm-contact2-sec.cm-80lr-pd .dnd-section {
    padding-left: 68px;
    padding-right: 68px;
  }
}

@media screen and (max-width: 960px){
  .cm-forWellness-sec1 .dnd-section,
  .cm-80lr-pd .dnd-section,
  .cm-forWellness-sec2 .dnd-section,
  .cm-84lr-pd .dnd-section{
    padding-left: 48px;
    padding-right: 48px;
  }
  .cm-howItwork2-sec.cm-80lr-pd .dnd-section,
  .cm-contact2-sec.cm-80lr-pd .dnd-section{
    padding-left: 54px;
    padding-right: 54px;
  }
  .cm-ampcoilprac-sec .dnd-section {
    background-position: 50% 87.25% !important;
  }
}

@media(max-width:768px){
  .cm-forWellness-sec1 .dnd-section,
  .cm-80lr-pd .dnd-section,
  .cm-forWellness-sec2 .dnd-section,
  .cm-84lr-pd .dnd-section{
    padding-left: 36px;
    padding-right: 36px;
  }
  .cm-maxWidht .dnd-section>.row-fluid>.dnd-column {
    width: 83.3333%;
  }
  .cm-forWellness-sec1 .dnd-section {
    padding-bottom: 165px;
  }
  .cm-forWellness-sec5 .span4.dnd-column {
    float: left;
  }
  .cm-contact2-sec .span6.dnd-column, 
  .cm-contact5-sec .span6.dnd-column {
    float: left !important;
  }
  .cm-contact2-sec.cm-80lr-pd .dnd-section,
  .cm-howItwork2-sec.cm-80lr-pd .dnd-section,
  .cm-84lr-pd .dnd-section{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 640px){
  .cm-forWellness-sec1 .dnd-section,
  .cm-80lr-pd .dnd-section, 
  .cm-forWellness-sec2 .dnd-section,
  .cm-84lr-pd .dnd-section{
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-forWellness-sec1 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .cm-forWellness-sec1 .dnd-section {
    padding-bottom: 165px;
    padding-top: 145px;
    min-height: auto;
  }
  .cm-maxWidht .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
  }
  .cm-forWellness-sec4 .span6.dnd-column {
    margin-left: 0;
    width: 100%;
  }
  .cm-forWellness-sec4 h1 {
    line-height: 14.3px;
  }
  .cm-forWellness-sec4 .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm-forWellness-sec5 .span4.dnd-column {
    width: 100%;
    margin-left: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .cm-forWellness-sec7 .span5.dnd-column {
    padding-left: 0;
    width: 100%;
  }
  .cm-forWellness-sec7 .span7.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .cm-forWellness-sec7 .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }
  .body-website-wrapper h2:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .body-website-wrapper .cm-80lr-pd .dnd-section,
  .body-privacy-policy-wrapper .cm-80lr-pd .dnd-section{
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-banner-section .hs-banner-area .custom-banner-image .banner-image {
    background-position: bottom 34.3% center;
  }

  .cm-contact2-sec.cm-80lr-pd .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm-contact2-sec .span6.dnd-column:first-child {
    padding-right: 0 !important;
  }
  .cm-contact2-sec .span6.dnd-column,
  .cm-contact5-sec .span6.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .contact-banner-section .hs-banner-area .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cm-contact-sec .dnd-section>.row-fluid, 
  .cm-contact2-sec .dnd-section>.row-fluid,
  .cm-contact5-sec .dnd-section>.row-fluid {
    width: 100%;
  }
  .cm-privacy-policy-sec .dnd-section:first-child {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .cm-howItwork-sec .hs_cos_wrapper_type_rich_text,
  .cm-howItwork2-sec .dnd-section>.row-fluid>.dnd-column,
  .cm-howItwork4-sec .dnd-section>.row-fluid>.dnd-column,
  .cm-howItwork5-sec .oembed_container,
  .cm-howItwork7-sec .dnd-section>.row-fluid>.dnd-column,
  .cm-howItwork8-sec .dnd-section>.row-fluid>.dnd-column,
  .cm-howItwork9-sec .dnd-section>.row-fluid>.dnd-column,
  .cm-howItwork10-sec .hs_cos_wrapper_type_rich_text,
  .cm-howItwork10-sec .oembed_container,
  .cm-howItwork11-sec .dnd-section>.row-fluid>.dnd-column,
  .cm-howItwork9-sec .span9.dnd-column,
  .cm-howItwork9-sec .span3.dnd-column,
  .cm-howItwork9-sec .span4.dnd-column,
  .cm-howItwork9-sec .span8.dnd-column,
  .cm-howItwork11-sec .span8.dnd-column{
    width:100% !important;
  }
  .cm-howItwork2-sec.cm-80lr-pd .dnd-section, 
  .cm-84lr-pd .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm-howItwork4-sec .span6.dnd-column {
    width: 100%;
    margin-left: 0;
    float: none !important;
  }
  .cm-howItwork4-sec .span6.dnd-column:last-child {
    padding-right: 17px;
  }
  .cm-howItwork9-sec .span3.dnd-column {
    width: 100%;
    margin-left: 0;
    float: none !important;
  }
  .cm-howItwork11-sec .span4.dnd-column {
    width: 100%;
    padding-left: 0 !important;
    float: left !important;
  }
  .event-layout .hs-banner-area .page-center {
    padding-bottom: 99px;
    padding-top: 120px;
  }
  .event-layout .hs-banner-area .custom-banner-image .banner-image {
    background-position: top 42.8% left 38%;
  }

  .cm-ampcoilprac-sec .dnd-section {
    padding-top: 78px !important;
    padding-bottom: 60px !important;
  }
  .cm-ampcoilprac4-sec .span4.dnd-column,
  .cm-ampcoilprac4-sec .span8.dnd-column {
    width: 100% !important;
    float: none !important;
  }
  .cm-ampcoilprac4-sec .dnd-section>.row-fluid,
  .cm-ampcoilprac10-sec .span5.dnd-column,
  .cm-ampcoilprac10-sec .span7.dnd-column{
    width: 100%;
  }
  .cm-forWellness-sec4 .dnd-section>.row-fluid>.span12.dnd-column {
    width: 100%;
  }
  .cm-howItwork10-sec h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

}


@media screen and (max-width: 600px){
  .cm-forWellness-sec1 .dnd-section,
  .cm-80lr-pd .dnd-section, 
  .cm-forWellness-sec2 .dnd-section,
  .cm-84lr-pd .dnd-section,
  .cm-howItwork2-sec.cm-80lr-pd .dnd-section{
    padding-left: 42px;
    padding-right: 42px;
  }
  .cm-contact2-sec.cm-80lr-pd .dnd-section,
  .body-privacy-policy-wrapper .cm-80lr-pd .dnd-section{
    padding-left: 42px;
    padding-right: 42px;
  }
  .cm-contact4-sec .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-privacy-policy-wrapper .dnd-section>.row-fluid {
    width: 100%;
    margin: 0 auto;
  }
  .cm-howItwork3-sec.cm-80lr-pd .dnd-section,
  .cm-howItwork10-sec.cm-84lr-pd .dnd-section{
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm-howItwork10-sec .hs_cos_wrapper_type_rich_text, 
  .cm-howItwork10-sec .oembed_container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .cm-ampcoilprac-sec .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cm-ampcoilprac2-sec.cm-80lr-pd .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm-practitioner-resources-grp a {
    word-break: break-all;
  }
  .cm-ampcoilprac7-sec.cm-80lr-pd .dnd-column {
    padding-left: 0 !important;
    padding-right:0 !important;
  }
  .cm-ampcoilprac7-sec.cm-80lr-pd .dnd-section,
  .cm-ampcoilprac8-sec.cm-80lr-pd .dnd-section,
  .cm-ampcoilprac9-sec.cm-80lr-pd .dnd-section,
  .cm-ampcoilprac11-sec .dnd-section{
    padding-left: 20px !important;
    padding-right:20px !important;
  }
  .cm-ampcoilprac7-sec blockquote {
    margin: 0;
  }
  .cm-forWellness-sec4.cm-80lr-pd .dnd-section {
    padding-left: 25px;
    padding-right: 25px;
  }
  .body-howItwork-wrapper {
    overflow: hidden;
  }
}

@media(max-width:479px){
  .cm-howItwork-sec ul {
    margin-left: 0;
  }
}

@media screen and (max-width: 320px){
  .contact-banner-section .hs-banner-area .custom-banner-image .banner-image {
    background-position: bottom 23% center;
  }
}


.lyme-relief-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}

.lyme-relief-header .custom-header {
  min-height: 77px;
}

.lyme-relief-row1-section .row-fluid .span6 {
  width: 50%;
  margin: 0;
  padding: 17px;
}

.lymerelief_page .lyme-relief-row1-section .dnd-section {
  padding: 227px 64px 80px 64px;
  background-position: 0px -93px !important
}

.lyme-relief-row1-section .dnd-section>.row-fluid {
  width: 100% !important;
  align-items: flex-start;
}

.lyme-relief-row1-section .dnd-section h1 {
  color: #fff;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  margin-bottom: .67em;
}

.lyme-relief-row1-section .row-fluid .span7 {
  width: 58.3333%;
  margin: 0;
  padding: 17px;
}

.lyme-relief-row1-section .row-fluid .span5 {
  width: 41.6667%;
  padding: 17px;
  margin: 0;
}


.lyme-relief-row1-section .hs-button {
  color: #fff;
  background-color: #5d8382;
  border-color: #5d8382;
  margin-top: 68px;
}

.lymerelief_page .dnd-section {
  padding: 30px 63px;
}

.lymerelief_page .dnd-section>.row-fluid {
  width: 83.3333%;
}

.lyme-relief-row2-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
}

.lyme-relief-row2-section .iframe_wrapper {
  padding-bottom: 56.338%;
  padding-top: 0;
}

.lyme-relief-row2-section .oembed_container {
  max-width: 100% !important;
  width: calc(80% - 34px);
  max-height: 100% !important;
  display: block;
  margin: 0 auto;
  margin: 17px auto 18px;
}

.lyme-relief-row2-section .oembed_container_iframe {
  max-height: 100% !important;
  max-width: 100% !important;
  display: block;
}

.lyme-relief-row2-section .oembed_custom-thumbnail {
  max-height: 100% !important;
  max-width: 100% !important;
}

.lyme-relief-row2-section .oembed_custom-thumbnail_icon svg {
  height: 48px;
  width: 48px;
}
.lyme-relief-row3-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
  margin-top: 15px;
}
.lyme-relief-row3-section h2:first-child {
  margin-top: 0;
}

.lyme-relief-row3-section .row-fluid {
  align-items: flex-start;
}

.lyme-relief-row3-section .row-fluid .row-fluid .span7 {
  width: 60%;
  margin: 0;
}

.lyme-relief-row3-section .row-fluid .row-fluid .span5 {
  width: 40%;
  margin: 0;
}

.lyme-relief-row3-section .widget-type-linked_image img {
  display: block;
}

.lyme-relief-row4-section .contentWithbg-image .image-title-wrapper {
  font-size: 2.8em;
}

.lyme-relief-row4-section .contentWithbg-image .sqs-dynamic-text p {
  color: #fff;
  line-height: 1.2em;
  padding-left:20px;
}
.lyme-relief-row4-section .contentWithbg-image .image-card {
  padding: 17px 0;
}

.lyme-relief-row5-section blockquote {
  margin: 1em 0;
  border: none;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  text-align: center;
  margin: 0;
  padding-left: 0;
}

.lyme-relief-row5-section figcaption {
  font-family: futura-pt;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .55em;
  line-height: 2.3em;
  text-transform: uppercase;
  text-align: center;
  padding-top: .5em;
  color: #454545;
  margin-top: 0;
}

.lyme-relief-row5-section figure {
  margin: 22px 0;
}

.lyme-relief-row5-section hr {
  border: none;
  color: rgba(222,222,222,.57);
  border-bottom: 1px solid rgba(222,222,222,.57) !important;
  width: 100% !important;
  height: 0;
  margin: 3px 0 8px!important;
  background: transparent;
}

.lyme-relief-row6-section p {
  font-size: .75em;
  color: #999999;
  line-height: 1.6em;
}

.lyme-relief-row6-section h2 {
  color: #e0ab67;
  font-size: 1.5em;
  text-align: center;
}

.lyme-relief-row7-section .widget-type-rich_text {
  font-size: .8em;
}

.lyme-relief-row7-section .widget-type-rich_text p {
  letter-spacing: .02em;
  line-height: 30px;
  text-transform: none;
  color: #454545;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 12.944px;
}

.lymerelief_page .lyme-relief-row7-section .dnd-section>.row-fluid {
  width: 100%;
}

.lyme-relief-row2-section .oembed_custom-thumbnail_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/play-button.png) center center no-repeat;
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  cursor: pointer;
}

.cm-videos-testimonials .sqs-video-icon{
  background: transparent url(//f.hubspotusercontent20.net/hubfs/14544376/raw_assets/public/Ampcoil_July2021/images/play-button.png) center center no-repeat;
}

.lyme-relief-row2-section .oembed_custom-thumbnail_icon svg {
  display: none;
}

.lyme-relief-row7-section .widget-type-rich_text {
  padding: 17px;
  padding-bottom: 0;
}

.lyme-relief-header .custom-header .page-center {
  padding-right: 17px;
}

.lyme-relief-header .custom-header-button .hs-button {
  margin-right: 0;
  margin-left: 0;
}

.lyme-relief-header .custom-header-button .hs_cos_wrapper_type_module {
  margin: 0 11px 0 0;
}

.lyme-relief-header .custom-header-button .hs-button {
  padding: 13px 26px;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 0;
  appearance: none;
  line-height: normal;
  font-family: futura-pt;
}

.lyme-relief-header .custom-logo {
  position: relative;
  top: 8px;
}

.body-practitioners-wrapper .cm-ampcoilprac-sec {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.download-section-five {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.cm-research8-sec {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-forWellness-sec1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.balance-immune-page-wrap .balance-immune-section-ten .dnd-section > .row-fluid > .span12.dnd-column {
  width: 100%;
}

.balance-immune-section-ten .dnd-section {
  padding-top: 0;
}

.balance-immune-section-ten .dnd-section .widget-type-rich_text {
  padding: 17px 0 0;
}

.balance-immune-page-wrap .balance-immune-section-nine .dnd-section>.row-fluid>.span12.dnd-column {
  width: 83.3333%;
}

.balance-immune-page-wrap .balance-immune-section-nine .hs-button {
  font-family: futura-pt;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  padding: 13px 26px;
  letter-spacing: 2.2px;
}

.balance-immune-section-nine .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.balance-immune-section-nine .dnd-section .widget-type-rich_text {
  padding: 17px 0;
}

.home-section-eight .dnd-section h2 {
  white-space: unset;
}

.balance-immune-section-nine .dnd-section .widget-type-rich_text h2 {
  font-size: 1.5em;
  color: rgb(224 171 103);
}

.home-section-eight .dnd-section h2 a[data-name="sup"] div {
  font-size: .77rem;
  display: none;
  width: 100px;
  color: #fff;
  background: rgba(0,0,0,.8);
  line-height: 1;
  font-weight: 400;
  padding: 10px;
  left: 0;
  position: absolute;
  border-radius: 20px;
  z-index: 600;
  min-width: 120px;
  padding: 10px 10px;
}
.home-section-eight .dnd-section h2 a[data-name="sup"]:hover div {
  display: block;
}

@media (min-width: 865px){
  .custom-header-button.mobile_btn {
    display: none;
  }
}

@media (max-width: 1400px) {
  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    background-position: top center !important;
  }
}


@media (max-width: 1290px){
  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    background-position: 51.5% 0 !important;
  }
}

@media (max-width: 1024px){
  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  } 

  .lymerelief_page .dnd-section {
    padding-left: 47px;
    padding-right: 47px;
  }

  .lyme-relief-header .custom-header .page-center {
    padding-left: 55px;
  }
  .finance-options-banner .hs-banner-area .page-center {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media (max-width: 960px){
  .lymerelief_page .dnd-section,
  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 31px;
    padding-right: 31px;
  }
  .lyme-relief-header .custom-header .page-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lyme-relief-row4-section .contentWithbg-image .sqs-dynamic-text {
    font-size: 50%;
  }
  .lyme-relief-row7-section {
    padding-bottom: 16px;
  }
  .finance-options-banner .hs-banner-area .page-center {
    padding-left: 48px;
    padding-right: 48px;
  }
  .home-section-eight .dnd-section h2 a[data-name="sup"] div {
    right: 0;
    left: auto;
  }
}

@media (max-width: 960px) and (min-width: 865px){
  .lyme-relief-header .custom-logo img {
    max-width: 170px;
  }
}

@media (max-width: 864px){
  .lyme-relief-header {
    position: relative;
  }

  .lyme-relief-header .custom-header {
    min-height: 59px;
  }

  .lyme-relief-header .custom-logo {
    top: 0;
  }

  .custom-header-button.mobile_btn {
    position: absolute;
    right: 15px;
  }
  .home-section-eight .dnd-section h2 a[data-name="sup"] div {
    right: 0;
    left: auto;
  }
}

@media (max-width: 660px){
  .custom-header-button.mobile_btn {
    position: static;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .lyme-relief-header .custom-header-button .hs_cos_wrapper_type_module {
    margin: 0;
  }

  .lyme-relief-header .custom-header .page-center {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .finance-options-banner .hs-banner-area .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 767px){
  .lyme-relief-row3-section .row-fluid .row-fluid .span5, .lyme-relief-row3-section .row-fluid .row-fluid .span7 ,
  .lyme-relief-row1-section .row-fluid .span7, .lyme-relief-row1-section .row-fluid .span5 {
    float: left;
  }

  .lymerelief_page .dnd-section, .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 19px;
    padding-right: 19px;
  }

  .lyme-relief-header .custom-header {
    min-height: 60px;
  }
}

@media (max-width: 640px){
  .lyme-relief-row3-section .row-fluid .row-fluid .span5, 
  .lyme-relief-row3-section .row-fluid .row-fluid .span7, 
  .lyme-relief-row1-section .row-fluid .span7, 
  .lyme-relief-row1-section .row-fluid .span5 {
    width: 100%;
    float: none;
  }

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

  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-top: 196px;
  }

  .lyme-relief-row1-section .dnd-section h1 {
    font-size: 32px;
    letter-spacing: 0px;
  }
  .lyme-relief-header .custom-header .page-center {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lyme-relief-row4-section .dnd-section .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }
  .balance-immune-section-nine {
    word-break: break-word;
  }
  .finance-options-banner .hs-banner-area .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .balance-immune-section-ten {
    word-break: break-word;
  }
  .balance-immune-section-ten .dnd-section .widget-type-rich_text {
    padding-bottom: 17px;
  }
  .balance-immune-section-ten .dnd-section {
    margin: 0;
  }
}

@media (max-width: 600px){

  .lymerelief_page .mobile-padding {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lymerelief_page .dnd-section, .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }

  .lymerelief_page .lyme-relief-row1-section .dnd-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lyme-relief-row1-section .hs-button {
    margin-top: 0;
  }

  .lymerelief_page .dnd-section{
    padding-left: 3px;
    padding-right: 3px;
  }

  .lyme-relief-row2-section .oembed_container {
    width: calc(100% - 34px);
  }

  .lyme-relief-row7-section .widget-type-rich_text {
    padding-bottom: 17px;
  }
  .cm-forWellness-sec4.cm-80lr-pd .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px){
  .lyme-relief-row4-section .contentWithbg-image .contentWithbg-image-text {
    position: static;
  }
  .lyme-relief-row4-section .contentWithbg-image {
    padding-bottom: 0 !important;
    min-height: auto;
  }
  .cm-forWellness-sec3 .contentWithbg-image {
    padding-bottom: 12% !important;
    padding-top: 12% !important;
  }
  .cm-forWellness-sec3 .contentWithbg-image .contentWithbg-image-text {
    position: static;
  }
}
@media (max-width: 320px){
  .discovery-webinar-banner .hs-banner-area .custom-banner-image .banner-image {
    background-position: center left -173px;
  }
}