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

/* 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 */
  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: 0 20px;
}

.banner-section .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* New font - NaN Holo Condensed */

@font-face {
  font-display: swap;
  font-family: 'NaN Holo Condensed';
  font-weight: bold;
  font-style: normal;
  src: url('/Fitprime_November2022/fonts/nan-halo-condensed/NaNHoloCondensed-Bold.ttf') format ("truetype");
  src: url('/Fitprime_November2022/fonts/nan-halo-condensed/NaNHoloCondensed-Bold.woff') format ("woff");
  src: url('/Fitprime_November2022/fonts/nan-halo-condensed/NaNHoloCondensed-Bold.woff2') format ("woff2");
}

.nan-holo-condensed {
  font-family: 'NaN Holo Condensed', 'Inter', 'Atkinson Hyperlegible', sans-serif; 
  font-weight: 700;
}

/* New font - Inter */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap') format("ttf");
}

.inter-medium {
  font-family: 'Inter', sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-bold {
  font-family: 'Inter', sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-extrabold {
  font-family: 'Inter', sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

/*sizes*/
.text-large {
  font-size: 1.25rem;
}

.text-base {
  font-size: 1rem;
}

.text-sm {
  font-size: 14px;
}

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

/* New font - Atkinson Hyperlegible */

@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-display: swap;
  font-family: Atkinson Hyperlegible;
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap') format("ttf");
}

@font-face {
  font-display: swap;
  font-family: Atkinson Hyperlegible;
  font-style: italic;
  font-weight: 400;
  src: url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital@1&display=swap') format("ttf");
}

@font-face {
  font-display: swap;
  font-family: Atkinson Hyperlegible;
  font-style: normal;
  font-weight: 700;
  src: url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@700&display=swap') format("ttf");
}

@font-face {
  font-display: swap;
  font-family: Atkinson Hyperlegible;
  font-style: italic;
  font-weight: 700;
  src: url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@1,700&display=swap') format("ttf");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url() format('embedded-opentype'),
    url(//26003056.fs1.hubspotusercontent-eu1.net/hubfs/26003056/raw_assets/public/Fitprime_November2022/fonts/fa-brands-400.woff2) format("woff2"), 
    url(//26003056.fs1.hubspotusercontent-eu1.net/hubfs/26003056/raw_assets/public/Fitprime_November2022/fonts/fa-brands-400.woff) format("woff"),
    url(//26003056.fs1.hubspotusercontent-eu1.net/hubfs/26003056/raw_assets/public/Fitprime_November2022/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url() format("embedded-opentype"), 
    url(//26003056.fs1.hubspotusercontent-eu1.net/hubfs/26003056/raw_assets/public/Fitprime_November2022/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//26003056.fs1.hubspotusercontent-eu1.net/hubfs/26003056/raw_assets/public/Fitprime_November2022/fonts/fa-solid-900.woff) format("woff"),
    url(//26003056.fs1.hubspotusercontent-eu1.net/hubfs/26003056/raw_assets/public/Fitprime_November2022/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}


html {
  -webkit-text-size-adjust: 100%;
  font-family: 'Atkinson Hyperlegible',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: 1.5;
}

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

img {
  max-width: 100%;
}

/* Paragraphs */

p, span {
  font-family: 'Atkinson Hyperlegible', sans serif;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Atkinson Hyperlegible', sans serif; 
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Atkinson Hyperlegible', sans serif !important;
}

/* Lists */

ul,
ol {
  margin: 0 0 1rem;
  font-family: 'Atkinson Hyperlegible', sans serif !important;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 5px solid;
  margin: 0 0 1.4rem;
  padding-left: 16px;

  padding: 10px 20px;
  color: #57586e;
  font-size: 19px;
  line-height: 1.5;
}

/* Horizontal rules */

hr {
  background-color: #213B4F;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
}

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


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


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

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

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

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

/* Labels */

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

.hs-form label {
  display: block;
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 0.35rem;
}

.hs-form label {
  font-family: 'Atkinson Hyperlegible','Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

.inputs-list.hs-error-msgs label {
  font-family: 'Atkinson Hyperlegible','Inter', sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  margin-top: .5rem;
  color: #DC2626;
}

.hs-error-msgs label {
  color: #DC2626;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  font-size: 0.875rem;
  height: auto;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-family: 'Atkinson Hyperlegible','Inter', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 4px !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: none;
  border: 0 solid;
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  /* outline: none; */
  border: 1px solid #0080FE !important;
}

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;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  box-sizing: border-box;
  border-radius: 4px;
  border-width: solid;
  padding: 16px;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* 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: #213B4F;
}

.hs-input.invalid.error {
  border: 1px solid #DC2626 !important;
}

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

.hs-error-msgs label {
  color: #DC2626;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  width: 100%;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  font-family: 'Atkinson Hyperlegible','Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5rem;
  position: relative;
  text-decoration: none;
  background-color: #0080FE !important;
  border-radius: 4px !important;
  
}

form input[type=submit]:hover,
form .hs-button:hover {
  background-color: #0073E5 !important;
  transform: translateY(-2px) !important;

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
  width: 100%;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
body.no-banner {
  padding-top: 75px;
  background-color: #fcfcfc;
}

/* WELLHUB AND FITPRIME THEME*/

.custom-header-wh {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background-color: rgb(251, 248, 236);
    border-bottom: 2px solid rgb(236, 224, 205);
 }
 
 
 .nav-logo-wh {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    z-index: 400;
 }

/* END WELLHUB AND FITPRIME THEME */



/* new navbar class */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  z-index: 400;
}
/*end new navbar classes */

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 300;
}

.scroll .custom-header {
  background-color: rgb(252,252,252) !important;
  border-bottom: 1px solid #213B4F;
  transition: all .3s;
}

.header__container {
  margin: 0 auto;
  padding: 1rem 1rem 0 1rem;
}

/* 
 
.scroll .header__container {
 /* border-bottom: 1px solid #213B4F; 
}

*/

.header__container:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}

.custom-header .left-col {
  display: flex;
  height: 100%;
  align-items: center;
}


.custom-logo {
  position: relative;
  z-index: 40;
}

.custom-logo svg {
  cursor: pointer;
  width: auto;
  height: 2.5rem;
  display: block;
  vertical-align: middle;
  color: #0080FE;
}

.custom-logo a {
  color: #213B4F;
}

.custom-menu-primary.desktop {
  display: none;
  align-items: center;
  height: 100%;
}

.custom-menu-primary.desktop .hs_cos_wrapper {
  height: 100%;
}

.custom-menu-primary.desktop .hs-menu-wrapper {
  height: 100%;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 2rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-left: calc(2rem*(1 - 0));
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  letter-spacing: .05em;
  display: block;
  transition-duration: .3s;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  top: 3rem;
  left: 0;
  display: none;
  padding-top: 1rem;
  z-index: 40;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > ul {
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul .ul-wrap {
  width: 14rem;
  padding: 1.25rem;
  background-color: rgb(252,252,252);
  /*border-radius: 0.25rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px); */
  box-sizing: content-box;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul .ul-wrapper:before {
  position: absolute;
  left: 1.3rem;
  top: 6px;
  z-index: -20;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  content: '';
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 700;
  color: #97a1a7;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li ul {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li ul li a {
  display: flex;
  align-items: center;
  text-transform: none;
  transition: all .3s;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li ul li:not(:first-child) {
  margin-top: calc(1rem*(1 - 0));
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li ul li a svg {
  width: 0.75rem;
  margin-left: 0.5rem;
  display: block;
  visibility: hidden;
  vertical-align: middle;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li ul li a:hover svg {
  visibility: visible;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul .ul-wrap {
/*   display: flex;
  width: auto; */
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul .ul-wrap > li {
  width: 14rem;
}

.header-button {
  display: flex;
  align-items: center;
}

.support-button a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  letter-spacing: .05em;
  transition-duration: .3s;
}

.log-in a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  display: block;
  letter-spacing: .05em;
  font-size: .875rem;
  line-height: 1rem;
  text-align: center;
  font-weight: 700;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-left: 1.rem;
  padding-right: 1.rem;
  background-color: #00a9b8;
  color: #fff;
  border-radius: 0.25rem;
  transition-duration: .5s;
  transition-property: all;
  margin-left: calc(0.5rem*(1 - 0));
}

.sign-in a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  display: block;
  letter-spacing: .05em;
  font-size: .875rem;
  line-height: 1rem;
  text-align: center;
  color: #213B4F;
  font-weight: 400;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-left: 1.rem;
  padding-right: 1.rem;
  border-radius: 1rem;
  border: 1px solid #213B4F;
  transition-duration: .5s;
  transition-property: all;
  margin-left: calc(0.5rem*(1 - 0));
}

.log-in a {
  margin-left: calc(0.5rem*(1 - 0));
}

.sign-in a {
  margin-left: calc(0.5rem*(1 - 0));
}


.log-in a:hover,
.sign-in a:hover {
  /* transform: scale(1.02); */
 
}

.log-in a:hover {
  color: #fff;
}

.sign-in a:hover {
  color: #213B4F;
}

.mobile-trigger {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
}

.mobile-trigger button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
}

.mobile-trigger button:hover,
.mobile-trigger button:focus {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

.mobile-trigger svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  vertical-align: middle;
}

.mobile-trigger .line {
  fill: none;
  stroke: #213B4F;
  stroke-width: 6;
  transition: stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1);
}

.mobile-trigger .line1 {
  stroke-width: 6;
  stroke-dasharray: 60 207;
}

.mobile-trigger .line2 {
  stroke-dasharray: 60 60;
}

.mobile-trigger .line2,
.mobile-trigger .line3 {
  stroke-width: 6;
}

.mobile-trigger .line3 {
  stroke-dasharray: 60 207;
}

.mobile-open .mobile-trigger .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.mobile-open .mobile-trigger .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.mobile-open .mobile-trigger .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.custom-menu-primary.mobile {
  /*   position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  /* backdrop-filter: blur(24px); */
  /*   display: none; */


  height: 100vh;
  overflow: scroll;
  padding-bottom: 14rem;
  background-color: hsla(0,0%,100%,1);
 /* --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-backdrop-blur: blur(24px); */
}

.mobile-open .custom-menu-primary.mobile {
  /*   display: block; */
}

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

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

.custom-menu-primary.mobile .hs-menu-wrapper {
  /*   height: 100vh;
  background-color: hsla(0,0%,100%,.7); */
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul {
  position: relative;
  /*   padding-top: 5rem;
  max-height: calc(100vh - 5rem);
  overflow-y: scroll; */
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:not(:last-child) {
  border-bottom: 1px solid #edf1f5;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  padding: 1rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-align: left;
  justify-content: space-between;
  width: 100%;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a svg {
  width: 1rem;
  display: block;
  vertical-align: middle;

  margin-right: 0.5rem;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a svg.child-open {
  transform: rotate(-180deg);
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a svg + svg {
  display: none;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a {
  letter-spacing: .05em;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
  color: #00a9b8;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul {
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  background-color: transparent;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul .ul-wrap > li > a {
  cursor: text;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li  > ul > li > a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  text-transform: uppercase;
  font-weight: 700;
  color: #97a1a7;
  cursor: text;
  text-decoration: none;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  background-color: transparent;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul ul > li:not(:first-child) {
  margin-top: calc(1rem * (1 - 0));
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul ul li a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 700;
  display: flex;
  color: #072638;
  align-items: center;
  transition: all .3s;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul ul li a:hover {
  color: #00a9b8;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul ul li a svg {
  width: 0.75rem;
  margin-left: 0.5rem;
  visibility: hidden;
  display: block;
  vertical-align: middle;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul ul li a:hover svg {
  visibility: visible;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a.act .child-icon,
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a .child-icon.child-open {
  display: none;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a.act .child-icon1,
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a .child-icon1.child-open {
  display: block;
}

.support-button {
  position: relative;
  z-index: 40;
}

.mobile-trigger button {
  position: relative;
  z-index: 40;
}

/*.header-button.mobile {
  width: 100%;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
*/

.header-button.mobile .log-in a {
  margin: 0;
}

.header-button.mobile a {
  width: 100%;
}

.header-button.mobile .sign-in a {
  margin-bottom: calc(1.25rem * 0);
  margin-top: calc(1.25rem*(1 - 0));
}

.header-button.mobile .log-in, 
.header-button.mobile .sign-in {
  width: 100%;
}

@media (min-width: 640px) {

  .header-button.mobile {
    flex-direction: row;
  }

  .sign-in a {
    margin-left: calc(1.25rem*(1 - 0));
  }

  .header-button.mobile a {
    width: auto;
  }

  .header-button.mobile .sign-in a {
    margin-bottom: 0;
    margin-top: 0;
  }

  .header-button.mobile .log-in, 
  .header-button.mobile .sign-in {
    width: auto;
  }
}

@media (max-width: 639px) {

  .header-button.mobile .sign-in a {
    margin-left: 0;
  }
}

@media (min-width: 768px) {

  .header__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul ul {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px) {

  .custom-menu-primary.mobile {
    display: none !important;
  }

  .custom-menu-primary.desktop {
    display: flex;
  }

  .support-button a {
    margin-right: 1.25rem;
  }

  .mobile-trigger {
    display: none;
  }

  .header-button.mobile {
    display: none !important;
  }
}


@media (min-width: 1280px) {

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:not(:first-child) {
    margin-left: calc(3rem*(1 - 0));
  }

  .log-in a {
    margin-left: calc(0.75rem*(1 - 0));
  }

  .sign-in a {
    margin-left: calc(0.75rem*(1 - 0));
  }
}

@media (max-width: 1023px) {

  .header-button:not(.mobile) .log-in, 
  .header-button:not(.mobile) .sign-in {
    display: none;
  }

}
/* WELLHUB THEME UPDATE */

.footer-position-wh {
  position: relative;
  color: white;
  background-color: rgb(29, 29, 31);
  padding: 0 0 40px 0;
  position: relative;
  z-index: 2;
}

 .footer-container-wh {
  max-width: 1280px;
  margin: auto;
  padding: 40px 0 0 0;
}

.footer-wh {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}


/* END WELLHUB THEME    */

.p4 {
padding-top: 20px;
}
.footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  z-index: 2;
  background-color: #DFE3C4 /* muffled green background */
  color: #213B4F; /* dark blue text color */
}

.footer__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
 
}

.ft-logo-wrapper {
  /*width: 7rem;*/
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  vertical-align: middle;
  opacity: 0;
}

.footer-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid;
  padding-top: 2rem;
}

.footer-top .left-col {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-top .right-col {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-menu .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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


.footer-menu .hs-menu-wrapper > ul > li {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.25rem;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 400;
  margin-bottom: 0.25rem;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.footer-menu .hs-menu-wrapper > ul > li > ul li a {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: block;
  text-decoration: none;
}

.right-col-in {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 3rem;
}

.footer-bottom-wrapper {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.copyright strong {
  font-size: .875rem;
  line-height: 1.25rem;
  display: block;
  font-weight: 700;
}

.footer-location p {
  font-size: .75rem;
  line-height: 1rem;
  margin: 0;
  display: inline;
}

.footer-social-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}

.payment-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
}

.payment-title h4 {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: inherit;
  text-align: center;
}

.payment {
  margin-bottom: 0.75rem;
}

.payment img {
  width: 10rem !important;
  height: auto;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.footer-form form {
  margin-top: 3rem;
  max-width: 32rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.footer-form .hs-input {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-form .hs-input:focus {
  outline: 1px solid transparent;
  outline-offset: 2px;
}

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

.footer-form .hs-button {
  font-family: 'Atkinson Hyperlegible',Moderat-Extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  letter-spacing: .05em;
  font-weight: 400;
  /* color: #072638; */
  color: #213B4F;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 1rem;
}

.footer-form .hs-form-field {
  margin: 0;
}

.footer-form .hs-button,
.footer-form .hs-button:hover,
.footer-form .hs-button:focus {
  background-color: #fff;
  color: #072638; 
}

/* Up to start page for wh theme */
.up-start button {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
}

.up-top button:hover {
  padding: 0;
  border: 0;
  background-color: transparent !important;
}

.up-top button:focus {
  background-color: transparent !important;
  padding: 0;
  border: 0;
}

.up-start button svg {
  color: #000;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  vertical-align: middle;
}

/* end up button personalization */

.back-top button {
  margin: 0;
  border-radius: 0.25rem !important;
  width: 2.5rem;
  height: 2.5rem;
  
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 auto;
  margin-bottom: 2.5rem;
  background-color: #213B4F; /* dark blue 600 */
  padding: 0;
}

.back-top button:hover {
  background-color: #1E3547; /* dark blue 700 */
  padding: 0;
  border: 0;
}

 
.back-top button:focus {
  background-color: #172937; /* dark blue 800 */
  padding: 0;
  border: 0;
}

.back-top button svg {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  vertical-align: middle;
}

.hs-blog-post .footer .back-top  {
  display: none !important;
}

@media (min-width: 768px) {

  .footer-menu .hs-menu-wrapper > ul {
    flex-direction: row;
    justify-content: center;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    width: 20%;
    margin-bottom: 0;
  }

  .right-col-in {
    flex-direction: row;
  }

  .payment-wrap {
    align-items: flex-start;
  }

  .footer-form form {
    flex-direction: row;
  }

  .footer-form .hs-input {
    /*     width: 75%; */
  }

  .footer-form .hs-form-field {
    width: 75%;
    margin-right: 1rem;
    width: calc(100% - 25% - 11px);
  }

  .footer-form .hs-button {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: 0;
    /*     width: 25%; */
  }

  .footer-form .hs-submit {
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer-form form {
    position: relative;
  }

  .footer-form .hs_error_rollup {
    position: absolute;
    bottom: -30px;
  }
}

@media (min-width: 1024px) {

  .footer-menu .hs-menu-wrapper > ul > li > ul li a {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }

  .payment-title h4 {
    text-align: left;
  }
}

@media (min-width: 1280px) {

  .footer-top {
    flex-direction: row;
  }

  .footer-top .left-col {
    width: 66.666667%;
  }

  .footer-top .right-col {
    width: 33.333333%;
  }

  .right-col-in {
    justify-content: center;
    margin-top: 0;
  }

  .footer-social-wrap {
    width: 50%;
  }

  .payment-wrap {
    width: 50%;
    align-items: center;
  }
}


@media (max-width: 767px) {

  .footer-form .hs-form-field {
    width: 100%;
  }

  .footer-form .hs-submit {
    width: 100%;
  }

  .footer-form .hs-button {
    width: 100%;
  }

  .footer-form .inputs-list.hs-error-msgs label {
    text-align: center;
  }
}
/* Menu and simple menu */

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